Update ghcr.io/fuzzygrim/yamtrack Docker tag to v0.23.1 #440

Merged
alexlebens merged 1 commits from renovate/ghcr.io-fuzzygrim-yamtrack-0.x into main 2025-05-22 16:45:43 +00:00
Collaborator

This PR contains the following updates:

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

Release Notes

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

v0.23.1

Fixes

  • Improve book search results from OpenLibrary when searching for specific editions (ba429ccb38)
  • Fixed Trakt import fails if season not found in TMDB (699ef3d65d)

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

v0.23.0: v.0.23.0

Compare Source

Important

  • Added import each watch time from Trakt #​489. To simplify this import, all entries from Trakt will now be imported under TV Shows or Movies instead of trying to detect if it's an Anime, as was previously done (958c874b1e). You can disable Anime from your Media Types list in the settings page and track Anime with the TV Shows / Movie providers just like in Trakt.
  • Added detect start times when using Jellyfin webhook so Anime and Movies can have their Start Date automatically set, you will need to enable the Play event in your Jellyfin dashboard webhook section (190931c0f5)

Features

Fixes

  • Fixed redirection error when editing media from load more section on home page (a77e45a2de)
  • Fixed incorrect formatting of user progress in the game details page. (3862f33ffa)
  • Fixed error 500 when adding when adding a book from OpenLibrary without rating #​481, #​524 (616d036a1f)
  • Fixed error when importing from AniList with media without complete start/end date #​486 (1e93ee6eb6)
  • Fixed deleting an episode watch will now revert to the previously watched date (875393f713)
  • Increased amount of editions shown in books details page from OpenLibrary #​500 (b8b15543f5)
  • Fixed slow or interrupted exports to CSV for large libraries. #​507 (d2878db761)
  • Fixed periodic imports not showing after container restart #​517 (b9919498c5)

Other

  • Display time alongside date in activity history entries (3a766c95dc)
  • Optimize calendar events fetching (29330eb89b)
  • Show TV Show episode releases even if there isn't any season tracked specifically (a9e4270304) #​507

Maintenance

New Contributors

