Update ghcr.io/fuzzygrim/yamtrack Docker tag to v0.24.1 #708

Merged
alexlebens merged 1 commits from renovate/ghcr.io-fuzzygrim-yamtrack-0.x into main 2025-06-18 19:55:14 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/fuzzygrim/yamtrack minor 0.23.1 -> 0.24.1

Release Notes

FuzzyGrim/Yamtrack (ghcr.io/fuzzygrim/yamtrack)

v0.24.1

Compare Source

Fixes

  • Fixed the notes icon in media details page (6575c2e8e5)

Full Changelog: https://github.com/FuzzyGrim/Yamtrack/compare/v0.24.0...v0.24.1

v0.24.0

Compare Source

Features

Fixes

  • Fixed episodes images sometimes not saving correctly (a7818fa42e)
  • Set historical record dates from source API timestamps when importing #​480 (763791901b)
  • Get season and episode number from episode id instead of payload in webhooks #​503 (618d3eb73f)
  • Fixed parsing of titles with special characters when opening modal #​593 (148a2c6077)
  • Fixed Activity History not showing entries logged via the webhook #​576 (b5d5207f80)
  • Fixed media list not opening after adding a game with special characters #​613 (deb121aa93)
  • Fixed not possible to add an episode to watch without a date #​620 (8356d4cc2d)
  • Fixed external postgresql database flooded with errors when using SSL #​568 (4810cc9dbe)
  • Fixed IGDB search not handling correctly expired tokens (8c43693757)
  • Fixed error when importing from SIMKL caused by media without watched_at attribute #​580 (21b6015c63)

Other

  • Removed MarkPlayed and MarkUnplayed events from jellyfin webhooks, I think they can be accidentally triggered too easily. (2e4fd367b0)
  • Reduced the height of notes field in the media tracking form #​573 (08ba40f00b)

Maintenance

New Contributors

Full Changelog: https://github.com/FuzzyGrim/Yamtrack/compare/v0.23.1...v0.24.0


Configuration

