Skip to content

Commit

Permalink
release 1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
Razeeman committed Jun 18, 2023
1 parent 1ca22f0 commit e37cbb7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package com.example.util.simpletimetracker

object Base {
const val versionCode = 27
const val versionName = "1.26"
const val versionCode = 28
const val versionName = "1.27"
const val minSDK = 21
const val currentSDK = 32
// TODO after raising sdk to 33 check alarmManager scheduling.
Expand Down
10 changes: 10 additions & 0 deletions metadata/en-US/changelogs/28.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- Add detailed statistics for untracked and multitasking time
- Add day total on main tab and timer notification
- Add current timers to statistics tab
- Add time to universal widget
- Add favourite comments and comment search on edit record screen
- Add percent change for average range in detailed statistics
- Add csv import
- Add untracked time range setting
- Add ignore short untracked time setting
- General bug fixes and improvements

0 comments on commit e37cbb7

Please sign in to comment.