Skip to content

Releases: exislow/tidal-dl-ng

v0.15.6

16 Jun 14:34
Compare
Choose a tag to compare

👷 Dependency updates.
👷 Enable macOS M1 build.
👷 Increased chunk size of the downloader.
👷 Pagination enabled for playlists. Fixes #131
🛠️ Apply filter for results with children. Fixes #130
✨ {album_id} can be used for track naming. Fixes #123

Full Changelog: v0.15.4...v0.15.6

v0.15.4

06 Jun 20:07
Compare
Choose a tag to compare

🛠️ Correct FFmpeg path is being used. Fixes #117

Full Changelog: v0.15.3...v0.15.4

v0.15.3

24 May 11:42
Compare
Choose a tag to compare

🛠️ PKCE flag was not set on first login. Fixes #113

Full Changelog: v0.15.2...v0.15.3

v0.15.2

24 May 08:02
Compare
Choose a tag to compare

🛠️ Fixed import error.

Full Changelog: v0.15.1...v0.15.2

v0.15.1

24 May 07:36
Compare
Choose a tag to compare

🛠️ Fixed crash on right click -> download a favorite list.

Full Changelog: v0.15.0...v0.15.1

v0.15.0

24 May 06:51
Compare
Choose a tag to compare

✨ 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

22 May 04:36
Compare
Choose a tag to compare

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

23 Apr 20:41
Compare
Choose a tag to compare

✨ Exception logging on filename sanitization and download watcher.
✨ Remove dependency ffmpeg.

Full Changelog: v0.13.1...v0.13.2

v0.13.1

21 Apr 20:47
Compare
Choose a tag to compare

👷 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

21 Apr 17:25
Compare
Choose a tag to compare

👷 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