This repository has been archived by the owner on Jul 31, 2023. It is now read-only.
Releases: rvolz/BicBucStriim
Releases · rvolz/BicBucStriim
Compatibility with PHP 7.4
Change for 1.5: new translation
Merged the language support for Polish by @xro
Change for 1.4: AZW3 download
This fix changes the MIME type for AZW3 files, so that downloads are possible again.
Bugfix release 1.4
Contains numerous fixes and small enhancements that popped up after 1.3.6:
- Merged code by @rand82 for showing series in author pages, #255
- Merged #260 by @ramsnerm, human readable filesize for book download
- Merged #257 by @josefglatz, .htaccess for Apache 2.3+
- Fixed #262, added unicode handling for ID templates
- Enabled language processing für ES, GL, HU
- Integrated spanish translation updates by @Tocamadera, #223
- Integrated french translation updates by @Draky50110, #220, #222
- Corrected OPDS navigation links for series, fixes #215
- Added forwarding-sensitive url generation to login middleware, #210
- Search fields in panels will now get automatic focus on desktops, #183
- Added workaround to search for items with non-ascii names, #206
- Fixed #204, failing GD test in installation check due to new phpinfo format
- Fixed #208, Problems due to strict error handling in newer PHP versions
- Added Hungarian translation by @gersey, #202
- Fixed #200, bad parameter tests for id templates
Improved handling of old session data
Due to the changes in session handling the structure of session cookies on the server changed. This release improves the handling of old sessions for users updating the app
Fixed easy mode
- Fixed tag resolution and easy mode, #190
Fixed OPDS authentication
- OPDS authentication didn't work for MoonReader et al.
- Additional guards for old cookie data were added
Known issues:
- Filtering doesn't work
- Simple mode (no login) doesn't work
Version 1.3.3, more bugfixing for 1.3.0
- Fixed bad SQL for OPDS tag handling
- Merged improved counter handling for empty DBs by @OzzieIsaacs
Changes from 1.3.0:
- Added sorting by date to books view #116 #99 #50
- Users can switch between title and date sorting in titles view
- Added admin configuration to specify the kind of date used for sorting (timestamp, pubdate or modified)
- Updated layout
- Replaced outdated auth library Slim\Strong with Aura\Auth
- Added Aura\Session library to handle sessions properly, #173
- Added workaround for SQL statements due to outdated SQLITE libs on QNAP devices, #146
Issues:
- Automatic creation of a new data.db doesn't work anymore.
Version 1.3.2, Bugfix for 1.3.0
More changes for QNAP users
Changes from 1.3.0:
- Added sorting by date to books view #116 #99 #50
- Users can switch between title and date sorting in titles view
- Added admin configuration to specify the kind of date used for sorting (timestamp, pubdate or modified)
- Updated layout
- Replaced outdated auth library Slim\Strong with Aura\Auth
- Added Aura\Session library to handle sessions properly, #173
- Added workaround for SQL statements due to outdated SQLITE libs on QNAP devices, #146
Issues:
- Automatic creation of a new data.db doesn't work anymore.
Version 1.3.1, Bugfix for 1.3.0
In PHP 5.5 environments the configuration was sometimes not correctly loaded.
Changes from 1.3.0:
- Added sorting by date to books view #116 #99 #50
- Users can switch between title and date sorting in titles view
- Added admin configuration to specify the kind of date used for sorting (timestamp, pubdate or modified)
- Updated layout
- Replaced outdated auth library Slim\Strong with Aura\Auth
- Added Aura\Session library to handle sessions properly, #173
- Added workaround for SQL statements due to outdated SQLITE libs on QNAP devices, #146
Issues:
- Automatic creation of a new data.db doesn't work anymore.