Skip to content

Commit 3a29b9e

Browse files
committed
Bump to 3.0.0, update CHANGELOG.md
1 parent 8b3fc8a commit 3a29b9e

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

androidApp/CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- iOS support
1313
- OpenWeatherMap as forecast provider
1414

15-
## [Unreleased]
15+
## [3.0.0] - 2022-12-01
16+
### Note
17+
- Uninstall previous version before installing this one
1618
### Changed
1719
- Make app mood a business rule
1820
- Allow external feels like and mood
1921
- Measure pressure in millibar and inches of mercury
2022
- Feels like calculated by wind chill
2123
- Refactored to Kotlin Multiplatform Mobile
2224
- Coming item expands to card
25+
- Coming item has morning, afternoon, evening and night icons
2326
- Add dark mode icons
24-
- Better weather icon
27+
- Better app icon
2528
### Fixed
2629
- Hourly and coming data cells wider than they need to be
2730
- Current hour pairs too close together

androidApp/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ android {
1616
applicationId = "hr.dtakac.prognoza"
1717
minSdk = AndroidConfig.minSdk
1818
targetSdk = AndroidConfig.targetSdk
19-
versionCode = 12
19+
versionCode = 13
2020
// Before pushing to release, make sure this value matches the latest one in CHANGELOG.md
21-
versionName = "2.2.2"
21+
versionName = "3.0.0"
2222
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2323
resourceConfigurations.addAll(listOf("en", "hr"))
2424
}

0 commit comments

Comments
 (0)