Update yamtrack to v0.25.0 (#4708)

This commit is contained in:
Alexander L. 2026-02-09 18:55:54 +01:00 committed by GitHub
parent 0a1a3ca83e
commit b688623fa4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 14 additions and 7 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 8000
web:
image: ghcr.io/fuzzygrim/yamtrack:0.24.11@sha256:0cf6cfbaf160248636e5116cbdd587dd8060d91c976dbf44e8d0b565456ad8ff
image: ghcr.io/fuzzygrim/yamtrack:0.25.0@sha256:df76008258452a6cda73d971dc4ffbcbca96c5220154a02c9b70bf0bb0e24931
# does not work yet rootless
# user: "1000:1000"
restart: on-failure

View File

@ -3,7 +3,7 @@ id: yamtrack
name: Yamtrack
tagline: A self hosted media tracker
category: media
version: "0.24.11"
version: "0.25.0"
port: 8742
description: >-
🎬 Yamtrack is an open-source self-hosted media tracking application designed to help users organize and keep track of a wide range of entertainment content including movies, TV shows, anime, manga, video games, books, and comics. It provides a comprehensive platform where users can record detailed information about their media consumption such as ratings, viewing status, progress, start and end dates, and personal notes. Every action performed within the application is logged, enabling users to maintain a history of their interactions such as adding new media, starting to watch or read, and resuming paused content.
@ -31,11 +31,18 @@ gallery:
- 6.jpg
dependencies: []
releaseNotes: >-
This release includes several improvements and bug fixes:
- Fixed redirect when deleting a list within its details page
- Fixed encoding of query parameters in search links for better handling of special characters
- Fixed handling of missing rate limiting headers
- Improved error handling for empty responses in comic, book, and game retrieval
This release includes several new features and improvements:
- Added support for the official Jellyfin Webhook plugin
- Added Board Game tracking with BoardGameGeek integration
- Added the option to filter lists by status
- Added external links to media details page
- Added user-customizable date and time display formats
- Added progress bar on media cards
- Display movie collections on media detail page
- Fixed comic events not showing issue number
- Fixed season episodes notifications not being sent when TV is enabled but season disabled
- Fixed incorrect upcoming episode time on Home Page
- Fixed wrong total anime episodes when AniList episode data differs from MyAnimeList
Full release notes can be found at https://github.com/FuzzyGrim/Yamtrack/releases