Releases: exislow/tidal-dl-ng
v0.15.6
v0.15.4
🛠️ Correct FFmpeg path is being used. Fixes #117
Full Changelog: v0.15.3...v0.15.4
v0.15.3
🛠️ PKCE flag was not set on first login. Fixes #113
Full Changelog: v0.15.2...v0.15.3
v0.15.2
🛠️ Fixed import error.
Full Changelog: v0.15.1...v0.15.2
v0.15.1
🛠️ Fixed crash on right click -> download a favorite list.
Full Changelog: v0.15.0...v0.15.1
v0.15.0
✨ Show quality in queue for playlists and artists.
👷 Fixed download delay for skipped files.
👷 Handle bool
values in a better way for settings via cli. Fixes #111
👷 Favorites and playlists will be displayed as playlists (same behavior as in TIDAL app).
✨ User favorites (hearted items) are now selectable from the left pane's list. Fixes #99
✨ Regular expression can be used to filter results.
👷 Result columns resizable again.
Full Changelog: v0.14.0...v0.15.0
v0.14.0
What's Changed
- ✨ Results tree allows to filter (AND) (87 feature add a possibilty to filter columns by @exislow in #105)
- 🛠️ Lyrics file will be created on flac extract. Fixes #93
- 🛠️ Display dialog on manual version update check, if no new version available.
- ✨ Logout via CLI implemented. Fixes #101
- 👷 Metadata will be written for extracted flacs. Fixes #104
- 👷 Updated macOS build image to 12, due to GitHub sunset of macos-11.
- 👷 Silence ffmpeg output. Fixes #103
- ✨ Can download artists. Fixes #102
Full Changelog: v0.13.2...v0.14.0
v0.13.2
✨ Exception logging on filename sanitization and download watcher.
✨ Remove dependency ffmpeg
.
Full Changelog: v0.13.1...v0.13.2
v0.13.1
👷 Fixed video and list download.
✨ Use M4A file extension for audio tracks instead of MP4.
Full Changelog: v0.13.0...v0.13.1
v0.13.0
👷 Dependency updates.
✨ Explicit versions will be shown in tables. Audio quality is shown in results and download table. Fixes #58
✨ Explicit versions can be tagged with filename placeholder track_explicit
and album_explicit.
Fixes #82
✨ album_id
can be used as a placeholder for album namings. album_year
can also be used within track namings. Fixes #85
🛠️ Values for options passed via command line will be converted to int
if necessary. Fixes #83
✨ For albums you can now use album_num_volumes
as a placeholder and for tracks track_volume_num
. Fixes #90
🛠️ Naming placeholder to str
conversion fix.
✨ Download list will indicate, if a file was skipped.
👷 Migrated media constants to tidalapi
.
👷 Exception handling on missing lyrics adjusted due to tidalapi
breaking changes. Fixes #92
✨ M4A containers have isrc
embedded as custom metatag.
👷 Legacy code cleanup due to tidalapi
update.
✨ Adapted download code to new tidalapi
version.
👷 Login method updated due to tidalapi
upgrade.
✨ PKCE / OAuth login will be chosen on the fly, depending on the desired audio quality of the track to speed up non HIRES_LOSSLESS
downloads. Quality for tracks in download queue can be chosen individually. Fixes #73
✨ pathvalidate
library is currently not able to shorten filenames. Implemented a hacky workaround for now. Fixes #91
✨ FLAC can be extracted from MP4 containers (see options). Downgrade on HI_RES
download is possible (see options). Fixes #93 #86
Full Changelog: v0.12.7...v0.13.0