Releases: exislow/tidal-dl-ng
v0.9.0
✨ For each track the album information will be retrieved explicitly.
🛠 Media naming was re-factored. More placeholders, like album_artist
can be used. Fixes #51
✨ The full track name will be used as file title (including remix etc.).
🛠 Album Artist ID3 tag only shows the main album artists.
🛠️ Try harder to find a release date. Fixes #56
🛠️ Tracks are checked, if they are available. Fixes #48
Full Changelog: v0.8.3...v0.9.0
v0.8.3
What's Changed
🛠 Crash on empty lyrics fixed.
🛠 Settings path fix. No app reload necessary anymore.
✨ Direct search for links in GUI is possible.
✨ Uavailable songs will not be displayed and do not lead to crash on download.
✨ Extended help message for lyrics.
Full Changelog: v0.8.2...v0.8.3
v0.8.2
- 🛠️ Skip lyrics if lyrics not available. Fixes #38
Full Changelog: v0.8.1...v0.8.2
v0.8.1
🌟 Version bump to v0.8.1. Fixes #36
v0.8.0
What's Changed
- ✨ Respect download delay when downloading a bunch of tracks / videos. by @exislow in #26
- ✨ #19 adding lyrics to stand alone lrc file by @exislow in #27
- ✨ Settings Dialog by @exislow in #32
- ✨ GUI user lists can be reloaded. Logout is possible. by @exislow in #34
- ♻️ Minor refactoring.
- ✨ Client ID will be swapped in order to get the correct HiRes Lossless token after refresh. Addresses #31
Full Changelog: v0.7.1...v0.8.0
v0.7.1
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- ♻️ Minor refactoring.
- ✨ Environment path variables, like '~' will get expanded and can now be used in settings.
- ✨ Update tidalapi dependency to be able to do HiRes login.
- ✨ Pkce by @exislow in #25
- ♻️ Removed unnecessary default values.
- 🛠️ Fixed crash on empty search result list.
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- ✨ Lists within results can be expanded and partially downloaded. by @exislow in #18
- ✨ Result pagination implement for GUI and Downloader.
- ♻️ Some major refactoring
- ✨ Added version dialog. See File -> Version.
- ✨ Window and task icon will be shown.
New Contributors
Full Changelog: v0.5.1...v0.6.0
v0.5.1
🌟 GitHub Actions fix.