Skip to content

Commit

Permalink
release 1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
Razeeman committed May 21, 2023
1 parent 2b8d51d commit 106b6e4
Show file tree
Hide file tree
Showing 2 changed files with 5 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 = 26
const val versionName = "1.25"
const val versionCode = 27
const val versionName = "1.26"
const val minSDK = 21
const val currentSDK = 32
// TODO after raising sdk to 33 check alarmManager scheduling.
Expand Down
3 changes: 3 additions & 0 deletions metadata/en-US/changelogs/27.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Add a setting to show several days in records calendar view
- Add day of week, time of day and duration filters to detailed statistics
- General bug fixes and improvements

0 comments on commit 106b6e4

Please sign in to comment.