Skip to content

Commit

Permalink
release 1.47
Browse files Browse the repository at this point in the history
  • Loading branch information
Razeeman committed Nov 23, 2024
1 parent 4650283 commit cae5c65
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
11 changes: 11 additions & 0 deletions metadata/en-US/changelogs/85.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit cae5c65

Please sign in to comment.