Yamtrack
Self hosted media tracker for movies, TV, anime, manga, games, and books
Alternative to: trakt, myanimelist, anilist, simkl, goodreads
About
Versions (80)
v0.25.0
2026-02-06Features
- Added support for the official Jellyfin Webhook plugin @Oridjinn1980 in https://github.com/FuzzyGrim/Yamtrack/pull/907
- Added the option to filter lists by status by @doluk in https://github.com/FuzzyGrim/Yamtrack/pull/928
- Added external links (imdb, tvdb, wikidata) to media details page #937 (https://github.com/FuzzyGrim/Yamtrack/commit/38673cab6dfb170d14b7ca3f74d91b97ee705649)
- Added new option to select default date when bulk completing tv shows/seasons #802 (https://github.com/FuzzyGrim/Yamtrack/commit/d2df3cdd40452ca4fa7dad2157b398c2daff2f31)
- Added user-customizable date and time display formats across the application #624 (https://github.com/FuzzyGrim/Yamtrack/commit/070cfc8e36fef4ff1c0a0c3aecb7af09d9412322)
- Added Board Game tracking with BoardGameGeek integration by @zskemp in https://github.com/FuzzyGrim/Yamtrack/pull/979
- Allow importing TV seasons/episodes by title only from Yamtrack CSV format by @dpantel in https://github.com/FuzzyGrim/Yamtrack/pull/968
- Display movie collections on media detail page by @andrebk in https://github.com/FuzzyGrim/Yamtrack/pull/1003
- Added
CELERY_REDIS_URLto allow configuring celery redis url independently from django #1123 (https://github.com/FuzzyGrim/Yamtrack/commit/ed20461fb0637495a054ff08fadc7a9ce14348ad) - Added progress bar on media cards by @busliggabor in https://github.com/FuzzyGrim/Yamtrack/pull/1130
Fixes
- Fixed comic events not showing issue number (https://github.com/FuzzyGrim/Yamtrack/commit/9f71132e0c6912055c446510f0fd48da8e9eeaac)
- Fixed some log entries getting incorrectly labeled as error log #1056 (https://github.com/FuzzyGrim/Yamtrack/commit/a47bf3df02a216393ed108f48bfc2a38729a2495)
- Fixed season episodes notifications not being sent when tv is enabled but season disabled #1057 (https://github.com/FuzzyGrim/Yamtrack/commit/9947cbee9d32909dcab57337f7243e451f238e53)
- Fixed docker secrets file parsing #789 (https://github.com/FuzzyGrim/Yamtrack/commit/495de72402673622f7bc54d892449bd9a4d3bc31)
- Fixed rating style by @busliggabor in https://github.com/FuzzyGrim/Yamtrack/pull/1086
- Improved release dates metadata for Hardcover books #966 https://github.com/FuzzyGrim/Yamtrack/commit/bb083ef607af5bfe1f76987dae8f3f382414bad4
- Fixed end date gets auto filled to current datetime when setting progress to maximum #1091 (https://github.com/FuzzyGrim/Yamtrack/commit/9765be7afbe7d511c3144d74f6216b53d74bde46)
- Fixed wrong total anime episodes when AniList episode data is wrong compared to MyAnimeList #1096 (https://github.com/FuzzyGrim/Yamtrack/commit/c43d712663a70c45c9142067c5a7076aab5e6ec2)
- Fixed incorrect upcoming episode time on Home Page depending on time #1100 (https://github.com/FuzzyGrim/Yamtrack/commit/974d711df379cad51884ad073f391a7c8ce81538)
- Fixed can’t create users with admin page #1147 (https://github.com/FuzzyGrim/Yamtrack/commit/11d9649dc159cb4091637a19d3299f891344af64)
Maintenance
- build(deps-dev): bump coverage from 7.13.0 to 7.13.1 by @dependabot[bot] in https://github.com/FuzzyGrim/Yamtrack/pull/1064
- build(deps): bump django-widget-tweaks from 1.5.0 to 1.5.1 by @dependabot[bot] in https://github.com/FuzzyGrim/Yamtrack/pull/1075
- build(deps): bump aiohttp from 3.13.2 to 3.13.3 by @dependabot[bot] in https://github.com/FuzzyGrim/Yamtrack/pull/1076
- build(deps): bump celery from 5.6.0 to 5.6.2 by @dependabot[bot] in https://github.com/FuzzyGrim/Yamtrack/pull/1077
- build(deps): bump pillow from 12.0.0 to 12.1.0 by @dependabot[bot] in https://github.com/FuzzyGrim/Yamtrack/pull/1078
- build(deps): bump requests-ratelimiter from 0.7.0 to 0.8.0 by @dependabot[bot] in https://github.com/FuzzyGrim/Yamtrack/pull/1079
- build(deps): bump django-select2 from 8.4.7 to 8.4.8 by @dependabot[bot] in https://github.com/FuzzyGrim/Yamtrack/pull/1085
- build(deps-dev): bump ruff from 0.14.10 to 0.14.13 by @dependabot[bot] in https://github.com/FuzzyGrim/Yamtrack/pull/1107
- build(deps): bump django-allauth[socialaccount] from 65.13.1 to 65.14.0 by @dependabot[bot] in https://github.com/FuzzyGrim/Yamtrack/pull/1116
- build(deps): bump django from 5.2.9 to 5.2.11 by @dependabot[bot] in https://github.com/FuzzyGrim/Yamtrack/pull/1153
- build(deps-dev): bump fakeredis from 2.32.1 to 2.33.0 by @dependabot[bot] in https://github.com/FuzzyGrim/Yamtrack/pull/1156
- build(deps): bump apprise from 1.9.6 to 1.9.7 by @dependabot[bot] in https://github.com/FuzzyGrim/Yamtrack/pull/1157
- build(deps-dev): bump coverage from 7.13.1 to 7.13.3 by @dependabot[bot] in https://github.com/FuzzyGrim/Yamtrack/pull/1159
- build(deps): bump gunicorn from 23.0.0 to 25.0.1 by @dependabot[bot] in https://github.com/FuzzyGrim/Yamtrack/pull/1160
- build(deps): bump django-debug-toolbar from 6.1.0 to 6.2.0 by @dependabot[bot] in https://github.com/FuzzyGrim/Yamtrack/pull/1161
- build(deps): bump django-health-check from 3.20.8 to 3.23.3 by @dependabot[bot] in https://github.com/FuzzyGrim/Yamtrack/pull/1162
New Contributors
- @Oridjinn1980 made their first contribution in https://github.com/FuzzyGrim/Yamtrack/pull/907
- @doluk made their first contribution in https://github.com/FuzzyGrim/Yamtrack/pull/928
- @zskemp made their first contribution in https://github.com/FuzzyGrim/Yamtrack/pull/979
- @dpantel made their first contribution in https://github.com/FuzzyGrim/Yamtrack/pull/968
Full Changelog: https://github.com/FuzzyGrim/Yamtrack/compare/v0.24.11…v0.25.0