Skip to content

Releases: htbkoo/lightweight-epub-reader-electron

lightweight-epub-reader-electron v0.5.0

26 May 12:41
aee6569
Compare
Choose a tag to compare
Pre-release

Release Notes for v0.5.0

How to use?

For Windows

Run the lightweight-epub-reader-electron-0.5.0 Setup.exe and it should execute the application automatically

Highlights

  1. Revamp project with Electron Forge
  2. Upgrade dependencies (e.g. electron to v30)
  3. Fixed build with node 20, which is the latest LTS version of node as of the date of this release
  4. Restricted node version to be any version newer than 18 only
  5. Upgrade dependency htbkoo/epub-chinese-converter to v0.2.1
    1. See htbkoo/[email protected] for more details

What's Changed

  • Revamp project with Electron Forge by @htbkoo in #59

Full Changelog: v0.4.0...v0.5.0

lightweight-epub-reader-electron v0.4.0

22 May 22:06
5e1002a
Compare
Choose a tag to compare
Pre-release

Release Notes for v0.4.0

Highlights

  1. Fixed build
  2. Restricted node version to be 16.x only

What's Changed

Full Changelog: v0.3.1...v0.4.0

lightweight-epub-reader-electron v0.3.1

22 Mar 15:03
7afc75b
Compare
Choose a tag to compare
Pre-release

Release Notes for v0.3.1

Highlights

  1. Fixed transition effect of <AppBar/> (i.e. the showing and hiding upon scroll)

v0.3.0...v0.3.1

lightweight-epub-reader-electron v0.3.0

22 Mar 11:33
5689ed9
Compare
Choose a tag to compare
Pre-release

Release Notes for v0.3.0

Highlights

  1. Migrated theme to Material-UI
  2. Grouped LoadBookButton and TranslateButton into AppBar for better UX
  3. Moved bookmarks to BookmarkDrawer for better usability

v0.2.1...v0.3.0

lightweight-epub-reader-electron v0.2.1

01 Mar 20:03
291f823
Compare
Choose a tag to compare
Pre-release

Release Notes for v0.2.1

Highlights

  1. Added a preliminary bookmark bar for easier navigation (styles to be improved)
  2. Added To Traditional Chinese translation feature
  3. Added usage of DOMPurify to sanitize epub html before displaying to improve app security
  4. Updated styling

v0.2.0...v0.2.1

lightweight-epub-reader-electron v0.2.0

01 Mar 08:56
77fd232
Compare
Choose a tag to compare
Pre-release

Release Notes for v0.2.0

Highlights

  1. Migrated renderer code to be react based
  2. Added proper rendering of the epub html - so the book is now human-readable

v0.1.0...v0.2.0

lightweight-epub-reader-electron v0.1.0

24 Feb 08:46
Compare
Choose a tag to compare
Pre-release

Release Notes for v0.1.0

Highlights

First build and publish of this app, which currently support loading and displaying epub files as raw unformatted plain text


project-init...v0.1.0