Skip to content

Commit

Permalink
2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtakac committed Nov 6, 2022
1 parent 516826f commit 5450cb0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ All notable changes to the Android app will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Fixed
- Widget rounded corners on <= Android 11
- Widget text reacts to system dark/light theme on <= Android 11
- Each hourly and coming data cell (besides description) is as wide as the widest cell in the list
### Added
- iOS support
- OpenWeatherMap as forecast provider

## [2.2.2] - 2022-11-06
### Fixed
- Forecast not updating to show the current hour when offline

## [2.2.1] - 2022-11-5
### Added
- This changelog :)
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ android {
applicationId "hr.dtakac.prognoza"
minSdk 24
targetSdk 33
versionCode 11
versionCode 12
// Before pushing to release, make sure this value matches the latest one in CHANGELOG.md
versionName "2.2.1"
versionName "2.2.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
resConfigs "en", "hr"
}
Expand Down

0 comments on commit 5450cb0

Please sign in to comment.