1
0
Fork 0
mirror of https://github.com/Yetangitu/owncloud-apps.git synced 2025-10-02 14:49:17 +02:00
nextcloud-apps/files_reader/CHANGELOG.md
2017-03-25 21:09:25 +01:00

2.3 KiB

1.0.2 - 2017-03-25

Fixed

  • #37, use getAppManager()->isInstalled('files_opds') instead of class_exists to avoid log spam

Changed

  • new version bitjs unarchiver, increases compatibility with CBR files (at the cost of some speed)
  • move function declarations in js/ready.js down one block level so browsers which do not support ES6 (e.g. Palemoon) can find them. Unfortunately the above new version of bitjs uses another ES6 feature (classes) which Palemoon does not support so this change may be moot...

1.0.1 - 2017-03-19

Fixed

  • #35: Internal Server Error: fixed path resolution so app works when NC/OC hosted in subdirectory

1.0.0 - 2017-03-15

Added

  • Reader now supports CBR/CBZ ('comics') files
  • Book position ('cursor') is saved on server and restored on next invocation
  • Default settings (independent of fileid) and file-specific settings are saved and restored
  • Bookmarks and annotations (notes) are saved and restored (bookmarks are a type of annotation).
  • Full-text search implemented.
  • Framework to support more file format renderers
  • hooks added to remove defaults, settings and annotations/bookmarks for deleted files or users
  • epubreader
    • night mode now works more reliably
    • new 'day mode', ie. user-defined colours
    • new font settings: font weight
    • column width user-configurable
    • new mode: maximize reader area, for small-screen devices
    • page turn arrows optional, hidden by default
  • cbreader
    • supports CBR (rar) and CBZ (zip) archives
    • single and double page (spread) mode, auto-adjusts to screen geometry
    • optional image enhancement filters
    • seamless full screen mode (where browser allows user full control of experience, ie. not on apple)

0.8.3 - 2017-02-02

Fixed

. #31: ReferenceError: cleanStartTextContent is not defined, caused by failure to declare local var in epub.js

0.8.3 - 2017-02-01

Fixed

  • missing $title parameter in template/reader.php caused warnings in log, fixed

0.8.2 - 2017-01-10

Fixed

  • Nextcloud-port broke compatibility with Owncloud due to OC not supporting CSPv3, workaround implemented

0.8.1 - 2017-01-09

Added

  • Modified info.xml, added screenshots

0.8.0 - 2017-01-09

Added

  • new version 0.2.15 of Futurepress epub.js renderer

Changed

  • New logo
  • First release to be compatible with Nextcloud