Compare commits

...

1 Commits

Author SHA1 Message Date
70dab74528 Bump version to 2.3.0 and update changelog 2025-06-23 22:23:55 -05:00
2 changed files with 18 additions and 2 deletions

View File

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

View File

@@ -44,8 +44,8 @@ android {
compileSdk = 36 compileSdk = 36
defaultConfig { defaultConfig {
versionCode = 20200 versionCode = 20300
versionName = "2.2.0" versionName = "2.3.0"
minSdk = 28 minSdk = 28
targetSdk = 36 targetSdk = 36
applicationId = "org.isoron.uhabits" applicationId = "org.isoron.uhabits"