Releases: clawedcode-git/SelfGoals
Releases · clawedcode-git/SelfGoals
Self Goals v1.2
This release includes updated visuals with high-resolution screenshots in the README, persistent settings improvements via DataStore, and a robust testing suite. Includes a debug APK for early testing.
Full Changelog: v1.1...v1.2
SelfGoals v1.1
Changes in v1.1
⚙️ Persistent Settings
- Integrated Jetpack DataStore to persist user preferences.
- Theme mode (Light/Dark/System) and sort options now persist across app restarts.
🌍 Localization Ready
- Externalized all hardcoded UI strings to
strings.xml. - Prepared the application for multi-language support.
🧪 Automated Testing
- Implemented Unit Tests for
DashboardViewModelbusiness logic using MockK and Turbine. - Added Compose UI Instrumented Tests with Hilt integration.
- Refactored architecture to use Constructor Injection for better testability.
🏗️ Internal Improvements
- Bumped project version to 1.1.
- Updated
README.mdwith latest features and tech stack information.
Full Changelog: https://github.com/clawedcode-git/SelfGoals/commits/v1.1