diff --git a/CHANGELOG.md b/CHANGELOG.md index dd2d5036d..7aa0b6b55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). diff --git a/app/build.gradle b/app/build.gradle index 52fc2c208..304e44c6c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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()}\"" diff --git a/fastlane/metadata/android/en-US/changelogs/86.txt b/fastlane/metadata/android/en-US/changelogs/86.txt new file mode 100644 index 000000000..159e2007c --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/86.txt @@ -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. \ No newline at end of file