Browse Source

Update audiobookshelf to v2.13.3 (#1431)

main
Nathan Fretz 5 months ago
committed by GitHub
parent
commit
7640f2de42
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      audiobookshelf/docker-compose.yml
  2. 10
      audiobookshelf/umbrel-app.yml

2
audiobookshelf/docker-compose.yml

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false"
web:
image: ghcr.io/advplyr/audiobookshelf:2.13.2@sha256:4ee9ae2535e101915109df2f72c79e8d0ff9323a5a7adcdcbfdc3e4b93cb8d85
image: ghcr.io/advplyr/audiobookshelf:2.13.3@sha256:e8b14ccc2ebc34784494d35296c66a869559b3eac936a11f6a2f667ddc01fce3
user: 1000:1000
init: true
restart: on-failure

10
audiobookshelf/umbrel-app.yml

@ -3,7 +3,7 @@ id: audiobookshelf
name: Audiobookshelf
tagline: Audiobook and podcast server
category: media
version: "2.13.2"
version: "2.13.3"
port: 13378
description: >-
Features:
@ -65,12 +65,14 @@ releaseNotes: >-
Fixed:
- New authors not setting 'lastFirst' column
- Toasts not showing when updating library items
- User permissions inverted tags accessible not being saved
- Unable to update root user email
- "Unlink OpenID" button showing blank in user account modal
Changed:
- More strings translated, including Slovenian
- Batch edit page shows confirmation before navigating away with unsaved changes
- More strings translated, including Bengali and Polish
Full release notes can be found at https://github.com/advplyr/audiobookshelf/releases

Loading…
Cancel
Save