Skip to content

Commit

Permalink
Merge pull request #570 from forrestguice/release-0.14.2
Browse files Browse the repository at this point in the history
release 0.14.2
  • Loading branch information
forrestguice authored Mar 15, 2022
2 parents a19346e + 8a1b23d commit f376cb8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
### ~

### v0.14.2 (2022-03-14)
* fixes crash when using 'sun position' app shortcut (#567).
* fixes bug where "search places doesn't work" (#566).
* fixes bug where '1x1 moon widget' illumination is always displayed (fails to be hidden) (#563).
* changes default 'time zone mode' back to `system`; reverts change from 7c288be (#565).
* adds extras to SuntimesActivity intent; `ACTION_VIEW_SUN` and `ACTION_VIEW_WORLDMAP` now accept `EXTRA_SHOW_DATE`; `ACTION_ADD_ALARM` accepts `EXTRA_SOLAREVENT`.
* updates translation to Norwegian (nb) (#568 by FTno).
* updates translations to Polish (pl) and Esperanto (eo) (#571 by Verdulo).

### v0.14.1 (2022-02-22)
* fixes crash when using "current location" (#556).
* fixes bug "lightmap for tomorrow card fails to display" (#557).
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android
minSdkVersion 10
//noinspection ExpiredTargetSdkVersion,OldTargetApi
targetSdkVersion 25
versionCode 85
versionName "0.14.1"
versionCode 86
versionName "0.14.2"

buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""

Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/86.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- fixes crash when using 'sun position' app shortcut (#567).
- fixes bug where "search places doesn't work" (#566).
- updates translation to Norwegian.
- updates translation to Polish and Esperanto.

0 comments on commit f376cb8

Please sign in to comment.