Skip to content

Releases: FuzzyGrim/Yamtrack

v0.22.7

08 May 18:37
Compare
Choose a tag to compare

Fixes

  • The metadata sync button in details page will now also refetch the releases for that media (970478b)
  • Fixed card view too big on mobile #460 (fb76fa4)
  • Fixed wrong links in media timeline on statistics page #463 (1194dee)
  • Fixed bug when importing NSFW marked media from Kitsu #464 (2063112)
  • Fixed bug when importing invalid media id from Kitsu (bb8f2dd)

Other

  • Reduce wait time for each metadata sync trigger (b64befc)
  • Reformat the ratings that were previously displayed as 10.0 so that they appear as 10. (a58cfd3)

Maintenance

Full Changelog: v0.22.6...v0.22.7

v0.22.6

05 May 11:57
8195c44
Compare
Choose a tag to compare

Features

  • Display your media tracking data directly in the media details page #409 (f55ed48)
  • Added a button in media details page to force metadata synchronization with the external provider (b388d6b)
  • Added videogame mods to the game search results #444 (8565dbc)

image

Fixes

  • Fixed number of releases not showing for media that are Dropped/Paused (e80551b)
  • Fixed inconsistency in the number of releases when AniList reports fewer episodes than MyAnimeList (d801d40)
  • Optimized TV Shows and TV Seasons media list page (410ed1d)
  • Fixed custom list modal opening slow (6e48470)
  • Fixed can't scroll in the media tracking modal #447 (e4e342e)
  • Fixed search box layout on small screens when tv show is selected #443 (a2a0736)
  • Handle episode count mismatch in Trakt import (cda367c)
  • Fixed release events not appearing sorted by datetime #454 by @ajanvier in #456
  • Fixed the calculation of released episodes of TV shows, previously it only showed the episodes of seasons that have been added to the user's media list. (463fd3e)
  • Fixed sibebar accessibility on small screens #458 (5b89055)

Other

  • Always display the media title in the tracking modal (0a965d8)
  • Show a better error message when a request to an external provider fails #452 (1200089)
  • Hide irrelevant progress field for movies #409 (30c4fb9)

Maintenance

Full Changelog: v0.22.5...v0.22.6

v0.22.5

24 Apr 13:08
Compare
Choose a tag to compare

Features

  • Enhanced sorting logic on home page to consider both primary criteria and last watched. This will only track changes made after this update as the last watched timestamps is newly added #227 (a5a334c)
  • Added a “About” tab on the settings page, shows some details of the project and the version of the hosted app #439 (0cfcb06)

Fixes

  • Fixed sorting by episodes left on the home page when none of the media have known released content #438 (70562f5)
  • Fixed importing from Simkl with duplicated media ids #437 (6f34432)
  • Fixed media list not loading when filtering from an empty media list to a status with items. (d076677)

Other

  • Added optional TRAKT_API environment variable for importing from Trakt (35835b5)
  • Moved the documentation on Environment Variables to the Wiki page (f61147f)

Full Changelog: v0.22.4...v0.22.5

v0.22.4

23 Apr 18:09
Compare
Choose a tag to compare

Fixes

  • Fixed error on home page when having unreleased movies/games as In Progress (c31116b)
  • Fixed logging when updating game progress from the home page (d486b90)

Full Changelog: v0.22.3...v0.22.4

v0.22.3

23 Apr 16:14
Compare
Choose a tag to compare

Fixes

  • Fixed events migration files #435 #436 (cfd502b)
  • Update sample search URL to handle season media type (0662506)

Full Changelog: v0.22.2...v0.22.3

v0.22.2

23 Apr 15:36
Compare
Choose a tag to compare

Fixes

  • Fixed movie events migration to handle unique constraint conflicts #435 (823a65f)

Full Changelog: v0.22.1...v0.22.2

v0.22.1

23 Apr 14:43
Compare
Choose a tag to compare

Fixes

  • Fixed home page not loading: KeyError: "Property 'unit' not found for media type 'movie'." #434 (c2b58c3)

Full Changelog: v0.22.0...v0.22.1

v0.22.0

23 Apr 12:17
Compare
Choose a tag to compare

Features

  • Added Comic as a standalone media type through ComicVinee #314, #180 (739778f)
  • Added the ability to export your release calendar as an iCalendar file by @ajanvier in #415. You can now subscribe to their Yamtrack calendar in Nextcloud or any other calendar application.
  • Added links to the source of information on the media details page(cf950c4)
  • Added daily releases digest notification #424 (ebbcf48)
  • Added last watched episode on TV Shows media list page (168bc57)
  • Added total released episodes/chapters/issues... on media list page (e45cb0e)
  • Added Django's admin interface (wiki) #311 (4298ccf)
  • Updated the Yamtrack calendar to automatically include episode releases for all seasons of a tracked TV show, enabling users to receive notifications for new seasons without any additional effort #390 (4f54961)

