From 7500a30f6b7524a6ae9c09c863ec410d48bebf96 Mon Sep 17 00:00:00 2001 From: Justin Hawkins Date: Tue, 28 Sep 2021 21:18:38 +0930 Subject: [PATCH] About time we had a changelog --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2a6a307 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,27 @@ +# Changelog +All notable changes to this project will be documented in this file. + +## [Unreleased] + +- Configuration moved from command line to an app-managed YAML file + +## [v0.4.0] - 2021-09-26 + +- Moved to semantic versioning +- Automatic version check, prompts for upgrade in GUI +- Fixed regex to properly match "merging" lines +- Automatically refresh index page + +## [0.03] - 2021-09-24 + +- Add option to change command (to use youtube-dlc or other forks) and command line arguments +- Improve log display in popup +- Improve documentation (slightly) + +## [0.02] - 2021-09-22 + +- Fix #4 so that deleted files are removed from the results + +## [0.01] - 2021-09-22 + +- Initial release