diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..150985e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,62 @@ +# Changelog +All notable changes to this project will be documented in this file. + +## [Unreleased] + +## [v0.11.0] - 2021-10-10 + +- Switched to semantic versioning +- Now supports multiple watchers - multiple directories can be monitored for new images +- Complete UI rework to support new features and decrease ugliness +- Add many tests + +## [0.10.0] - 2021-06-08 + +This version adds a page showing recent uploads, with thumbnails. + +This is not much use except as a log at this stage, but is the basis for future versions which will allow you to hold files before uploading, and edit them (crop, add text, etc) as well. + +## [0.9.0] - 2021-06-04 + +Fix the version update check so that users are actually informed about new releases. + +## [0.8.0] - 2021-06-03 + +This version makes the logs available in the web interface. + +## [0.7.0] - 2021-02-09 + +The long awaited (!) web interface launches with this version. No more messing with command line arguments and .bat files. + +Just run the exe and hit http://localhost:9090 to configure the app. See the updated README.md for more information on the configuration. + +## [0.6.0] - 2017-02-28 + +Add --exclude option to avoid uploading files in thumbnail directories + +## [0.5.0] - 2017-02-28 + +* Automatic watermarking of images to perform shameless self-promotion of this tool (disable with --no-watermark) +* Automatically retry failed uploads +* Internal cleanups + +## [0.4.0] - 2017-02-28 + +* Fix crash if the specified directory did not exist +* Better output for showing new version info +* Show speed of upload + +## [0.3.0] - 2017-02-21 + +* Support 'username' sending +* Timeout on all HTTP connections +* Default to current directory if --directory not specified + +## [0.2.0] - 2017-02-21 + +* First golang version, improved output and parsing of responses. +* Built in update checks. + +## [0.1.0] - 2017-02-16 + +Initial release \ No newline at end of file