From 5c4ecb4a58ca4ee2a9b440350e9cc3f647c67e1e Mon Sep 17 00:00:00 2001 From: Forrest Guice Date: Sat, 10 Feb 2024 17:30:09 -0700 Subject: [PATCH] changelog --- CHANGELOG.md | 10 ++++++++++ fastlane/metadata/android/en-US/changelogs/19.txt | 4 ++++ 2 files changed, 14 insertions(+) create mode 100644 fastlane/metadata/android/en-US/changelogs/19.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index efae08d..aff2a3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ ### ~ +### 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). +* 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. diff --git a/fastlane/metadata/android/en-US/changelogs/19.txt b/fastlane/metadata/android/en-US/changelogs/19.txt new file mode 100644 index 0000000..a4148f6 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/19.txt @@ -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). \ No newline at end of file