From 777ebfdc251d9ac98041478920e4ca8435f7edb5 Mon Sep 17 00:00:00 2001 From: nmfretz Date: Tue, 6 Aug 2024 15:15:00 +1000 Subject: [PATCH 1/2] Update audiobookshelf to v2.12.1 --- audiobookshelf/docker-compose.yml | 2 +- audiobookshelf/umbrel-app.yml | 67 ++++--------------------------- 2 files changed, 9 insertions(+), 60 deletions(-) diff --git a/audiobookshelf/docker-compose.yml b/audiobookshelf/docker-compose.yml index f0f1a8665b..75deab04e1 100644 --- a/audiobookshelf/docker-compose.yml +++ b/audiobookshelf/docker-compose.yml @@ -8,7 +8,7 @@ services: PROXY_AUTH_ADD: "false" web: - image: ghcr.io/advplyr/audiobookshelf:2.11.0@sha256:725c287ac1b56f8115dfc7fca75d8490976af59466f893fbf344711bd117f8cb + image: ghcr.io/advplyr/audiobookshelf:2.12.1@sha256:4b5e3ff0f81f014e630856a7a75ee5cc8d889c5dfd90cfd29cf83b6200a0feef user: 1000:1000 init: true restart: on-failure diff --git a/audiobookshelf/umbrel-app.yml b/audiobookshelf/umbrel-app.yml index 6595d04364..64893d8f9c 100644 --- a/audiobookshelf/umbrel-app.yml +++ b/audiobookshelf/umbrel-app.yml @@ -3,7 +3,7 @@ id: audiobookshelf name: Audiobookshelf tagline: Audiobook and podcast server category: media -version: "2.11.0" +version: "2.12.1" port: 13378 description: >- Features: @@ -61,74 +61,23 @@ path: "" defaultUsername: "" defaultPassword: "" releaseNotes: >- - This release brings audiobookshelf from version 2.9.0 to 2.11.0. - - - Added - - - Create book share links with expiration (admin users only) - - - Email settings option to enable/disable rejecting unauthorized certificates - - - Support for disabling SSRF request filter with env variable - - - Support for custom backup path on backups config page or with env variable - - - Epub ereader setting for font boldness - - - Finnish translations + This release brings audiobookshelf from version 2.11.0 to 2.12.1. Fixed - - Casting podcast episodes - - - Match all authors hitting rate limit - - - Scheduled library scans using old copy of library - - - Changing author name in edit author modal not updating metadata JSON files - - - AB merge tool not working in Debian pkg due to ffmpeg v7 - - - Download file ssrfFilter URL - - - Overdrive mediamarkers incorrect timestamp parsing - - - Unhandled exception syncing user progress - - - Server crash from library scanner race condition - - - UI/UX: PDF reader flickering - - - UI/UX: Audio player long author name overflowing - - - UI/UX: Audio player long chapter name overflowing + - Server crash loading unicode.so sqlite extension Changed - - Replace Tone with Ffmpeg for embedding metadata - - - Playback sessions are closed after 36 hours of inactivity - - - User agent string for podcast RSS feed and file download requests - - - Increased time delay between when watcher detects a file and when it scans the folder - - - Prevent editing backup path if it is set using env variable - - - UI/UX: Show publish date in changelog modal - - - UI/UX: Chapters table "End" column changed to a "Duration" column - - - UI/UX: Bookshelf refactor for consistent scaling - - - UI/UX: Cleaner error page for 404s - - More strings translated + + - Simplified Chinese + + - German Full release notes can be found at https://github.com/advplyr/audiobookshelf/releases submitter: Jasper -submission: https://github.com/getumbrel/umbrel-apps/pull/302 +submission: https://github.com/getumbrel/umbrel-apps/pull/302 \ No newline at end of file From 629e2ab00c7c8feb6bb582eacf00bda031e9ba8d Mon Sep 17 00:00:00 2001 From: nmfretz Date: Tue, 6 Aug 2024 15:20:13 +1000 Subject: [PATCH 2/2] Added v2.12 release notes --- audiobookshelf/umbrel-app.yml | 69 +++++++++++++++++++++++++++-------- 1 file changed, 54 insertions(+), 15 deletions(-) diff --git a/audiobookshelf/umbrel-app.yml b/audiobookshelf/umbrel-app.yml index 64893d8f9c..db8018df71 100644 --- a/audiobookshelf/umbrel-app.yml +++ b/audiobookshelf/umbrel-app.yml @@ -61,22 +61,61 @@ path: "" defaultUsername: "" defaultPassword: "" releaseNotes: >- - This release brings audiobookshelf from version 2.11.0 to 2.12.1. - - - Fixed - - - Server crash loading unicode.so sqlite extension - - - Changed - - - More strings translated - - - Simplified Chinese - + Added: + + - Player setting to set skip forward/backward time + - “End of chapter” option for sleep timer + - Progress percentage for M4B merge and metadata embed tools + - Random sort for book/podcast library and series + - Support for accent-insensitive search + - Setting to show subtitles on book cards + + Fixed: + + - Filter data not populating when opening item page directly + - Podcast episode match not encoding search query + - Series and collection RSS feeds maintaining book order + - Server crash on duplicate series in OPF + - M4B merge and embed tools checking folder permissions and stripping file permissions + - Search query lost when switching libraries on the search page + - Backups not restoring properly + - Series & collection RSS feeds not setting cover image + - Media item shares duration limit increased + - Debian/PPA re-downloading ffmpeg/ffprobe on every reinstall + - Changelog not shown from settings page + - Series bookshelf row padding issue + + Changed: + + - Debian package now downloads dependencies on server start + - Removed old ffmpeg/ffprobe location in Debian/PPA + - Global library search includes genres + - OPML import runs in the background to prevent timeouts + - Fetch more home page items on wide screens + - Backup settings allow unlimited size with “0” + - NFO metadata parser supports language + - Improved EPUB scanner for correct cover image and OPF metadata parsing + - M4B merge tool retains advanced encoding settings + - Logs added when an ebook is downloaded + - Replaced default session memorystore with stable memorystore + + UI/UX Improvements: + + - Match tab supports clicking on current value to set it + - Simplified ItemSearchCard component logic + - Formatted numbers on user stats page based on locale + - Library stats page moved to library siderail (also in settings nav) + - Updated material icons font to material symbols + + Translations: + + - Dutch + - Finnish - German - + - Hebrew + - Italian + - Polish + - Ukrainian Full release notes can be found at https://github.com/advplyr/audiobookshelf/releases submitter: Jasper