Release v0.2.0
Highlights
- Page Previews – Added the ability to recreate and generate thumbnails for pages, making navigation much more visual.
- Hilt Dependency Injection – Massive architectural shift. I've migrated repositories and database modules to Hilt for better code structure and scalability.
- Editor Refactor – Introduced
EditorViewModeland removed EditorState - Better Data Flow – Moved persistence logic from the UI layer to
PageDataManager.
A quick heads-up
Since this is a major jump from 0.1.x to 0.2.0, I've changed a lot under the hood. While the goal was to improve code quality, there’s a good chance some new bugs crawled in during the refactor. If something feels broken compared to the previous version, please let me know!
New Contributors
- @channel101 made their first contribution in #223
Full Changelog: v0.1.11...v0.2.0
Remark: There was never a version v0.1.12, see #231.