Releases: omayaro/all_book_reader
Releases · omayaro/all_book_reader
Release list
All Book Reader v1.0.6
All Book Reader v1.0.6
Changes
- Folder-order PageUp/PageDown: next/prev book by natural name order (handles names like
06(디카),640-641,11 - 디카). - Clear All History… on the home screen.
- Faster large ZIP/CBZ open (random-access archive + warm ~10 pages).
- Fix stale pages when switching books (no longer keeps showing the previous volume).
Download
- Zip (recommended):
AllBookReader-1.0.6-win-x64.zip— extract and runAll Book Reader.exe - Portable:
AllBookReader-1.0.6-portable.exe
All Book Reader v1.0.5
All Book Reader v1.0.5
Changes
- Windows zip distribution:
AllBookReader-1.0.5-win-x64.zip— extract the folder and runAll Book Reader.exe(faster cold start than portable). - Portable single-file build remains available.
Download
- Portable:
AllBookReader-1.0.5-portable.exe - Zip (recommended for daily use):
AllBookReader-1.0.5-win-x64.zip
All Book Reader v1.0.4
All Book Reader v1.0.4
Features
- Update notification: when a newer GitHub release exists, a dismissible banner appears at the top of the app.
- Help → Check for Updates… opens the GitHub Releases page.
- About dialog shows the real app version.
Download
Windows portable: AllBookReader-1.0.4-portable.exe
All Book Reader v1.0.3
All Book Reader v1.0.3
Features
- Series volume navigation: PageUp / PageDown open the previous / next same-folder volume by incrementing the trailing filename number (current extension first, then zip/cbz/pdf/epub/txt).
- Page turns via arrows only: Left/Right arrows turn pages (comics still respect LTR/RTL).
- First / last page: Home / End (and toolbar buttons) jump to the first or last page.
Download
Windows portable: AllBookReader-1.0.3-portable.exe
All Book Reader v1.0.2
All Book Reader v1.0.2
Fixes
- EPUB fullscreen/maximize page navigation: page turns work again after maximizing or going fullscreen (including when focus is inside the EPUB content).
Download
Windows portable: AllBookReader-1.0.2-portable.exe
All Book Reader v1.0.1
All Book Reader v1.0.1
Reader UX improvements since v1.0.0.
Highlights
- Page preview strip for PDF, comic, and TXT (right-side filmstrip)
- Nearby page prefetch for PDF/comic to reduce page-turn delay
- Default Fit Page when opening PDF or comic files
- TXT fixed pages (~8 KiB) with reliable reopen/resume at the last page
- Click-drag pan when zoomed in on PDF/comic pages
- Fullscreen zoom jitter reduced
- Toolbar auto-hides on Home; shown when a book is open
Download
Windows portable: AllBookReader-1.0.1-portable.exe
v1.0.0 — All Book Reader
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/.cbzor 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:devCI runs lint, build, and unit tests on every pull request to main.