Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
forrestguice committed Feb 11, 2024
1 parent 47bb898 commit 5c4ecb4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
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).

0 comments on commit 5c4ecb4

Please sign in to comment.