diff --git a/CHANGES.md b/CHANGES.md index 6cbd02b..ff7bcbd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,13 +1,14 @@ # Scotty Changelog -## 0.4.0 - unreleased +## 0.4.0 - 2024-01-21 - JSPF: implement append mode -- scrobberlog: default for append mode is enabled +- scrobberlog: append mode is enabled by default - Subsonic: Only set tags if genre is not empty - ListenBrainz: Listen import can be configured to check for duplicate listens - spotify-history: New backend for importing from Spotify extended streaming history JSON files - Allow date time string for `--timestamp` parameter +- Enabled output for "dump" backend again - Fixed completed progress bar showing empty - Fixed crash in case of importer returning an error on import start diff --git a/internal/version/version.go b/internal/version/version.go index 82f11ab..4c1b077 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -1,5 +1,5 @@ /* -Copyright © 2023 Philipp Wolfer +Copyright © 2023-2024 Philipp Wolfer Scotty is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software @@ -17,7 +17,7 @@ package version const ( AppName = "scotty" - AppVersion = "0.3.1" + AppVersion = "0.4.0" ) func UserAgent() string {