Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release 0.14.8 #627

Merged
merged 3 commits into from
Sep 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
### ~

### v0.14.8 (2022-09-26)
* fixes crash when location is set to high latitudes (#623).
* fixes appearance of location icons when using system dark mode.
* fixes bug where the "observer height" preference sometimes displays stale values.
* adds link to online help for widget "title substitutions".
* updates translation to Polish and Esperanto (eo, pl) (#619 by Verdulo).

### v0.14.7 (2022-08-02)
* adds support for system dark mode (night mode).
* adds option to show/hide the map button; fixes map icon (#573).
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 91
versionName "0.14.7"
versionCode 92
versionName "0.14.8"

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

Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/92.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- fixes crash at high latitudes (#623).
- updates translation to Polish and Esperanto.