Skip to content

Releases: clawedcode-git/SelfGoals

Self Goals v1.2

02 May 03:26

Choose a tag to compare

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

01 May 18:02

Choose a tag to compare

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 DashboardViewModel business 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.md with latest features and tech stack information.

Full Changelog: https://github.com/clawedcode-git/SelfGoals/commits/v1.1