Skip to content

Commit 622a9d8

Browse files
committed
release 1.51
1 parent 36d504b commit 622a9d8

File tree

2 files changed

+11
-2
lines changed
  • buildSrc/src/main/kotlin/com/example/util/simpletimetracker
  • metadata/en-US/changelogs

2 files changed

+11
-2
lines changed

buildSrc/src/main/kotlin/com/example/util/simpletimetracker/Base.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ object Base {
55
const val namespace = "com.example.util.simpletimetracker"
66

77
// Raise by 2 to account for wear version code.
8-
const val versionCode = 107
9-
const val versionName = "1.50"
8+
const val versionCode = 109
9+
const val versionName = "1.51"
1010
const val minSDK = 21
1111
const val currentSDK = 35
1212

metadata/en-US/changelogs/109.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
- Add record action to create a shortcut
2+
- Add more pomodoro controls
3+
- Add more detailed statistics for tag values
4+
- Add more duration formats
5+
- Add ability to select time of automatic backup and export
6+
- Add intent to create tags
7+
- Add ability to delete all today records from Data edit
8+
- Move activity duplication to Data edit
9+
- General bug fixes and improvements

0 commit comments

Comments
 (0)