diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b4887f77..775548b99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # 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 ### Added - Add support for Android 14 (@iSoron, @hiqua) diff --git a/uhabits-android/build.gradle.kts b/uhabits-android/build.gradle.kts index e17232c3d..804b30c8f 100644 --- a/uhabits-android/build.gradle.kts +++ b/uhabits-android/build.gradle.kts @@ -44,8 +44,8 @@ android { compileSdk = 36 defaultConfig { - versionCode = 20200 - versionName = "2.2.0" + versionCode = 20300 + versionName = "2.3.0" minSdk = 28 targetSdk = 36 applicationId = "org.isoron.uhabits"