Skip to content
This repository has been archived by the owner on Aug 1, 2019. It is now read-only.

Releases: IzzySoft/miniCalOPe

v2.4.0

31 Jul 21:48
Compare
Choose a tag to compare
  • fix epub title extraction with multiple DC entries
  • fix some broken compares and RegEx warnings
  • improved cover detection
  • some other small improvements / compatibility adjustments

v2.3.0

28 Dec 17:27
Compare
Choose a tag to compare
  • Integration of ASAP (Amazon Simple API for PHP) to replace Amazon Flash Ads
  • protect scan scripts from being run by web visitors
  • responsive design improvements
  • avoiding error message when initializing logging class w/o log file
  • adding possibility to use static FlattR button for more privacy (dynamic button loads multiple 3rd party JS sources)
  • fixing content-type in HTTP response for OPDS

v2.2.0

21 Nov 20:51
Compare
Choose a tag to compare
  • minor re-org and cleanup
  • (hopefully) restored Calibre compatibility
  • extracting series/series_index from calibre properties if found
  • speedup database processing during scan operation by use of some PRAGMAs
  • some minor fixes and improvements

v2.1.0

28 May 06:14
Compare
Choose a tag to compare
  • adding possibility to skip pages in lists (see issue #2)
  • Scan: check_xml didn't handle tags spread across multiple lines
  • adding Markdown support
  • re-styling the book description area
  • adding classes to deal with metadata in .epub files directly, and a script to extract those
  • support for more cover formats added
  • some code reorg and cleanup
  • cover extraction now uses new epub classes, allow for "thumbnailing"
  • added possibility to auto-extract Metadata and book description from epub files. Make sure reading #4 before using this!

Version 2.0.0

03 Apr 12:03
Compare
Choose a tag to compare
  • removing lazyness (replacing "{base}/?args" by full "{base}/index.php?args") to speed up processing by avoiding unnecessary Apache subrequests
  • last_update in title lists was wrongly set to that of the last book in list
  • catch "non-existing book ID exception" to display a clean page pointing this out
  • if bookdetails where requested via "name", and no matching book was found, do not show #0 but a correct error page
  • search results were not paging correctly (see issue #1 – search terms were lost on page switch)
  • w3c fix: unescaped entities in booksearch/isbnsearch URLs (and some more)
  • book page: style improvements for mobile devices
  • Let the metadata 'author' tag overwrite the author name taken from the directory name (see issue #3 for details)