Skip to content

Commit

Permalink
Bump to 3.0.0, update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtakac committed Dec 1, 2022
1 parent 8b3fc8a commit 3a29b9e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions androidApp/CHANGELOG.md
Expand Up @@ -12,16 +12,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- iOS support
- OpenWeatherMap as forecast provider

## [Unreleased]
## [3.0.0] - 2022-12-01
### Note
- Uninstall previous version before installing this one
### Changed
- Make app mood a business rule
- Allow external feels like and mood
- Measure pressure in millibar and inches of mercury
- Feels like calculated by wind chill
- Refactored to Kotlin Multiplatform Mobile
- Coming item expands to card
- Coming item has morning, afternoon, evening and night icons
- Add dark mode icons
- Better weather icon
- Better app icon
### Fixed
- Hourly and coming data cells wider than they need to be
- Current hour pairs too close together
Expand Down
4 changes: 2 additions & 2 deletions androidApp/build.gradle.kts
Expand Up @@ -16,9 +16,9 @@ android {
applicationId = "hr.dtakac.prognoza"
minSdk = AndroidConfig.minSdk
targetSdk = AndroidConfig.targetSdk
versionCode = 12
versionCode = 13
// Before pushing to release, make sure this value matches the latest one in CHANGELOG.md
versionName = "2.2.2"
versionName = "3.0.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
resourceConfigurations.addAll(listOf("en", "hr"))
}
Expand Down

0 comments on commit 3a29b9e

Please sign in to comment.