File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -12,16 +12,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
12
- iOS support
13
13
- OpenWeatherMap as forecast provider
14
14
15
- ## [ Unreleased]
15
+ ## [ 3.0.0] - 2022-12-01
16
+ ### Note
17
+ - Uninstall previous version before installing this one
16
18
### Changed
17
19
- Make app mood a business rule
18
20
- Allow external feels like and mood
19
21
- Measure pressure in millibar and inches of mercury
20
22
- Feels like calculated by wind chill
21
23
- Refactored to Kotlin Multiplatform Mobile
22
24
- Coming item expands to card
25
+ - Coming item has morning, afternoon, evening and night icons
23
26
- Add dark mode icons
24
- - Better weather icon
27
+ - Better app icon
25
28
### Fixed
26
29
- Hourly and coming data cells wider than they need to be
27
30
- Current hour pairs too close together
Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ android {
16
16
applicationId = " hr.dtakac.prognoza"
17
17
minSdk = AndroidConfig .minSdk
18
18
targetSdk = AndroidConfig .targetSdk
19
- versionCode = 12
19
+ versionCode = 13
20
20
// 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 "
22
22
testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
23
23
resourceConfigurations.addAll(listOf (" en" , " hr" ))
24
24
}
You can’t perform that action at this time.
0 commit comments