Skip to content

Commit

Permalink
release 1.43
Browse files Browse the repository at this point in the history
  • Loading branch information
Razeeman committed Jul 13, 2024
1 parent ca855a1 commit 77e76ef
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 = 47
const val versionName = "1.42"
const val versionCode = 55
const val versionName = "1.43"
const val minSDK = 21
const val currentSDK = 34

Expand Down
5 changes: 5 additions & 0 deletions metadata/en-US/changelogs/55.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Add setting to enable pomodoro mode
- Add access to quick actions by long clicking on a record
- Add more detailed statistics
- Add some translations
- General bug fixes and improvements

0 comments on commit 77e76ef

Please sign in to comment.