Skip to content

Commit

Permalink
release 1.46
Browse files Browse the repository at this point in the history
  • Loading branch information
Razeeman committed Sep 21, 2024
1 parent bc37036 commit 20672eb
Show file tree
Hide file tree
Showing 2 changed files with 7 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 = 69
const val versionName = "1.45"
const val versionCode = 71
const val versionName = "1.46"
const val minSDK = 21
const val currentSDK = 34

Expand Down
5 changes: 5 additions & 0 deletions metadata/en-US/changelogs/71.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Add notes to activities, tags and categories
- Add ability to set duration on change record screen
- Add more detailed statistics for the day range
- Add ability to set default duration for activity
- General bug fixes and improvements

0 comments on commit 20672eb

Please sign in to comment.