-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #151 from bohning/changelog
Changelog
- Loading branch information
Showing
4 changed files
with
40 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<!-- 0.2.1 --> | ||
|
||
# Changes | ||
|
||
## Fixes | ||
|
||
- Fixed another error with fetching browser cookies preventing the app to start. | ||
|
||
<!-- 0.2.0 --> | ||
|
||
# Changes | ||
|
||
## Fixes | ||
|
||
- Fixed an error which prevented downloads from finishing successfully ("Only valid ISO 639 language values are supported as arguments.") | ||
- Fixed an error with the USDB login when downloading multiple songs concurrently without being logged in, yet. | ||
- Fixed an error which could prevent the app from starting if unable to retrieve browser cookies. | ||
- Fixed some Linux-specific issues and documented requirements (see [README](https://github.com/bohning/usdb_syncer/blob/main/README.md)). | ||
- Fixed wrong songs being matched when finding local songs. | ||
- Fixed downloading from YouTube by updating yt_dlp. | ||
- Fixed shortening URLs in the meta tags dialog. | ||
|
||
## Features | ||
|
||
- Implemented importing and exporting a list of USDB song ids from .json, .usdb_ids and hyperlink files. | ||
- Added actions to show the current song on USDB and on the local file system. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters