Update audiobookshelf to version v2.12.3 (#1329)

This commit is contained in:
Nathan Fretz 2024-08-13 09:29:38 +10:00 committed by GitHub
parent 0a2ebe1c2a
commit cf4b988dcd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 52 deletions

View File

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false"
web:
image: ghcr.io/advplyr/audiobookshelf:2.12.1@sha256:4b5e3ff0f81f014e630856a7a75ee5cc8d889c5dfd90cfd29cf83b6200a0feef
image: ghcr.io/advplyr/audiobookshelf:2.12.3@sha256:913b19730da3045568508d6e12ddbe0f79b1fbbe71097ec2e9588c1cfc14d5f4
user: 1000:1000
init: true
restart: on-failure

View File

@ -3,7 +3,7 @@ id: audiobookshelf
name: Audiobookshelf
tagline: Audiobook and podcast server
category: media
version: "2.12.1"
version: "2.12.3"
port: 13378
description: >-
Features:
@ -61,61 +61,21 @@ path: ""
defaultUsername: ""
defaultPassword: ""
releaseNotes: >-
Added:
This release includes several improvements and bug fixes:
- 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
- Resolved server crash with SQLITE_CORRUPT error (reverted Unicode extension).
- Reverted session MemoryStore to default.
- Fixed podcast episode download request failing due to user-agent string.
- Corrected UNC path normalization.
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
- Updated localization for “Year in Review” images.
- Added logging for library item downloads.
- Reverted accent-insensitive search.
- Changelog modal now shows all releases with the same major/minor version.
- Added more translations, including Simplified Chinese.
Full release notes can be found at https://github.com/advplyr/audiobookshelf/releases
submitter: Jasper