Skip to content

Commit f376cb8

Browse files
authored
Merge pull request #570 from forrestguice/release-0.14.2
release 0.14.2
2 parents a19346e + 8a1b23d commit f376cb8

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
### ~
22

3+
### v0.14.2 (2022-03-14)
4+
* fixes crash when using 'sun position' app shortcut (#567).
5+
* fixes bug where "search places doesn't work" (#566).
6+
* fixes bug where '1x1 moon widget' illumination is always displayed (fails to be hidden) (#563).
7+
* changes default 'time zone mode' back to `system`; reverts change from 7c288be (#565).
8+
* adds extras to SuntimesActivity intent; `ACTION_VIEW_SUN` and `ACTION_VIEW_WORLDMAP` now accept `EXTRA_SHOW_DATE`; `ACTION_ADD_ALARM` accepts `EXTRA_SOLAREVENT`.
9+
* updates translation to Norwegian (nb) (#568 by FTno).
10+
* updates translations to Polish (pl) and Esperanto (eo) (#571 by Verdulo).
11+
312
### v0.14.1 (2022-02-22)
413
* fixes crash when using "current location" (#556).
514
* fixes bug "lightmap for tomorrow card fails to display" (#557).

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ android
2323
minSdkVersion 10
2424
//noinspection ExpiredTargetSdkVersion,OldTargetApi
2525
targetSdkVersion 25
26-
versionCode 85
27-
versionName "0.14.1"
26+
versionCode 86
27+
versionName "0.14.2"
2828

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

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- fixes crash when using 'sun position' app shortcut (#567).
2+
- fixes bug where "search places doesn't work" (#566).
3+
- updates translation to Norwegian.
4+
- updates translation to Polish and Esperanto.

0 commit comments

Comments
 (0)