Releases: cstaelen/tidarr
Releases ยท cstaelen/tidarr
0.4.4
๐ฆ 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
0.4.2
0.4.1
๐ฆ 0.4.1
๐ Added
- [API] Add push over webhook and
PUSH_OVER_URLenv var
๐ Changed
- [API] Update tiddl to
2.6.5
Full Changelog: 0.4.0...0.4.1
0.4.0
๐ฆ 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
๐ฆ 0.3.8
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
๐ฆ 0.3.7
- Clear
token&refresh_tokenin 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.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
๐ฆ 0.3.6
- Clear
token&refresh_tokenin 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.
๐ 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
๐ฆ 0.3.5
๐ Added
- [API] Update tiddl: add playlist
.m3ufile by settingsave_playlist_m3utotrueintiddl.json#354 - [Docker] Custom
.m3ufile track path withM3U_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.2to2.6.2 - [Chore] Renovate some dependencies
๐ Fixed
- [Front] Fix infinite refresh when token is expired #359
Full Changelog: 0.3.4...0.3.5