From b688623fa4b1f148f5051cc8a1d31c15e305d53c Mon Sep 17 00:00:00 2001 From: "Alexander L." Date: Mon, 9 Feb 2026 18:55:54 +0100 Subject: [PATCH] Update yamtrack to v0.25.0 (#4708) --- yamtrack/docker-compose.yml | 2 +- yamtrack/umbrel-app.yml | 19 +++++++++++++------ 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/yamtrack/docker-compose.yml b/yamtrack/docker-compose.yml index 6c4383a9..fd76467e 100644 --- a/yamtrack/docker-compose.yml +++ b/yamtrack/docker-compose.yml @@ -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 diff --git a/yamtrack/umbrel-app.yml b/yamtrack/umbrel-app.yml index 873091a3..563cc23f 100644 --- a/yamtrack/umbrel-app.yml +++ b/yamtrack/umbrel-app.yml @@ -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