📅 Schedule: Branch creation - Every minute ( * */1 * * * ) in timezone US/Central, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/fuzzygrim/yamtrack](https://github.com/FuzzyGrim/Yamtrack) | minor | `0.23.1` -> `0.24.1` | --- ### Release Notes <details> <summary>FuzzyGrim/Yamtrack (ghcr.io/fuzzygrim/yamtrack)</summary> ### [`v0.24.1`](https://github.com/FuzzyGrim/Yamtrack/releases/tag/v0.24.1) [Compare Source](https://github.com/FuzzyGrim/Yamtrack/compare/v0.24.0...v0.24.1) #### Fixes - Fixed the notes icon in media details page (https://github.com/FuzzyGrim/Yamtrack/commit/6575c2e8e50b5bbe18e74221515d1329e636d6bd) **Full Changelog**: https://github.com/FuzzyGrim/Yamtrack/compare/v0.24.0...v0.24.1 ### [`v0.24.0`](https://github.com/FuzzyGrim/Yamtrack/releases/tag/v0.24.0) [Compare Source](https://github.com/FuzzyGrim/Yamtrack/compare/v0.23.1...v0.24.0) #### Features - Added Plex integration via webhooks for watched media [#&#8203;408](https://github.com/FuzzyGrim/Yamtrack/issues/408) by [@&#8203;ryck](https://github.com/ryck) in https://github.com/FuzzyGrim/Yamtrack/pull/516 - Added Emby integration via webhooks for watched media [#&#8203;323](https://github.com/FuzzyGrim/Yamtrack/issues/323) by [@&#8203;ryck](https://github.com/ryck) in https://github.com/FuzzyGrim/Yamtrack/pull/578 - Added better support for repeats, instead of using a form field, you can now track multiple instances of a media. This allows you to have a different rating, start date, end date, notes per repeat [#&#8203;538](https://github.com/FuzzyGrim/Yamtrack/issues/538) (https://github.com/FuzzyGrim/Yamtrack/commit/0ecde2d5ed8fe172a00dc7ce5a70036464ae7ca0) - Added support for Docker secrets [#&#8203;506](https://github.com/FuzzyGrim/Yamtrack/issues/506) by [@&#8203;p7996619](https://github.com/p7996619) in https://github.com/FuzzyGrim/Yamtrack/pull/529 - Added support to host under subpath using `BASE_URL` environmental variable [#&#8203;472](https://github.com/FuzzyGrim/Yamtrack/issues/472) by [@&#8203;christaikobo](https://github.com/christaikobo) in https://github.com/FuzzyGrim/Yamtrack/pull/548 - Added read more to media synopsis, notes and episode synopsis [#&#8203;521](https://github.com/FuzzyGrim/Yamtrack/issues/521) [#&#8203;571](https://github.com/FuzzyGrim/Yamtrack/issues/571) (https://github.com/FuzzyGrim/Yamtrack/commit/1e5b46d87128e9cfa1805e0754a4033a199964db) - Implement status propagation across TV hierarchy [#&#8203;536](https://github.com/FuzzyGrim/Yamtrack/issues/536) (https://github.com/FuzzyGrim/Yamtrack/commit/84fb8f665236d999f66e0c92cb387717d79a7a00) - Made time tracking optional with `TRACK_TIME` environmental [variable#533](https://github.com/variable/Yamtrack/issues/533) (https://github.com/FuzzyGrim/Yamtrack/commit/8356d4cc2d274dec3d7a725a3cb17e44e7e9811b) - Improvements to the grid layout on media list pages, they now show the status and also the dates if the status is `Completed` or `In Progress` (https://github.com/FuzzyGrim/Yamtrack/commit/18723a1c3704ce4583b588b17fa02705e62199ab) #### Fixes - Fixed episodes images sometimes not saving correctly (https://github.com/FuzzyGrim/Yamtrack/commit/a7818fa42ecd444941c6c94a4ee9ad48d8e4d5e2) - Set historical record dates from source API timestamps when importing [#&#8203;480](https://github.com/FuzzyGrim/Yamtrack/issues/480) (https://github.com/FuzzyGrim/Yamtrack/commit/763791901b2a39a6ff30f584a644f1631a39ca14) - Get season and episode number from episode id instead of payload in webhooks [#&#8203;503](https://github.com/FuzzyGrim/Yamtrack/issues/503) (https://github.com/FuzzyGrim/Yamtrack/commit/618d3eb73f13f3099556d329d127aecdf6cae1f5) - Fixed parsing of titles with special characters when opening modal [#&#8203;593](https://github.com/FuzzyGrim/Yamtrack/issues/593) (https://github.com/FuzzyGrim/Yamtrack/commit/148a2c6077044af3d3a9d40bcf06b5b7e0c93cc4) - Fixed Activity History not showing entries logged via the webhook [#&#8203;576](https://github.com/FuzzyGrim/Yamtrack/issues/576) (https://github.com/FuzzyGrim/Yamtrack/commit/b5d5207f80aa5df5f91a622c944af9dd31565bda) - Fixed media list not opening after adding a game with special characters [#&#8203;613](https://github.com/FuzzyGrim/Yamtrack/issues/613) (https://github.com/FuzzyGrim/Yamtrack/commit/deb121aa93b466dac113a3b271b7d3322edfd748) - Fixed not possible to add an episode to watch without a date [#&#8203;620](https://github.com/FuzzyGrim/Yamtrack/issues/620) (https://github.com/FuzzyGrim/Yamtrack/commit/8356d4cc2d274dec3d7a725a3cb17e44e7e9811b) - Fixed external postgresql database flooded with errors when using SSL [#&#8203;568](https://github.com/FuzzyGrim/Yamtrack/issues/568) (https://github.com/FuzzyGrim/Yamtrack/commit/4810cc9dbeb4df0f234651ce90cac51dda215f52) - Fixed IGDB search not handling correctly expired tokens (https://github.com/FuzzyGrim/Yamtrack/commit/8c4369375765785f793c6f8b5b921a9114d15592) - Fixed error when importing from SIMKL caused by media without `watched_at` attribute [#&#8203;580](https://github.com/FuzzyGrim/Yamtrack/issues/580) (https://github.com/FuzzyGrim/Yamtrack/commit/21b6015c634516560a8e4fca74cbad9918510d46) #### Other - Removed `MarkPlayed` and `MarkUnplayed` events from jellyfin webhooks, I think they can be accidentally triggered too easily. (https://github.com/FuzzyGrim/Yamtrack/commit/2e4fd367b083532bd53a7f7060831320e28e386e) - Reduced the height of notes field in the media tracking form [#&#8203;573](https://github.com/FuzzyGrim/Yamtrack/issues/573) (https://github.com/FuzzyGrim/Yamtrack/commit/08ba40f00b4e5acca49c75a393285d1969c35ca1) #### Maintenance - build(deps): bump celery from 5.5.2 to 5.5.3 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/FuzzyGrim/Yamtrack/pull/566 - build(deps-dev): bump ruff from 0.11.10 to 0.11.13 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/FuzzyGrim/Yamtrack/pull/588 - build(deps-dev): bump coverage from 7.8.1 to 7.9.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/FuzzyGrim/Yamtrack/pull/614 - build(deps): bump django-health-check from 3.19.2 to 3.20.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/FuzzyGrim/Yamtrack/pull/619 - build(deps): bump redis\[hiredis] from 6.1.0 to 6.2.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/FuzzyGrim/Yamtrack/pull/551 - build(deps): bump django-allauth\[socialaccount] from 65.8.1 to 65.9.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/FuzzyGrim/Yamtrack/pull/565 - build(deps): bump requests from 2.32.3 to 2.32.4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/FuzzyGrim/Yamtrack/pull/597 - build(deps): bump aiohttp from 3.11.18 to 3.12.13 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/FuzzyGrim/Yamtrack/pull/615 - build(deps-dev): bump fakeredis from 2.29.0 to 2.30.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/FuzzyGrim/Yamtrack/pull/618 - build(deps): bump django-redis from 5.4.0 to 6.0.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/FuzzyGrim/Yamtrack/pull/621 #### New Contributors - [@&#8203;p7996619](https://github.com/p7996619) made their first contribution in https://github.com/FuzzyGrim/Yamtrack/pull/429 - [@&#8203;ryck](https://github.com/ryck) made their first contribution in https://github.com/FuzzyGrim/Yamtrack/pull/516 - [@&#8203;christaikobo](https://github.com/christaikobo) made their first contribution in https://github.com/FuzzyGrim/Yamtrack/pull/548 **Full Changelog**: https://github.com/FuzzyGrim/Yamtrack/compare/v0.23.1...v0.24.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - Every minute ( * */1 * * * ) in timezone US/Central, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC40OC44IiwidXBkYXRlZEluVmVyIjoiNDAuNDguOCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->
renovate-bot added the
image
label 2025-06-18 11:01:24 +00:00
renovate-bot force-pushed renovate/ghcr.io-fuzzygrim-yamtrack-0.x from 0201ef2eda to 8945fcaff7 2025-06-18 14:04:11 +00:00 Compare
alexlebens merged commit e8c87ac435 into main 2025-06-18 19:55:14 +00:00
alexlebens deleted branch renovate/ghcr.io-fuzzygrim-yamtrack-0.x 2025-06-18 19:55:14 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: alexlebens/infrastructure#708
No description provided.