Skip to content

Latest commit

 

History

History
65 lines (49 loc) · 1.94 KB

README.md

File metadata and controls

65 lines (49 loc) · 1.94 KB

REED

Chill epub reader with library management

Built with [ electron ] | [ epub.js ] and [ react-reader ]


Logo


Installation

Windows installer -> https://github.com/61soldiers/reed/releases/download/v1.0.1/Reed.Setup.1.0.1.exe
or

git clone https://github.com/61soldiers/reed.git

Installing packages

npm install

3rd Party dependencies

To use the pdf to epub conversion feature, you will need calibre. Download and install, no other actions needed.

Running in developer mode

npm run dev

Building and packaging for windows

npm run dist

Will output an [out] folder in the project directory containing the unpacked files and setup



Change log

All features, changes and fixes will be documented here

[1.0.1] - 2021-01-11

Fixes

  • Installer is now one-click and will be installed local to the user. In the previous release users were able to choose between a local installation or a system wide installation. System wide installation causes the app to not save changes
  • If data files were erased, loading a book crashes app

[1.0.0] - 2021-01-11

New

  • Ability to fix file path to book. Books will also show an error if path to said book file is incorrect
  • Ability to search for books
  • Ability to convert pdf to epub
  • Ability to change font size
  • Ability to change font color

Fixes

  • Opening a book the first time doesn't load said book
  • 'Currently reading' had unhandled error if book doesn't exist