1
0
Fork 0
mirror of https://github.com/Yetangitu/owncloud-apps.git synced 2025-10-02 14:49:17 +02:00

files_reader: updated CHANGELOG

This commit is contained in:
frankdelange 2017-03-25 21:09:25 +01:00
parent a8a141946c
commit f5fabafa65

View file

@ -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