Releases: advplyr/audiobookshelf
Releases Β· advplyr/audiobookshelf
v2.17.5
Added
- Server setting to allow embedding the web client in an iframe (or use env variable
ALLOW_IFRAME=1
, see #3684 (comment)) #3684 - Catalan language option
Fixed
- Server crash on uploadCover temp file mv failed #3685
- Server crash when a playback session has no mediaMetadata object by @Vito0912 in #3689
Changed
- Server address is no longer stored with RSS feeds when they are opened. by @mikiher in #3692
- UI/UX: Server config page separates web client settings (Chromecast support & iframe embedding)
- More strings translated
- Catalan by @jaumet
- Slovenian by @thehijacker
New Contributors
Full Changelog: v2.17.4...v2.17.5
v2.17.4
Fixed
- Remove authors with no books when a book is removed (or removing authors on batch edit page) (See #3670) #3668
- Server crash on year in review page when a playback session has no mediaMetadata object
Changed
- Book library scanner supports additional disk folder names (e.g. "Disc 1", "Disk 01", "CD 001") by @Techwolfy in #3672
- Updates in preparation for subdirectory support (new setting on OIDC authentication page) (See #3535) by @mikiher in #3665
- Meta tag prober now supports
grp1
as an alternative togrouping
#3681 - UI/UX: Users table shows number of users in header
- More strings translated
- Chinese (Simplified) by @springsunx @Tamanegii
- Croatian by @milotype
- German by @JBlond @unbekannt3
New Contributors
- @Techwolfy made their first contribution in #3672
Full Changelog: v2.17.3...v2.17.4
v2.17.3
Added
- Db migration to fix foreign key constraints (See #3664)
Fixed
- Server crash deleting library that has playback sessions #3634
- Server crash when deleting user that has playback sessions
- API: Get media progress for podcast episode returning the library items progress
- Share player settings modal not functional by @glorenzen in #3655
Changed
- Set Content-Security-Policy header to disallow iframes (thanks @alex-higham)
- View podcast episode modal includes audio filename and size at the bottom #3648
- More strings translated
- Bengali by @soaibsafi
- Croatian by @biuklija
- French by @Fymyte
- German by @Vito0912
- Russian by @Nab0y
Internal
- Updated readme with web client demo: https://audiobooks.dev/ (login with demo/demo) by @Vito0912
Full Changelog: v2.17.2...v2.17.3
v2.17.2
Fixed
- Unable to edit book series sequence #3636
- iOS unable to select m4b files in file picker #2690 by @sevenlayercookie in #3632
- Servers on v2.10.1 and below unable to upgrade to v2.17.0 and up (fixed migration file)
Changed
- Persist podcast episode table sort and filter options in browser local storage #1321
- UI/UX: Upload page cleaned up for mobile screen sizes
- More strings translated
- Arabic by @Terminal-Grasshopper
- Italian by @burghy86
Internal
New Contributors
- @sevenlayercookie made their first contribution in #3632
Full Changelog: v2.17.1...v2.17.2
v2.17.1
v2.17.0
Added
Fixed
- Global search menu item unclickable from trackpad
- Server crash when
migrationsMeta
table is not populated by @nichwall in #3589 - Heavy memory usage in podcast episode downloader (fixes OOM server crash #3601) by @mikiher in #3604
- Podcast episodes duplicated when a scan runs while the episode is downloading #2785
- Series Progress filters incorrect - showing for any users progress #2923
- Unable to download CBC Radio podcasts due to them rejecting our user agent #3322
- Book library sorting by published year treats year as string (now casting to integer in query) #3620
Changed
- Improve cover image & author image performance by @mikiher in #3580 #3584
- Improve performance w/ in-memory user cache by @mikiher in #3599
- Improve performance w/ library filter data by increasing cache time by @nichwall in #3594
- Simplified query on library item updates to reduce memory usage by @mikiher in #3615
mpg
andmpeg
added to supported audio file extensions by @4ch1m in #3574- Avoid parsing first and last names in Chinese, Japanese and Korean languages by @snakehnb in #3585
- More strings translated
- Arabic by @Terminal-Grasshopper
- Chinese (Traditional) by @Tamanegii
- Chinese (Simplified) by @springsunx
- Czech by @kuci-JK @vachekcz
- Italian by @burghy86
- Portuguese (Brazil) by @paulohenriquesg
- Russian by @Nab0y
Internal
- Update user directive in sample docker compose by @nichwall in #3568
- GH Workflow: Only run CodeQL and Integration actions if code changed by @nichwall in #3595
New Contributors
Full Changelog: v2.16.2...v2.17.0
v2.16.2
v2.16.1
Fixed
- Some libraries created with older versions of the server unable to update library settings #3559
- Server crash when downloading files #3344 by @mikiher in #3553
Changed
- More strings translated
- Chinese (Simplified) by @springsunx
- Croatian by @biuklija
- German by @Vito0912
- Hungarian by @nagyfrankie
- Russian by @Nab0y
Full Changelog: v2.16.0...v2.16.1
v2.16.0
Added
- Library setting to control when to mark items as finished (time remaining or percentage) #837
- User permission to allow users to create ereaders #1982 by @laustindasauce in #3531
Fixed
- Incorrect version shown as latest version when update is available
Changed
- Embed metadata tool embeds
grouping
tag as semicolon delimited & support for parsing multiple series ingrouping
tag #3473 - Improve performance w/ db migration for indexes (fixes #3259 #3525 #3237) by @nichwall in #3536
- Localization for missing strings #3544
- More strings translated
- Croatian by @biuklija
- Czech by @kuci-JK @Plazec
- Dutch by @matieke
- German by @unbekannt3
- Polish by @ahetek
- Simplified Chinese by @springsunx
New Contributors
- @laustindasauce made their first contribution in #3531
Full Changelog: v2.15.1...v2.16.0
v2.15.1
Fixed
- Potential database corruptions from NOCASE indexes (migration) #3276 by @mikiher in #3533
- Next/previous chapter behavior on public share player by @mikiher in #3508
- Ignore dot files in migrations folder #3510
- Book library published decade filter by @glorenzen in #3518
- Extracting cover image from audio file with multiple images #2316 by @asoluter in #3529
Changed
- Localization for missing strings #3513 by @nichwall in #3520
- More strings translated
- Croatian by @biuklija
- Dutch by @matieke
- German by @alexanderkuenzel @Vito0912 @Dalabad
- Italian by @burghy86
- Polish by @ahetek
- Simplified Chinese by @springsunx
- Slovenian by @thehijacker
- Spanish by @apineiro97 @diamondtipdr
Internal
- Readme: add client_max_body_size parameter in nginx config by @koralowiec in #3514
- Fixes and cleanup for subdirectory serving support by @mikiher in #3521 #3530
New Contributors
- @koralowiec made their first contribution in #3514
- @asoluter made their first contribution in #3529
Full Changelog: v2.15.0...v2.15.1