Releases: j-raghavan/inkread
inkread v0.6.0
inkread v0.6.0
A Rust-core e-ink document reader with first-class handwriting, for the Supernote
(RK3566, Android 11).
Install (sideload):
adb install -r inkread-v0.6.0.apk
Production-signed with the inkread release key — installs and in-app updates verify against it. Verify the attached
.sha256before installing.
What's Changed
- feat(update): in-app GitHub self-updater by @j-raghavan in #96
Full Changelog: v0.5.0...v0.6.0
inkread v0.5.0
inkread v0.5.0
A Rust-core e-ink document reader with first-class handwriting, for the Supernote
(RK3566, Android 11).
Install (sideload):
adb install -r inkread-v0.5.0.apk
This build is self-signed with the debug key for sideload bring-up (M0, ADR
Decision 3). Verify the attached.sha256before installing. A production-signed
release lands in M4 (RR29-FR2).
What's New
📄 Reflowable PDF reading (headline)
- Toggle any fixed-layout PDF into reflow mode — text re-wraps to your screen, font size, and spacing instead of pinch-zooming tiny columns
- Reflowed PDFs get the full typography stack (font size, line spacing, alignment) and text selection / search, just like EPUB
📚 New document formats
- Plain-text (.txt) reader
- CBZ comic / manga archive reader
- Opens files by content (magic bytes), not just file extension
🗞️ InkRead Daily — on-device daily reading companion
- Pulls your RSS feeds / blogs / read-later into a single clean e-ink daily issue
- Auto-compiles a fresh issue each morning
- Front-page headlines with read / unread tracking
- Readable article extraction (strips site chrome to just the prose)
🔤 Typography & reading comfort
- Font-family selection — bundled open-source faces (serif / sans / mono, from KOReader's set)
- Flexible line spacing + larger font sizes
- Quick font-size presets and clearer font/rotation controls
- Reading style presets + night mode (inverted)
🧭 Navigation
- Table of Contents sheet + chapter prev/next jump
- Reading bar with in-chapter progress
- Swipe to turn pages
- Double-tap-to-zoom at the tap point (PDF)
- Zoom preserved across page turns, and turn pages while zoomed
✍️ Handwriting & annotations
- Handwritten-notes list — all your ink annotations in one place
- More precise lasso / text selection (glyph-center, not loose bounding box)
- Improved palm rejection
- In-progress strokes preserved across page turns
- Ink persists when switching pen colour
🔖 Reading position
- Reflow-stable resume — reopens exactly where you left off, even after changing font/size or toggling reflow
- Add-to-Digest for EPUB with a stable anchor
✨ Polish
- Translucent floating tool puck — now a light, collapsed inkwell
- Glyph fallback — fewer missing-character boxes
- Faster page turns via read-ahead prefetch
Full Changelog: v0.4.0...v0.5.0
inkread v0.4.0
inkread v0.4.0
A Rust-core e-ink document reader with first-class handwriting, for the Supernote
(RK3566, Android 11).
Install (sideload):
adb install -r inkread-v0.4.0.apk
This build is self-signed with the debug key for sideload bring-up (M0, ADR
Decision 3). Verify the attached.sha256before installing. A production-signed
release lands in M4 (RR29-FR2).
What's Changed
- fix(reader): suppress pinch-zoom while the pen is active by @j-raghavan in #33
Full Changelog: v0.3.0...v0.4.0
inkread v0.3.0
inkread v0.3.0
A Rust-core e-ink document reader with first-class handwriting, for the Supernote
(RK3566, Android 11).
Install (sideload):
adb install -r inkread-v0.3.0.apk
This build is self-signed with the debug key for sideload bring-up (M0, ADR
Decision 3). Verify the attached.sha256before installing. A production-signed
release lands in M4 (RR29-FR2).
What's Changed
- fix(reader): first-palm rejection + host tests; style(home): quiet footer tagline by @j-raghavan in #32
Full Changelog: v0.2.0...v0.3.0
inkread v0.2.0
inkread v0.2.0
A Rust-core e-ink document reader with first-class handwriting, for the Supernote
(RK3566, Android 11).
Install (sideload):
adb install -r inkread-v0.2.0.apk
This build is self-signed with the debug key for sideload bring-up (M0, ADR
Decision 3). Verify the attached.sha256before installing. A production-signed
release lands in M4 (RR29-FR2).
What's Changed
- Land the inkread MVP onto master by @j-raghavan in #19
- ci(deps): Bump the actions group with 4 updates by @dependabot[bot] in #20
- build(deps): Bump gradle-wrapper from 8.9 to 9.6.0 by @dependabot[bot] in #27
- build(deps): Bump com.android.application from 8.5.2 to 9.2.1 by @dependabot[bot] in #26
- build(deps): Bump the gradle-minor-patch group with 3 updates by @dependabot[bot] in #25
- build(deps): Bump tiny-skia from 0.11.4 to 0.12.0 by @dependabot[bot] in #24
- build(deps): Bump mlua from 0.10.5 to 0.11.6 by @dependabot[bot] in #23
- fix(reader): in-window colour palette so changing ink no longer drops annotations by @j-raghavan in #28
New Contributors
- @dependabot[bot] made their first contribution in #20
Full Changelog: https://github.com/j-raghavan/inkread/commits/v0.2.0