Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtakac committed Apr 22, 2024
1 parent fd7d9b5 commit e6e1fe6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android {
applicationId = "com.davidtakac.bura"
minSdk = 28
targetSdk = 34
versionCode = 8
versionName = "1.1.1"
versionCode = 9
versionName = "1.2.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
resourceConfigurations.addAll(listOf("en", "fr", "hr"))
Expand Down
17 changes: 17 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/9.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## [1.2.0] - 2024-04-22

### Added
- French translation

### Changed
- Precipitation graph no longer displays first hour of next day
- Replaced H:22° L:18° with up and down arrows

### Fixed
- Place search not working with trailing and/or leading whitespace (#34)
- Plot line going outside of graph bounds
- First precipitation bar going outside of graph bounds
- Search bar hint being cut off when it is too long
- Delete place dialog title not being center-aligned when place name is long
- Days of week not being capitalized for languages other than English
- Croatian translation of "Precipitation Totals"

0 comments on commit e6e1fe6

Please sign in to comment.