From f5fabafa653747c9dd9a94cd8d18f49efa0bf229 Mon Sep 17 00:00:00 2001 From: frankdelange Date: Sat, 25 Mar 2017 21:09:25 +0100 Subject: [PATCH] files_reader: updated CHANGELOG --- files_reader/CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/files_reader/CHANGELOG.md b/files_reader/CHANGELOG.md index 35dd301..3712667 100644 --- a/files_reader/CHANGELOG.md +++ b/files_reader/CHANGELOG.md @@ -1,3 +1,13 @@ +## 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