Skip to content

Commit

Permalink
Merge pull request #62 from forrestguice/release-0.6.1
Browse files Browse the repository at this point in the history
release 0.6.1
  • Loading branch information
forrestguice authored Feb 11, 2024
2 parents 1d255d2 + c4a4b5d commit 6e444df
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
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.

0 comments on commit 6e444df

Please sign in to comment.