From cae5c65efae48a66010e306a3f09dc0eca510a28 Mon Sep 17 00:00:00 2001 From: razeeman Date: Sat, 23 Nov 2024 09:14:00 +0300 Subject: [PATCH] release 1.47 --- .../kotlin/com/example/util/simpletimetracker/Base.kt | 4 ++-- metadata/en-US/changelogs/85.txt | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 metadata/en-US/changelogs/85.txt diff --git a/buildSrc/src/main/kotlin/com/example/util/simpletimetracker/Base.kt b/buildSrc/src/main/kotlin/com/example/util/simpletimetracker/Base.kt index 58f5d54c4..2810d4334 100644 --- a/buildSrc/src/main/kotlin/com/example/util/simpletimetracker/Base.kt +++ b/buildSrc/src/main/kotlin/com/example/util/simpletimetracker/Base.kt @@ -5,8 +5,8 @@ object Base { const val namespace = "com.example.util.simpletimetracker" // Raise by 2 to account for wear version code. - const val versionCode = 81 - const val versionName = "1.46" + const val versionCode = 85 + const val versionName = "1.47" const val minSDK = 21 const val currentSDK = 34 diff --git a/metadata/en-US/changelogs/85.txt b/metadata/en-US/changelogs/85.txt new file mode 100644 index 000000000..56df5515c --- /dev/null +++ b/metadata/en-US/changelogs/85.txt @@ -0,0 +1,11 @@ +- Add option to always show notification with activity switch +- Add data import from the backup file +- Add ability to share file after backup / export +- Add more options for csv / ics export +- Add ability to remove all records or all data from data edit +- Add comment input on activity start +- Add retroactive tracking mode +- Add favourite colors +- Wear, add repeat button +- Add some translations +- General bug fixes and improvements \ No newline at end of file