Release history
tubesync releases
Syncs YouTube channels and playlists to a locally hosted media server
All releases
8 shown
v0.17.3
Mixed
Notable features
- Generate health check URL
- Check latest yt-dlp version in healthcheck
- Use environment variables for gunicorn configuration
Full changelog
What's Changed
- Reconfigure debconf for Docker by @tcely in https://github.com/meeb/tubesync/pull/1412
- Incorporate changes from PR 1402 by @tcely in https://github.com/meeb/tubesync/pull/1440
- Split backend changes out from PR 1402 by @tcely in https://github.com/meeb/tubesync/pull/1434
- Remove unmapped tasks by @tcely in https://github.com/meeb/tubesync/pull/1444
- feat: generate health check URL by @tcely in https://github.com/meeb/tubesync/pull/1447
- chore(nginx): use environment variables for
gunicornby @tcely in https://github.com/meeb/tubesync/pull/1450 - feat: check the latest
yt-dlpversion in healthcheck by @tcely in https://github.com/meeb/tubesync/pull/1448 - fix(huey): upgrade to version 3 by @tcely in https://github.com/meeb/tubesync/pull/1457
- fix(matching): prefer original audio in combined format by @tcely in https://github.com/meeb/tubesync/pull/1452
- fix: lowercase
Source.namebefore sorting by @tcely in https://github.com/meeb/tubesync/pull/1465 - chore(gunicorn): review and update configuration by @tcely in https://github.com/meeb/tubesync/pull/1449
- Create
install_tailwindcss.shby @tcely in https://github.com/meeb/tubesync/pull/1471 - Release for 2026-005 by @tcely in https://github.com/meeb/tubesync/pull/1470
Full Changelog: https://github.com/meeb/tubesync/compare/v0.17.1...v0.17.3
v0.17.1
Breaking risk
Breaking changes
- Django upgraded to version 6
Notable features
- Python 3.14 support
v0.16.3
New feature
Notable features
- Task revocation feature
- Temporary table database optimization
- MEDIA_FORMATSTR configuration setting
v0.16.2
New feature
Notable features
- AI-upscaled format exclusion
- yt-dlp-remote-cipher plugin support
v0.16.1
Maintenance
Notable features
- Latest yt-dlp integration
- Bind mount improvements