Skip to content

Commit

Permalink
Merge pull request #701 from forrestguice/release-0.15.2
Browse files Browse the repository at this point in the history
release 0.15.2
  • Loading branch information
forrestguice authored Mar 21, 2023
2 parents 979b7bd + e0bfae1 commit a828730
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
### ~

### v0.15.2 (2023-03-20)
* adds themed alarms icon (Android 13+); updates shortcut icons (adaptive).
* adds "quick notification" alarm shortcut; adds "world map" app shortcut; removes "themes" shortcut.
* adds help to the "alarm note" dialog (supports substitutions).
* adds a warning message when overriding the locale; "the app may need to be restarted before changes take full effect".
* fixes bug where overriding the locale is not immediately applied to existing widgets.
* fixes bug where changes to settings from the WelcomeActivity are not applied until after the app is restarted.
* fixes bug "sun position doesn't update on main screen" (#695).
* fixes bug "broken 2x1 sun widget preview".
* misc refactoring (reorganizes WidgetLayout and SettingsActivity classes).
* fixes spelling error in translation to German (de) (#698 by Das-Nichts).
* updates translations to Simplified Chinese (zh_CN) and Traditional Chinese (zh_TW) (#700 by James Liu).

### v0.15.1 (2023-02-15)
* adds themed icon (Android 13+).
* adds Chinese, Indian, Japanese, Korean, Minguo, and Vietnamese calendars to the date widget (#692).
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 98
versionName "0.15.1"
versionCode 99
versionName "0.15.2"

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

Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/99.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- miscellaneous bug fixes.
- adds themed alarm icon (Android 13+), and adaptive shortcut icons.
- updates translations to Simplified Chinese, and Traditional Chinese.

0 comments on commit a828730

Please sign in to comment.