Skip to content

Releases: MasoudFallahpour/ReleaseTracker

v1.1

01 Jun 08:23

Choose a tag to compare

Version 1.1

  • The architecture of the app is migrated from MVVM to MVI.
  • The "delete library" dialog is replaced with a more UX-friendly "Swipe to delete" gesture.
  • Text changes now happen with a nice fade through animation
  • Retrofit is replaced with Ktor
  • The dependency management mechanism is migrated from "buildSrc" to Gradle's "version catalogs"

Version 1.0

  • Added tests for LibrariesViewModel
  • Added tests for AddLibraryScreen, LibrariesListScreen, Toolbar, SearchBar, SortOrderDialog,
    DeleteLibraryDialog, and NightModeDialog composables
  • Replaced SharedPreferences with DataStore

Version 0.3

  • The UI is implemented from scratch using Compose!

v1.0

03 Feb 14:41

Choose a tag to compare

Version 1.0

  • Added tests for LibrariesViewModel
  • Added tests for AddLibraryScreen, LibrariesListScreen, Toolbar, SearchBar, SortOrderDialog,
    DeleteLibraryDialog, and NightModeDialog composables
  • Replaced SharedPreferences with DataStore

Version 0.3

  • The UI is implemented from scratch using Compose!

v0.3

27 May 16:20

Choose a tag to compare

Version 0.3

  • The UI is implemented from scratch using Compose!

v0.2

15 Nov 16:41

Choose a tag to compare

  • Support for search is added
  • Some layouts have been tweaked.
  • Some refactorings have been done here and there

v0.1

13 Oct 09:27

Choose a tag to compare

This is the very first release of Release Tracker.