dam/CHANGELOG.md

28 lines
1.5 KiB
Markdown
Raw Normal View History

2018-03-29 00:30:14 +00:00
### v0.1
* Initial version supporting basic deployment of music collection, and basic inclusion and exclusion based on metadata pattern searching
2018-04-06 23:09:05 +00:00
### v0.2
* Rewrote deployment workflow to allow for smarter cleaning of unselected IMAGEIDs on TARGET
* Added "du" command to check projected disk usage of selected IMAGEIDs
* Added disk usage function on "deploy" function that checks if TARGET has enough space for what is to be deployed
* Fixed bug where everything in track title after a colon would disappear
* Fixed bug where sometimes two colliding trackids would cause mahem
2018-04-08 01:09:35 +00:00
* In the event that no title is set to track, track number is used instead
2018-04-06 23:09:05 +00:00
* Added LAST_DEPLOY and LAST_UPDATE variable in database for keeping track of what commit was the last update and deployment done on.
* Metadata updates are now done on just the imageids that were updated since last deployment
2018-04-08 01:09:35 +00:00
* Added check functions to test integrity of database file
* Added dam --help command to facilitate use
* Saner function exit codes
* Command outputs are now prettier
* Fixed a bug where a "[" and "]" character would crash deploy_meta
* Added --git-dir option to defined git directory, in case working directory is now it
2018-04-08 01:42:21 +00:00
### v0.2.1
* Deploy now proper cleans up after itself in git directory
* Exit code for missing database file is now 3 instead of 1
2018-04-08 20:39:05 +00:00
### v0.2.2
* Further improvement to CLI UI
* Fixed critical bug with database update, where selection would be defined as "null"
* Fixed bug in include command