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.0.0, see CHANGELOG and appinfo/info.xml for changes and new features

This commit is contained in:
frankdelange 2017-03-16 01:30:24 +01:00
parent 30f758d419
commit aa85edee22
65 changed files with 13549 additions and 539 deletions

View file

@ -1,8 +1,27 @@
## Unreleased
## UNRELEASED
###
## 1.0.0 - 2017-03-15
### Added
- Reader now supports CBR/CBZ ('comics') files
- Book position is saved on server and restored on next invocation
- 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