Skip to content

v1.0.0 — All Book Reader

Choose a tag to compare

@omayaro omayaro released this 22 Jul 14:14
· 27 commits to main since this release

All Book Reader v1.0.0

First public release of a Windows desktop reader for books and comics.

Highlights

  • Formats: TXT, PDF, EPUB, and comics (.zip / .cbz or an image folder)
  • Reading modes: single page or two-page spread (PDF/comic) / two-column (TXT/EPUB)
  • Comics: LTR and RTL reading direction
  • Navigation: page jump, zoom, font size, fit width / fit page
  • Convenience: resume last page, recent books (up to 20), in-book search
  • UI: Light / Dark theme, pin or hide toolbar, English menus
  • Distribution: portable Windows .exe (no installer)

Keyboard shortcuts

Action Shortcut
Zoom in / out + / -
Font larger / smaller Ctrl+Plus / Ctrl+-
Next / previous page PageDown / PageUp, arrow keys
Go to page Digits in Page, then Enter
Single / two pages Ctrl+1 / Ctrl+2
Fit width / fit page Ctrl+3 / Ctrl+4
LTR / RTL Ctrl+→ / Ctrl+←
Toggle toolbar Ctrl+T
Toggle theme Ctrl+D
Open / Open folder / Close Ctrl+O / Ctrl+Shift+O / Ctrl+W
About Ctrl+Shift+A
Exit Ctrl+Q

Download

Attach AllBookReader-1.0.0-portable.exe below — run it directly on Windows 10/11. Settings are stored next to the executable in portable mode.

For developers

git clone https://github.com/omayaro/all_book_reader.git
cd all_book_reader
npm install
npm run electron:dev

CI runs lint, build, and unit tests on every pull request to main.