Skip to content

Commit 9c3cb80

Browse files
committed
release 1.52
1 parent b033366 commit 9c3cb80

2 files changed

Lines changed: 9 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 = 115
9-
const val versionName = "1.51"
8+
const val versionCode = 117
9+
const val versionName = "1.52"
1010
const val minSDK = 21
1111
const val currentSDK = 35
1212

metadata/en-US/changelogs/117.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- Redesign date selection
2+
- Redesign range selection
3+
- Add ability to search on main tab
4+
- Add tag values to Data edit
5+
- Add tag values to csv and ics export
6+
- Add different time date formats to csv export
7+
- General bug fixes and improvements

0 commit comments

Comments
 (0)