From d992cb2b9203042b31428eefcd70ee22d90ec4fd Mon Sep 17 00:00:00 2001 From: death-claw <53543762+death-claw@users.noreply.github.com> Date: Sun, 23 Jun 2019 20:20:43 +0100 Subject: [PATCH] Add changelog file --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d1dc3ca --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog + +## [1.2.0] - 2019-06-23 +### Added +- Add a shutdown button to gracefully shutdown the app +- Open and redirect the browser to the app address on startup +- Add the option to run the app in headless mode (-Djava.awt.headless=true) + +## [1.1.1] - 2019-06-22 +### Changed +- Fix a stability issue with progress updates when the app is runninh for a long time + +## [1.0.0] - 2019-06-22 +### Added +- Add real time communication for progress updates via websocket (SockJS) +- Add settings for download path, max concurrent download, enable/disable integration with vipergirls +- Add integration with vipergitls.to (possibility to auto leave thanks after grab post) +- Add support for acidimg.cc, imagezilla.net, imgbox.com, imx.to, pixhost.to, turboimagehost.com \ No newline at end of file