Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Releases: rvolz/BicBucStriim

Compatibility with PHP 7.4

01 Jul 16:18
Compare
Choose a tag to compare

This minor release adds a workaround for PHP 7.4 to re-enable login. Note that PHP 7.4 requires dependency sodium instead of mcrypt.

Change for 1.5: new translation

16 Nov 14:03
Compare
Choose a tag to compare

Merged the language support for Polish by @xro

Change for 1.4: AZW3 download

13 Dec 09:13
Compare
Choose a tag to compare

This fix changes the MIME type for AZW3 files, so that downloads are possible again.

Bugfix release 1.4

08 Nov 14:07
Compare
Choose a tag to compare

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

21 Dec 11:54
Compare
Choose a tag to compare

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

22 Nov 09:40
Compare
Choose a tag to compare
  • Fixed tag resolution and easy mode, #190

Fixed OPDS authentication

19 Nov 14:50
Compare
Choose a tag to compare
Pre-release
  • 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

05 Oct 16:41
Compare
Choose a tag to compare
  • 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

03 Oct 16:10
Compare
Choose a tag to compare

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

01 Oct 21:05
Compare
Choose a tag to compare

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.