diff --git a/audiobookshelf/docker-compose.yml b/audiobookshelf/docker-compose.yml index 256df00..04e047e 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.12.3@sha256:913b19730da3045568508d6e12ddbe0f79b1fbbe71097ec2e9588c1cfc14d5f4 + image: ghcr.io/advplyr/audiobookshelf:2.13.2@sha256:4ee9ae2535e101915109df2f72c79e8d0ff9323a5a7adcdcbfdc3e4b93cb8d85 user: 1000:1000 init: true restart: on-failure diff --git a/audiobookshelf/umbrel-app.yml b/audiobookshelf/umbrel-app.yml index d1f8d2f..fee1afa 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.12.3" +version: "2.13.2" port: 13378 description: >- Features: @@ -65,17 +65,13 @@ releaseNotes: >- Fixed: - - 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. + - New authors not setting 'lastFirst' column + - Toasts not showing when updating library items + Changed: - - 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. + - More strings translated, including Slovenian + Full release notes can be found at https://github.com/advplyr/audiobookshelf/releases submitter: Jasper