mirror of
https://git.sr.ht/~phw/scotty
synced 2025-04-16 10:09:28 +02:00
Release 0.4.0
This commit is contained in:
parent
757aeed7b5
commit
fee1eba080
2 changed files with 5 additions and 4 deletions
|
@ -1,13 +1,14 @@
|
||||||
# Scotty Changelog
|
# Scotty Changelog
|
||||||
|
|
||||||
## 0.4.0 - unreleased
|
## 0.4.0 - 2024-01-21
|
||||||
- JSPF: implement append mode
|
- 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
|
- Subsonic: Only set tags if genre is not empty
|
||||||
- ListenBrainz: Listen import can be configured to check for duplicate listens
|
- ListenBrainz: Listen import can be configured to check for duplicate listens
|
||||||
- spotify-history: New backend for importing from Spotify extended streaming
|
- spotify-history: New backend for importing from Spotify extended streaming
|
||||||
history JSON files
|
history JSON files
|
||||||
- Allow date time string for `--timestamp` parameter
|
- Allow date time string for `--timestamp` parameter
|
||||||
|
- Enabled output for "dump" backend again
|
||||||
- Fixed completed progress bar showing empty
|
- Fixed completed progress bar showing empty
|
||||||
- Fixed crash in case of importer returning an error on import start
|
- Fixed crash in case of importer returning an error on import start
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
Copyright © 2023 Philipp Wolfer <phw@uploadedlobster.com>
|
Copyright © 2023-2024 Philipp Wolfer <phw@uploadedlobster.com>
|
||||||
|
|
||||||
Scotty is free software: you can redistribute it and/or modify it under the
|
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
|
terms of the GNU General Public License as published by the Free Software
|
||||||
|
@ -17,7 +17,7 @@ package version
|
||||||
|
|
||||||
const (
|
const (
|
||||||
AppName = "scotty"
|
AppName = "scotty"
|
||||||
AppVersion = "0.3.1"
|
AppVersion = "0.4.0"
|
||||||
)
|
)
|
||||||
|
|
||||||
func UserAgent() string {
|
func UserAgent() string {
|
||||||
|
|
Loading…
Add table
Reference in a new issue