chore(release): bump version, update changelog, add baseline profs

This commit is contained in:
Nishant Mishra
2025-12-22 22:41:00 +05:30
parent 096067be2c
commit c99274ecae
4 changed files with 63040 additions and 2 deletions

View File

@@ -44,8 +44,8 @@ android {
applicationId = "org.nsh07.pomodoro" applicationId = "org.nsh07.pomodoro"
minSdk = 27 minSdk = 27
targetSdk = 36 targetSdk = 36
versionCode = 23 versionCode = 24
versionName = "1.7.1" versionName = "1.8.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
@@ -105,8 +105,12 @@ android {
baselineProfile { baselineProfile {
variants { variants {
create("fossRelease") {
saveInSrc = true
}
create("playRelease") { create("playRelease") {
automaticGenerationDuringBuild = true automaticGenerationDuringBuild = true
saveInSrc = false
} }
} }
} }

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,10 @@
New features:
- Entirely redesigned Stats screen
- Productivity Analysis is now replaced with Focus Breakdown, which contains a new visual along with the chart
- Separate screens for week/month/year that can be opened by clicking on each card
- New detailed stats with entirely new visuals for week/month/year
- Smooth animations when opening detailed stats
- Added support for 3-digit focus durations
- New reset stats button in Settings
- Instructions for enabling Now Bar (Samsung only)