Skip to content

Commit b48ea9a

Browse files
committed
chore(release): bump version, update changelog
1 parent 678a86e commit b48ea9a

File tree

3 files changed

+23
-5
lines changed

3 files changed

+23
-5
lines changed

app/build.gradle.kts

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
/*
22
* Copyright (c) 2025 Nishant Mishra
33
*
4-
* You should have received a copy of the GNU General Public License
5-
* along with this program. If not, see <https://www.gnu.org/licenses/>.
4+
* This file is part of Tomato - a minimalist pomodoro timer for Android.
5+
*
6+
* Tomato is free software: you can redistribute it and/or modify it under the terms of the GNU
7+
* General Public License as published by the Free Software Foundation, either version 3 of the
8+
* License, or (at your option) any later version.
9+
*
10+
* Tomato is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
11+
* the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
12+
* Public License for more details.
13+
*
14+
* You should have received a copy of the GNU General Public License along with Tomato.
15+
* If not, see <https://www.gnu.org/licenses/>.
616
*/
717

818
import org.gradle.api.tasks.testing.logging.TestExceptionFormat
@@ -33,8 +43,8 @@ android {
3343
applicationId = "org.nsh07.pomodoro"
3444
minSdk = 27
3545
targetSdk = 36
36-
versionCode = 14
37-
versionName = "1.6.0-alpha01"
46+
versionCode = 15
47+
versionName = "1.6.0"
3848

3949
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
4050
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
New features:
2+
- New Always On Display option
3+
- Redesigned and simplified Settings screen
4+
- New theme and color scheme selector
5+
- You can now dismiss alarms without unlocking your phone
6+
7+
Enhancements:
8+
- Alarms now automatically stop ringing after 1 minute

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ coreKtx = "1.17.0"
77
espressoCore = "3.7.0"
88
junit = "4.13.2"
99
junitVersion = "1.3.0"
10-
kotlin = "2.2.20"
10+
kotlin = "2.2.21"
1111
ksp = "2.2.20-2.0.4"
1212
lifecycleRuntimeKtx = "2.9.4"
1313
materialKolor = "3.0.1"

0 commit comments

Comments
 (0)