Releases: xade93/thornote
Releases · xade93/thornote
Release list
ThorNotes v0.4.3
- Reworked Settings page for aesthetics. Added ability to change theme color
- Added an optional log dump for troubleshooting. Its disabled by default, if enabled it records key events and save to a fixed location that takes at most 128KB
- Workarounds for a potential Thor firmware issue where machine freeze if try to screenshot immediately after granting permisson
ThorNotes v0.4.2
- Overhaul of dropdown menu, material UI for dropdown, separators between settings button and notebook pages, now can long press on notebook page title to delete / rename a page
- Added backup / restore feature, with backup compatibility in mind, data restore is almost transactional so generally should be safe even if restore process is interrupted mid way; updated README.md and in-app doc abt this
Next version TBD:
- Support custom theme color
- Overhaul of settings page, currently is a bit messy
- Shrink APK size, currently have full WordNet dictionary plus some ML Kit + Paddle OCR libs inside
- Make dictionary function visible, or remove it entirely
ThorNotes v0.4.1
- Refactored screen capture logic, on Thor firmware we need to reuse VirtualDisplay since rapidly creating and destroying them has chance to freeze machine. Additionally enforced timeout to avoid creating too much screenshot at once; allowed screenshot mechanism to detect a stuck screenshot attempt and fail it but it shouldn't be triggered too much
- Serialized some write / mutational methods for extra safety
- OCR feature uses sampled decode instead of full-size bitmap decode
ThorNotes v0.4
Main updates:
- Added Text button that allow user to write customized text; optimize it so that for Thor's bottom screen with large software keyboard textbox is still visible
- Made text blocks favoritable & pinnable similar to image blocks
- Added a welcome screen that shows not so obvious interactions to user
Note since signing key is applied for versions >=v0.4, if you are using ThorNote 0.3 before you need to uninstall earlier version first before installing v0.4. This is one time only, thanks for understanding~
ThorNotes v0.3
- OCR overhaul: Added multilingual OCR settings: Chinese+English, English, Chinese, Japanese, and all-language modes; added PaddleOCR support as a local native OCR backend, with ML Kit fallback when unavailable or failed; added respective Settings entries, including status, download/refresh, and uninstall controls.
- Added screenshot pin/star feature and related notebook UI refinements.
- Added top-bar time and battery indicators.
- Added OLED blackout mode: double-tap the time to turn the bottom screen black, then double-tap the black screen to restore.
- Added optional floating toggle button in
Settings -> Display.
ThorNotes v0.2
Release Notes
Changes included from 2026-05-02 through 2026-05-03:
- Added notebook page rename and delete confirmations.
- Updated Help text for page management behavior.
- Improved capture focus so new screenshots/OCR entries jump into focus.
- Added starred screenshots support.
- Updated thumbnail rail behavior so new captures scroll the rail back to the newest item.
- Changed notebook/dictionary switch behavior so tapping anywhere on the switch toggles
modes. - Cleaned up README wording.
Included commits:
"Already usable"
ThorNotes v0.1.0
Initial GitHub release of ThorNotes.
Added
- Notebook pages for organizing screenshots and OCR text.
- Page selector with support for creating, renaming, switching, and deleting notebook pages.
- Confirmation dialogs before deleting photos, OCR text blocks, or entire notebook pages.
- Screenshot capture into the active notebook page.
- Region OCR capture with saved crop region support.
- Editable OCR text blocks.
- Dictionary lookup page for English definitions and synonyms.
- Settings for text size and OCR region behavior.
Updated
- Refined launcher icon foreground.
- Help text updated for page rename/delete actions.
Notes
- This APK is a debug build intended for direct installation/testing.