Updated changelog
This commit is contained in:
parent
342d7d7eed
commit
a5e9701e62
1 changed files with 8 additions and 1 deletions
|
@ -7,7 +7,14 @@
|
|||
* 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
|
||||
* In the event that no title is set to track, album is used as name instead
|
||||
* In the event that no title is set to track, track number is used instead
|
||||
* 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
|
||||
* 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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue