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
8 additions and
13 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.15.0@sha256:91564c31204f09b2a9be63e4d3a4d553087df775ece6c99dcd931b3c4a0ff951 |
|
|
|
image: ghcr.io/advplyr/audiobookshelf:2.15.1@sha256:9096480cb2b8cbfb3da155ea3cea5e9bfd4f3c2aae6196225c5b26d31bad1a99 |
|
|
|
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.15.0" |
|
|
|
version: "2.15.1" |
|
|
|
port: 13378 |
|
|
|
description: >- |
|
|
|
Features: |
|
|
@ -64,21 +64,16 @@ releaseNotes: >- |
|
|
|
This release includes several improvements and bug fixes: |
|
|
|
|
|
|
|
|
|
|
|
New features: |
|
|
|
- Book library filter for published decade |
|
|
|
- Book library filter for missing chapters |
|
|
|
- Authors page lazy load and pagination |
|
|
|
|
|
|
|
|
|
|
|
Fixed: |
|
|
|
- Unicode handling for author and series queries |
|
|
|
- Podcast episode batch mark as finished now available for all users |
|
|
|
- Potential database corruptions from NOCASE indexes |
|
|
|
- Next/previous chapter behavior on public share player |
|
|
|
- Book library published decade filter |
|
|
|
- Extracting cover image from audio file with multiple images |
|
|
|
|
|
|
|
|
|
|
|
Changed: |
|
|
|
- UI/UX improvements for author images |
|
|
|
- Enhanced API functionality for libraries and authors |
|
|
|
- More strings translated in various languages |
|
|
|
- Improved localization for missing strings |
|
|
|
- More strings translated in various languages including Croatian, Dutch, German, Italian, Polish, Simplified Chinese, Slovenian, and Spanish |
|
|
|
|
|
|
|
|
|
|
|
Full release notes can be found at https://github.com/advplyr/audiobookshelf/releases |
|
|
|