Skip to content

Commit 656a530

Browse files
committed
release 1.56
1 parent 2478d71 commit 656a530

File tree

2 files changed

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

2 files changed

+10
-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 = 135
9-
const val versionName = "1.55"
8+
const val versionCode = 137
9+
const val versionName = "1.56"
1010
const val minSDK = 21
1111
const val currentSDK = 35
1212

metadata/en-US/changelogs/137.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
- Add date selection to goals tab
2+
- Add ability to exclude activities from close after one tag
3+
- Show preselected tags in tag selection dialog
4+
- Add multi tag selection from notification
5+
- Add ability to assign tag with value from complex rules
6+
- Add ability to select tag value on activity start from complex rules
7+
- Improve detailed statistics for tag values
8+
- General bug fixes and improvements

0 commit comments

Comments
 (0)