gropple/CHANGELOG.md

29 lines
709 B
Markdown
Raw Normal View History

2021-09-28 21:18:38 +09:30
# 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
2021-09-29 23:21:24 +09:30
- Configuration via web interface
2021-09-28 21:18:38 +09:30
## [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