Skip to content

Commit 3d47215

Browse files
committed
release 1.58
1 parent c327b70 commit 3d47215

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

  • buildSrc/src/main/kotlin/com/example/util/simpletimetracker
  • metadata/en-US/changelogs

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 = 139
9-
const val versionName = "1.57"
8+
const val versionCode = 141
9+
const val versionName = "1.58"
1010
const val minSDK = 21
1111
const val currentSDK = 35
1212

metadata/en-US/changelogs/141.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
- Add tag search for tag selection
2+
- Add ability for adding favourite comments per activity
3+
- Add ability to change activity in divide record action
4+
- Add separate notification channels for pomodoro phase
5+
- Add shortcut for activity order
6+
- Show days without records in the all records view
7+
- Add some translations
8+
- General bug fixes and improvements

0 commit comments

Comments
 (0)