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

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

This commit is contained in:
frankdelange 2017-02-02 00:02:09 +01:00
parent 570ac4a441
commit c2227acea3
3 changed files with 13 additions and 2 deletions

View file

@ -1,3 +1,13 @@
## Unreleased
### Added
- Reader now supports CBR/CBZ ('comics') files
- Book position is saved on server and restored on next invocation
- Framework to support more file format renderers
## 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