Skip to content

Commit b58f836

Browse files
committed
Merge branch 'release/2.3.0' into dev
2 parents 7e5d2fa + 70dab74 commit b58f836

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [2.3.0] -- 2025-06-23
4+
### Added
5+
- Add support for Android 15 and 16 (@iSoron)
6+
- Show confetti animation (@gokulk16, @iSoron, #1743)
7+
- Show streaks for measurable habits (@teckwarz, #2059)
8+
- Allow user to unset measurable habits (@leontodd, @kalina559, #1899, #2109)
9+
10+
### Changed
11+
- Change background widget color for habits with implicit checks (@wobbba, #1915)
12+
13+
### Fixed
14+
- Fix notification when goal type is set to maximum (@manish99verma, #1931)
15+
- Never mark "at most" habits as completed for the day (@kalina559, #2077)
16+
- Increase minimum widget size (@iSoron, #2118)
17+
- Improve Gradle configuration (@jimlyas, #2108)
18+
319
## [2.2.0] -- 2024-01-30
420
### Added
521
- Add support for Android 14 (@iSoron, @hiqua)

uhabits-android/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ android {
4444
compileSdk = 36
4545

4646
defaultConfig {
47-
versionCode = 20200
48-
versionName = "2.2.0"
47+
versionCode = 20300
48+
versionName = "2.3.0"
4949
minSdk = 28
5050
targetSdk = 36
5151
applicationId = "org.isoron.uhabits"

0 commit comments

Comments
 (0)