Full Changelog: https://github.com/FuzzyGrim/Yamtrack/compare/v0.22.7...v0.23.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.22.7` -> `0.23.1` | --- ### Release Notes <details> <summary>FuzzyGrim/Yamtrack (ghcr.io/fuzzygrim/yamtrack)</summary> ### [`v0.23.1`](https://github.com/FuzzyGrim/Yamtrack/releases/tag/v0.23.1) #### Fixes - Improve book search results from OpenLibrary when searching for specific editions (https://github.com/FuzzyGrim/Yamtrack/commit/ba429ccb38374a53924bcadf79d7f13fa14964a3) - Fixed Trakt import fails if season not found in TMDB (https://github.com/FuzzyGrim/Yamtrack/commit/699ef3d65dff5d83e3e2757c037b9baaa75d3925) **Full Changelog**: https://github.com/FuzzyGrim/Yamtrack/compare/v0.23.0...v0.23.1 ### [`v0.23.0`](https://github.com/FuzzyGrim/Yamtrack/releases/tag/v0.23.0): v.0.23.0 [Compare Source](https://github.com/FuzzyGrim/Yamtrack/compare/v0.22.7...v0.23.0) #### Important - Added import each watch time from Trakt [#&#8203;489](https://github.com/FuzzyGrim/Yamtrack/issues/489). To simplify this import, all entries from Trakt will now be imported under TV Shows or Movies instead of trying to detect if it's an Anime, as was previously done (https://github.com/FuzzyGrim/Yamtrack/commit/958c874b1ee3fd45a2195dc9f0eee5e3658c1f08). You can disable Anime from your Media Types list in the settings page and track Anime with the TV Shows / Movie providers just like in Trakt. - Added detect start times when using Jellyfin webhook so Anime and Movies can have their `Start Date` automatically set, you will need to enable the `Play` event in your Jellyfin dashboard webhook section (https://github.com/FuzzyGrim/Yamtrack/commit/190931c0f5fcc9fa727cb35582645a75bb3e1adf) #### Features - Added Hardcover as an additional source for books [#&#8203;471](https://github.com/FuzzyGrim/Yamtrack/issues/471), I currently set it as default instead of OpenLibrary as its API seems to be faster and more reliable (https://github.com/FuzzyGrim/Yamtrack/commit/79cbcbf92330275ebc4bfcada28dbaaa63a93f1c) - Added pagination for the search page (previously it only showed the first 20 results). (https://github.com/FuzzyGrim/Yamtrack/commit/4c3639df0ade288116fe7683f0c93a6b981c6b20) - Added support for HowLongToBeat CSV import [#&#8203;391](https://github.com/FuzzyGrim/Yamtrack/issues/391) by [@&#8203;Tusky](https://github.com/Tusky) in https://github.com/FuzzyGrim/Yamtrack/pull/492 (https://github.com/FuzzyGrim/Yamtrack/commit/992aafdabcb21a1c4570979049a47e97a105191c) - Added time tracking to start and end date fields. For existing entries, it will use 00:00 AM in the timezone defined with `TZ`. (https://github.com/FuzzyGrim/Yamtrack/commit/8d80a46d8545259bbae385366400ed7ec15dadc1) - Added import comments/reviews from Trakt [#&#8203;512](https://github.com/FuzzyGrim/Yamtrack/issues/512) (https://github.com/FuzzyGrim/Yamtrack/commit/0fd29e9c0f511a405973bdde7bf646113878fab0) - Added import memos from SIMKL (https://github.com/FuzzyGrim/Yamtrack/commit/4e4ecb2b47bd429c57b5c0c0686ee9db10ca780d) - Handle episode rewatches when using Jellyfin webhook (https://github.com/FuzzyGrim/Yamtrack/commit/7130368363a4de8b1ea3bf682e75fa92b66d2edb). #### Fixes - Fixed redirection error when editing media from `load more` section on home page (https://github.com/FuzzyGrim/Yamtrack/commit/a77e45a2de71345e01ba5d598688a933ee9e3d73) - Fixed incorrect formatting of user progress in the game details page. (https://github.com/FuzzyGrim/Yamtrack/commit/3862f33ffa42c67b3c8b4e65481b9a46f57d5154) - Fixed error 500 when adding when adding a book from OpenLibrary without rating [#&#8203;481](https://github.com/FuzzyGrim/Yamtrack/issues/481), [#&#8203;524](https://github.com/FuzzyGrim/Yamtrack/issues/524) (https://github.com/FuzzyGrim/Yamtrack/commit/616d036a1f0e87a31083b305395b2579ac93fd35) - Fixed error when importing from AniList with media without complete start/end date [#&#8203;486](https://github.com/FuzzyGrim/Yamtrack/issues/486) (https://github.com/FuzzyGrim/Yamtrack/commit/1e93ee6eb6fe7c5aa35da3843b5e898f472cca89) - Fixed deleting an episode watch will now revert to the previously watched date (https://github.com/FuzzyGrim/Yamtrack/commit/875393f7134e78d94e16301d1b0b23b4c8b69a1f) - Increased amount of editions shown in books details page from OpenLibrary [#&#8203;500](https://github.com/FuzzyGrim/Yamtrack/issues/500) (https://github.com/FuzzyGrim/Yamtrack/commit/b8b15543f5fd6d966e26de7390b969e82232191d) - Fixed slow or interrupted exports to CSV for large libraries. [#&#8203;507](https://github.com/FuzzyGrim/Yamtrack/issues/507) (https://github.com/FuzzyGrim/Yamtrack/commit/d2878db76188f65e3eb309c07d5c2342bafdce68) - Fixed periodic imports not showing after container restart [#&#8203;517](https://github.com/FuzzyGrim/Yamtrack/issues/517) (https://github.com/FuzzyGrim/Yamtrack/commit/b9919498c560ce3a8fcb6fbc7f5371d2a0d52fd6) #### Other - Display time alongside date in activity history entries (https://github.com/FuzzyGrim/Yamtrack/commit/3a766c95dcdf1b4d51352f562a9480bbddb8225a) - Optimize calendar events fetching (https://github.com/FuzzyGrim/Yamtrack/commit/29330eb89b7ee7b81f9736735ae740a6bd1f749d) - Show TV Show episode releases even if there isn't any season tracked specifically (https://github.com/FuzzyGrim/Yamtrack/commit/a9e42703049667785dcbe7b80777f2b368b03495) [#&#8203;507](https://github.com/FuzzyGrim/Yamtrack/issues/507) #### Maintenance - build(deps): bump psycopg\[binary] from 3.2.7 to 3.2.9 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/FuzzyGrim/Yamtrack/pull/476 - build(deps): bump django-celery-beat from 2.8.0 to 2.8.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/FuzzyGrim/Yamtrack/pull/477 - build(deps): bump redis\[hiredis] from 5.2.1 to 6.1.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/FuzzyGrim/Yamtrack/pull/478 - build(deps-dev): bump ruff from 0.11.8 to 0.11.10 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/FuzzyGrim/Yamtrack/pull/498 - build(deps): bump icalendar from 6.2.0 to 6.3.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/FuzzyGrim/Yamtrack/pull/520 - build(deps-dev): bump coverage from 7.8.0 to 7.8.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/FuzzyGrim/Yamtrack/pull/522 - build(deps): bump django-allauth\[socialaccount] from 65.7.0 to 65.8.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/FuzzyGrim/Yamtrack/pull/523 #### New Contributors - [@&#8203;Tusky](https://github.com/Tusky) made their first contribution in https://github.com/FuzzyGrim/Yamtrack/pull/492 **Full Changelog**: https://github.com/FuzzyGrim/Yamtrack/compare/v0.22.7...v0.23.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:eyJjcmVhdGVkSW5WZXIiOiI0MC4wLjciLCJ1cGRhdGVkSW5WZXIiOiI0MC4wLjciLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->
renovate-bot added 1 commit 2025-05-22 11:50:51 +00:00
Update ghcr.io/fuzzygrim/yamtrack Docker tag to v0.23.0
All checks were successful
lint-and-test-charts / lint-test (pull_request) Successful in 19s
27d06912ce
renovate-bot force-pushed renovate/ghcr.io-fuzzygrim-yamtrack-0.x from cbd167d439 to 306052364a 2025-05-22 14:40:41 +00:00 Compare
renovate-bot changed title from Update ghcr.io/fuzzygrim/yamtrack Docker tag to v0.23.0 to Update ghcr.io/fuzzygrim/yamtrack Docker tag to v0.23.1 2025-05-22 16:11:18 +00:00
renovate-bot force-pushed renovate/ghcr.io-fuzzygrim-yamtrack-0.x from 94fb419478 to 648fc7d1c7 2025-05-22 16:11:18 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-fuzzygrim-yamtrack-0.x from 648fc7d1c7 to 8eeae7a279 2025-05-22 16:41:15 +00:00 Compare
alexlebens merged commit b5a4c1f72e into main 2025-05-22 16:45:43 +00:00
alexlebens deleted branch renovate/ghcr.io-fuzzygrim-yamtrack-0.x 2025-05-22 16:45:44 +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#440
No description provided.