Skip to content

Commit

Permalink
Merge pull request #767 from forrestguice/release-0.15.11
Browse files Browse the repository at this point in the history
release 0.15.11
  • Loading branch information
forrestguice authored Feb 6, 2024
2 parents 265da10 + 038f5fe commit 4969294
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
### ~

### v0.15.11 (2024-02-05)
* adds "create/restore backup" option; saves all configuration data as json text (#757).
* adds "export/import widget" option; save/load individual widget configurations.
* adds support for restoring all widgets from backup (requires launcher implementing `AppWidgetManager.ACTION_APPWIDGET_RESTORED`).
* adds donation link to the about dialog; adds Liberapay to donation options (#574); https://liberapay.com/forrestguice/
* fixes bug in date widget where the scaled text is too large (#763).
* increments `CalculatorProviderContract` version 6 -> 7; adds columns for event position data.
* updates translation to Polish and Esperanto (eo, pl) (#761 by Verdulo).
* updates translations to Simplified Chinese (zh_CN) and Traditional Chinese (zh_TW) (#765 by James Liu).

### v0.15.10 (2024-01-14)
* adds layouts and resources for very small screens (#727); experimental support for wearables.
* adds 'columns' setting to moon dialog; 2, 3 or 4 columns.
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 107
versionName "0.15.10"
versionCode 108
versionName "0.15.11"

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

Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/108.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- adds "backup" and "restore backup" options (#757).
- updates translation to Polish and Esperanto.
- updates translations to Simplified Chinese, and Traditional Chinese.

0 comments on commit 4969294

Please sign in to comment.