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.3 #579

Merged
merged 2 commits into from
Apr 13, 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
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
### ~

### v0.14.3 (2022-04-11)
* adds click to solar noon field; opens the lightmap dialog (#562).
* changes click on sunrise/sunset headers; opens the lightmap dialog if configured to show azimuth (#562).
* fixes lunar noon field; omit on days it doesn't occur (#572).
* fixes bug "solstice dialog 'view date' menu doesn't work" (#577).
* fixes bug where the AlarmNotifications service fails to stop (battery use in background) (#575).
* fixes ANR when showing alarm dialog (#576); misc changes to ringtone management.
* fixes app crash when using 'fallback to last location'.
* fixes bug where changes made in the PlacesActivity aren't displayed by the location spinner.
* changes action prefix to "suntimes.action"; remaps legacy actions.
* misc layout changes (enlarged click areas); misc cleanup/refactoring.

### v0.14.2 (2022-03-14)
* fixes crash when using 'sun position' app shortcut (#567).
* fixes bug where "search places doesn't work" (#566).
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 86
versionName "0.14.2"
versionCode 87
versionName "0.14.3"

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

Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/87.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- adds click to solar noon field (#562).
- fixes bug in lunar noon field (#572).
- fixes bug that causes background battery use (#575).
- fixes bug "solstice dialog 'view date' menu doesn't work" (#577).
- fixes crash when using 'fallback to last location'.