This release adds a new dark theme template set by @sohanev and it will also show links or notes you created for authors or series in Calibre.
In developer mode the EPub Loader is also available under Extra actions - let's call it a work in progress for now...
[3.6.3] - 2024-11-12 Add dark default theme + deal with empty book pubdates
Added
Changed
- Update epub loader config to align with latest version 3.5.6
- Deal with empty book.pubdate in templates - see issue #6 by @sohanev
[3.6.2] - 2024-11-10 Refactor, add extra actions + show Calibre links/notes
Added
- Support callback from EPub Loader to set author, book or series info in BBS data.db
- Show Calibre link & notes as alternative to links & notes stored in BBS data.db
- Add warning if Calibre DB version is out of date - upgrade it with Calibre v6.15+
- Add ExtraActions class with EPub Loader under /extra/ (dev only)
Changed
- Rename actions methods to camelCase and add route names
- Fix updating id templates in admin + add admin action tests
- Refactor AppData classes with entities and traits
- Fix uploading author thumbnail + show BBS author notes if any
- Run tests in separate process for LoginMiddleware - see auraphp/Aura.Session#80
- Migrate phpunit.xml.dist to phpunit 11.x format
- Update aura/session package to recent release 4.0
Removed
- Drop deprecated methods for releases older than 3.6.0
- Clean up ActionsCallableResolver deprecated since 3.4.1
Full Changelog: v3.5.2...v3.6.3