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.6.1 #62

Merged
merged 5 commits into from
Feb 11, 2024
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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
### ~

### v0.6.1 (2024-02-10)
* adds template patterns to the "Daylight", "Civil Twilight", "Nautical Twilight", "Astronomical Twilight", "Blue Hour", "Gold Hour", and "Moon" calendars; `%em` (milliseconds), `%eZ` (azimuth), `%eA` (altitude), `%eR` (right ascension), and `%eD` (declination).
* adds template patterns to the "Moon" calendar; `%illum` (illumination %), `%phase` (minor phase), and `%dist` (distance).
* adds donation link to the about dialog; adds Liberapay to donation options (#46); https://liberapay.com/forrestguice/
* improves template pattern help so that only the supported patterns for each individual calendar are shown.
* modifies default calendar templates to include the `%eZ` and `%eA` patterns.
* fixes pattern `%dist` to respect the Suntimes "length units" option (km or mi).
* fixes bug where "calendar update notification vibrates repeatedly" (#59).
* bumps CalculatorProviderContract version (5 -> 7).
* updates translations to Polish (pl) and Esperanto (eo) (#60 by Verdulo).

### v0.6.0 (2023-12-30)
* adds support for reminder notifications (#51).
* adds support for event selection; include all or omit some calendar events.
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
minSdkVersion 14
//noinspection ExpiredTargetSdkVersion,OldTargetApi
targetSdkVersion 28
versionCode 18
versionName "0.6.0"
versionCode 19
versionName "0.6.1"

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

Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/19.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- adds patterns for event position (azimuth, altitude, right ascension, and declination).
- adds patterns for moon illumination, minor phase, and distance.
- fixes bug where "update notification vibrates repeatedly" (#59).
- updates translations to Polish (pl) and Esperanto (eo).
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading