Skip to content

Commit

Permalink
release 1.42
Browse files Browse the repository at this point in the history
  • Loading branch information
Razeeman committed May 19, 2024
1 parent b8c802e commit fddff73
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ object Base {
const val namespace = "com.example.util.simpletimetracker"

// Raise by 2 to account for wear version code.
const val versionCode = 45
const val versionName = "1.41"
const val versionCode = 47
const val versionName = "1.42"
const val minSDK = 21
const val currentSDK = 34

Expand Down
8 changes: 8 additions & 0 deletions metadata/en-US/changelogs/47.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- Change ui on edit screens
- Change tags creation and edit
- Add favourite icons
- Add sorting options for categories and tags
- Add ability to select tags assigned by default
- Add option to disable multiple activity filters selection
- Improve Change action in record edit
- General bug fixes and improvements

0 comments on commit fddff73

Please sign in to comment.