Skip to content

Commit cae5c65

Browse files
committed
release 1.47
1 parent 4650283 commit cae5c65

File tree

2 files changed

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

2 files changed

+13
-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 = 81
9-
const val versionName = "1.46"
8+
const val versionCode = 85
9+
const val versionName = "1.47"
1010
const val minSDK = 21
1111
const val currentSDK = 34
1212

metadata/en-US/changelogs/85.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
- Add option to always show notification with activity switch
2+
- Add data import from the backup file
3+
- Add ability to share file after backup / export
4+
- Add more options for csv / ics export
5+
- Add ability to remove all records or all data from data edit
6+
- Add comment input on activity start
7+
- Add retroactive tracking mode
8+
- Add favourite colors
9+
- Wear, add repeat button
10+
- Add some translations
11+
- General bug fixes and improvements

0 commit comments

Comments
 (0)