Skip to content

Commit 0e43426

Browse files
authored
Merge pull request #821 from forrestguice/release-0.16.1
release 0.16.1
2 parents 63ff807 + 3f1645f commit 0e43426

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
### ~
22

3+
### v0.16.1 (2024-08-19)
4+
* adds "material palette" to the color dialog.
5+
* adds text color preview, and other miscellaneous color picker improvements.
6+
* adds "cross-hair" option to sunlight graph; adds "share bitmap" action.
7+
* fixes sunlight graph so that it shows jump/skip in time zone dst (#735).
8+
* fixes inconsistent text/point sizes between graph views.
9+
* fixes bug where the lightmap widget is rendered incorrectly (#812).
10+
* fixes bug where "sunlight dialog axis labels don't follow user settings (always 12 hour time)". (#824)
11+
* enhances Alarm Settings warnings; show a warning when alarm notifications are disabled on the lock screen (#332).
12+
* enhances Alarm Settings warnings; show warnings when alarm channel is muted, or notifications are temporarily paused/suspended.
13+
* fixes broken "full-screen notifications" preference click listener; the UI now reports the current state of the required permission (#802).
14+
* fixes bug "widget does not update automatically" (#806); periodically detects and recovers stale widgets.
15+
* fixes bug where the alarm dialog fails to switch to the correct tab when scheduling events.
16+
* fixes bug where dialog updates continue running after the dialog is closed.
17+
* fixes bugs in color dialog related to `FragmentPagerAdapter`; fixes crash in color dialog on rotation.
18+
* fixes bug where color sheet fails to retain state on rotation.
19+
* updates translations to Simplified Chinese (zh_CN) and Traditional Chinese (zh_TW) (#813 by James Liu).
20+
* updates translation to Norwegian (nb) (#817 by FTno).
21+
* updates translation to Brazilian Portuguese (pt-br) (#819 by naoliv).
22+
* updates translation to Polish and Esperanto (eo, pl) (#824 by Verdulo).
23+
324
### v0.16.0 (2024-07-31)
425
* adds "sidebar navigation", and an option to change the "launcher activity" (#505).
526
* adds support for custom events based on "shadow length" (#331).

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ android
2323
minSdkVersion 14
2424
//noinspection ExpiredTargetSdkVersion,OldTargetApi
2525
targetSdkVersion 28
26-
versionCode 114
27-
versionName "0.16.0"
26+
versionCode 115
27+
versionName "0.16.1"
2828

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
- fixes bug "widget does not update automatically" (#806).
2+
- fixes bugs in the sunlight graph.
3+
- adds "cross-hair" and "share" options to sunlight graph.
4+
- adds "material palette" to the color dialog (and other enhancements).
5+
- updates translations to Simplified Chinese, and Traditional Chinese.
6+
- updates translation to Norwegian.
7+
- updates translation to Brazilian Portuguese.
8+
- updates translation to Polish and Esperanto.

0 commit comments

Comments
 (0)