Skip to content

Commit ce4a186

Browse files
committed
release 1.49
1 parent efe78f7 commit ce4a186

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 = 97
9-
const val versionName = "1.48"
8+
const val versionCode = 99
9+
const val versionName = "1.49"
1010
const val minSDK = 21
1111
const val currentSDK = 34
1212

metadata/en-US/changelogs/99.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
- Add ability to swipe between last days range and custom range
2+
- Add categories and tags to records tab filter
3+
- Add last comments and comment search to comment selection dialog
4+
- Add quick action to move record
5+
- Add search and filter to categories and tags screen
6+
- Add search to archive
7+
- Wear, add statistics
8+
- General bug fixes and improvements

0 commit comments

Comments
 (0)