What's Changed
- feat(settings): privacy enhancements and global network toggle in #17
- feat(reminders): introduce journal reminder manager in #25
- feat(editor): customizable time inclusion for new entries in #27
- feat(ui): long-press interaction for journal cards and global calendar customization
- fix(sync): fix tag merging via unique name identifiers and general sync stability improvements
Added
- Screen Privacy: Enhanced security with a new toggle to prevent screen capture and obscure app content in the system's "Recents" menu. #17
- Journal Reminders: A dedicated reminder manager that allows you to set custom notification times and frequencies to stay consistent with your journaling. #25
- Global Network Toggle: Added the ability to completely disable network access throughout the app. #17
- Time & Calendar Customization: You can now toggle between 12-hour/24-hour formats and select your preferred "Start day of week" for calendars throughout the app.
- Quick Actions: Long-pressing any journal entry now triggers the options sheet, providing faster access to common actions.
- Auto-Include Time: New setting to automatically append the current time to newly created journal entries. #27
Fixed
- Mergeable Tag Sync: Migrated from database-generated IDs to unique tag names for synchronization. This ensures tags are consistent and mergeable across all your devices, preventing duplication or "ghost" tags.
- Sync Reliability: General performance improvements and bug fixes to the core synchronization engine for a smoother background experience.
Full Changelog: v0.7.0...v0.8.0