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

- files_reader v1.1, now supports PDF, see CHANGELOG.md and README.md

for change information
This commit is contained in:
frankdelange 2018-01-18 01:08:41 +01:00
parent f909cd0f1b
commit 6a0d095d45
29 changed files with 1178 additions and 366 deletions

View file

@ -1,4 +1,4 @@
## UNRELEASED
## 1.1 - 2018-01-18
### Added
- Reader now supports PDF
- PDF double page spreads are supported
@ -8,6 +8,7 @@
### Changed
- #38: moved declarations in js/ready.js one level lower to work around a bug in the Palemoon browser
- new version bitjs archive tools, fixes compatibility problems with some CBR files
- increased maximum supported version for OC and NC
## 1.0.1 - 2017-03-19
### Fixed