Nathan Fretz
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
7 additions and
11 deletions
-
audiobookshelf/docker-compose.yml
-
audiobookshelf/umbrel-app.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 |
|
|
|
|
|
@ -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 |
|
|
|