Skip to content

Releases: cstaelen/tidarr

0.4.4

02 Nov 01:17

Choose a tag to compare

๐Ÿ“ฆ 0.4.4

๐Ÿ– Changed

  • [Front] Update console UI
  • [Docker] use buildx from multi-platform image by @mortezaPRK #420

Full Changelog: 0.4.3...0.4.4

New contributors

  • Thanks to @mortezaPRK for their first contribution ๐Ÿ™Œ

0.4.3

30 Oct 23:11
f252084

Choose a tag to compare

๐Ÿ“ฆ 0.4.3

๐Ÿ– Changed

  • [API] Sync cron uses TZ env var if exists or fallback to system timezone

๐Ÿ› Fixed

  • [API] Fix SYNC_CRON_EXPRESSION issue #417

Full Changelog: 0.4.2...0.4.3

0.4.2

29 Oct 19:44
05d24c1

Choose a tag to compare

๐Ÿ“ฆ 0.4.2

๐Ÿš€ Added

  • [API] Trigger sync button add to download queue #414
  • [Front] Add buttons to clear queue list
  • [API/Front] Download & sync favorite tracks/albums/playlists #412

๐Ÿ– Changed

  • [API] Update tiddl to 2.7.0

Full Changelog: 0.4.1...0.4.2

0.4.1

28 Oct 12:43
11d9a1a

Choose a tag to compare

๐Ÿ“ฆ 0.4.1

๐Ÿš€ Added

  • [API] Add push over webhook and PUSH_OVER_URL env var

๐Ÿ– Changed

  • [API] Update tiddl to 2.6.5

Full Changelog: 0.4.0...0.4.1

0.4.0

26 Oct 11:43
97a9b5c

Choose a tag to compare

๐Ÿ“ฆ 0.4.0

๐Ÿš€ Added

  • [Front] Add custom CSS #383
  • [API] Add umask env var for output file chmod #396
  • [API/Front] Watch and sync artist content #400

๐Ÿ– Changed

  • [Front] Move sync list from settings dialog to home page tabs "Watch list"
  • [API] Refacto server sent events (performances should be significantly enhanced)
  • [API] Handle tiddl config from shared folder (instead of /root) #382

0.3.8

17 Oct 15:16
025a735

Choose a tag to compare

๐Ÿ“ฆ 0.3.8

โš ๏ธ If you are experiencing reload loop issue :

Clear token & refresh_token in the auth fields in the "tiddl.json" file
Restart the container by ensuring no cache is used : docker compose up -d --no-deps --force-recreate tidarr
Run docker compose exec -it tidarr tiddl auth logout
Access the Tidarr webpage which should prompt you the token link.

๐Ÿ– Changed

  • [API] Update tiddl to 2.6.4

๐Ÿš€ Added

  • [API] Save download queue to file #384

Full Changelog: 0.3.7...0.3.8

0.3.7

17 Oct 08:13
05614e8

Choose a tag to compare

๐Ÿ“ฆ 0.3.7

โš ๏ธ If you are experiencing reload loop issue :

  1. Clear token & refresh_token in the auth fields in the "tiddl.json" file
  2. Restart the container by ensuring no cache is used : docker compose up -d --no-deps --force-recreate tidarr
  3. Run docker compose exec -it tidarr tiddl auth logout
  4. Access the Tidarr webpage which should prompt you the token link.

๐Ÿ– Changed

  • [API] Update tiddl to 2.6.3
  • [API] Clean folder before processing

๐Ÿ› Fixed

  • [API] Tolerate tiddl metadata error
  • [API] Process m3U only for mix and playlist

Full Changelog: 0.3.6...0.3.7

0.3.6

16 Oct 16:01
8965239

Choose a tag to compare

๐Ÿ“ฆ 0.3.6

โš ๏ธ For this update you will have to (thx @Ultrajackstr) :

  1. Clear token & refresh_token in the auth fields in the "tiddl.json" file
  2. Restart the container by ensuring no cache is used : docker compose up -d --no-deps --force-recreate tidarr
  3. Run docker compose exec -it tidarr tiddl auth logout
  4. Access the Tidarr webpage which should prompt you the token link.

๐Ÿš€ Added

  • [Front] Add track version to track title #368

๐Ÿ› Fixed

  • [API] Fix sync list "output" issue #367
  • [Front] Fix token missing dialog reload loop #380
  • [Tiddl] Update to 2.6.3a1 - Fix OAUTH issue (thx @oskvr37) #380

Full Changelog: 0.3.5...0.3.6

0.3.5

07 Oct 11:55
ea3132a

Choose a tag to compare

๐Ÿ“ฆ 0.3.5

๐Ÿš€ Added

  • [API] Update tiddl: add playlist .m3u file by setting save_playlist_m3u to true in tiddl.json #354
  • [Docker] Custom .m3u file track path with M3U_BASEPATH_FILE= in docker env.
  • [API/Front] Sync playlists and mixes. Default interval is daily or use custom with SYNC_CRON_EXPRESSION #355

๐Ÿ– Changed

  • [API] Update tiddl from 2.5.2 to 2.6.2
  • [Chore] Renovate some dependencies

๐Ÿ› Fixed

  • [Front] Fix infinite refresh when token is expired #359

Full Changelog: 0.3.4...0.3.5

0.3.4

19 Sep 21:45
3eed751

Choose a tag to compare

๐Ÿ“ฆ 0.3.4

๐Ÿš€ Added

  • [Front] Add select dropdown to sort playlists and favorites (#342)

๐Ÿ› Fixed

  • [API] Fix mixes download issue (#344)
  • [CI] Fix pre-release deployement

๐Ÿ– Changed

  • [Chore] Renovate some dependencies

Full Changelog: 0.3.3...0.3.4