Fixes

  • Fixed in-progress TV shows not displayed on home page if TV seasons are disabled #403, #416 (284da38)
  • Fixed Load All button not appearing on home page #429 (8c2e1ad)
  • Fixed date range handling on statistics page #426 (bd68ec2)

Other

  • Removed migrations that have been squashed in 03c813c by @ajanvier in #377
  • Changed timer for release notification task from every 30 minutes to every 10 minutes (57735e6)
  • Update JavaScript library references to local static files #407 (84f21ed)
  • Added HEALTHCHECK_CELERY_PING_TIMEOUT variable to increase celery healthcheck timeout #372 (14a3016)

Maintenance

  • build(deps-dev): bump fakeredis from 2.28.0 to 2.28.1 by @dependabot in #412
  • build(deps): bump django-allauth[mfa,socialaccount] from 65.6.0 to 65.7.0 by @dependabot in #414
  • build(deps): bump celery from 5.4.0 to 5.5.1 by @dependabot in #419
  • build(deps-dev): bump ruff from 0.11.2 to 0.11.6 by @dependabot in #425
  • build(deps): bump aiohttp from 3.11.14 to 3.11.18 by @dependabot in #428
  • build(deps): bump pillow from 11.1.0 to 11.2.1 by @dependabot in #430
  • build(deps): bump django-celery-beat from 2.7.0 to 2.8.0 by @dependabot in #431
  • build(deps): bump django-celery-results from 2.5.1 to 2.6.0 by @dependabot in #432
  • build(deps): bump beautifulsoup4 from 4.13.3 to 4.13.4 by @dependabot in #433
  • build(deps): bump Django from 5.1.7 to 5.2 by @FuzzyGrim in 819cfe8

Full Changelog: v0.21.0...v0.22.0

v0.21.0

01 Apr 12:55
bddf1bc
Compare
Choose a tag to compare

Features

  • Added notifications for media releases via Apprise, closes #183 and #316 (efd0227)
  • Added persist the status filter for each media category by @ajanvier in #378
  • Added automatic setting of media type for search (e.g. if we're in the Anime list, the search type is automatically set to Anime) by @ajanvier in #392
  • Added display media airtime on the home page, be sure to set the TZ environment variable to get an accurate airtime #385 (5b884a7)
  • Added longest streak tracking on the statistics page #393 (11d33e8)

Screenshot 2025-04-01 at 14-45-04 Notifications - Yamtrack

Fixes

  • Fixed disabled media types showing on home page #379 (deef085)
  • Fixed the pluralization of the activity count information on the statistics page (ac3d30a)
  • Added error handler for MangaUpdates search API (a0dc812)
  • Fixed Jellyfin webhook integration not working when using custom PUID/GUID #396 (8124fff)

Maintenance

  • build(deps): bump django-select2 from 8.3.0 to 8.4.0 by @dependabot in #381
  • build(deps): bump aiohttp from 3.11.13 to 3.11.14 by @dependabot in #383
  • build(deps): bump django-debug-toolbar from 5.0.1 to 5.1.0 by @dependabot in #389
  • build(deps-dev): bump ruff from 0.11.0 to 0.11.2 by @dependabot in #395
  • build(deps): bump django-allauth[mfa,socialaccount] from 65.4.1 to 65.6.0 by @dependabot in #399
  • build(deps-dev): bump fakeredis from 2.27.0 to 2.28.0 by @dependabot in #400
  • build(deps-dev): bump coverage from 7.6.12 to 7.8.0 by @dependabot in #401
  • build(deps): bump apprise from 1.9.2 to 1.9.3 by @dependabot in #402

New Contributors

Full Changelog: v0.20.5...v0.21.0

v0.20.5

15 Mar 20:58
Compare
Choose a tag to compare

Fixes

  • Fixed user management bug in Docker container startup #369 (eb934b3)
  • Fixed container not starting when no celery worker is available #372 (b290963)
  • Fixed wrong episode count for some animes on home page #376 (dd5f14c)

Maintenance

  • build(deps-dev): bump ruff from 0.9.10 to 0.10.0 by @dependabot in #374
  • build(deps): bump psycopg[binary] from 3.2.5 to 3.2.6 by @dependabot in #368

Full Changelog: v0.20.4...v0.20.5