Skip to content

Commit

Permalink
Merge pull request #686 from forrestguice/release-0.15.0
Browse files Browse the repository at this point in the history
release 0.15.0
  • Loading branch information
forrestguice authored Feb 1, 2023
2 parents fbf0633 + 58f0923 commit d0e52be
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 7 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### ~

### DEVELOP
### v0.15.0 (2023-01-31)
* adds "Welcome Dialog"; a guided introduction and initial configuration wizard (#603).
* adds "High Contrast" app themes (#492, #615); changes default theme to "System default" (#666).
* adds "Text Size" setting; display "small", "normal", "large", or "extra-large" text (#492, #615, #622, #656).
Expand All @@ -13,27 +13,28 @@
* adds alarm "snooze limit" option; defaults to "no limit".
* adds support for alarm challenges (and addons); dismiss alarms after solving "easy math" problems; dismiss alarms with an NFC tag (https://github.com/forrestguice/SuntimesNFC).
* adds alarm "reminder" option (#628), and "reminder action" option; notifications may perform a custom action when dismissed.
* increments alarm database version 3 -> 4; adds "note", "flags", "actionID2", and "actionID3" columns.
* enhances alarm cards; list UI now indicates state, animates sounding and snoozing states, and displays action buttons when applicable.
* adds alarm list sort options; "Enabled First", "Show Offsets" (#611); adds "Clear Selection" button.
* adds "Altitude Graph" to Sun Position dialog; adds 3x2 "Altitude Graph" to sun position widgets (#625).
* adds "Seek Altitude" to Sun Position dialog (#625); jump to sunrise, sunset, noon, or user-defined sun elevation.
* changes the main card to display moon illumination as a range (#384, #572).
* adds Moon dialog playback controls; step forward/back by 5m increments.
* adds "lunar noon" and "lunar midnight" to Moon dialog; enhances rise/set view (swipe-able, seeks forward/back).
* adds "moon day" widget (#345); show number of days since the new moon.
* changes the main card to display moon illumination as a range (#384, #572).
* adds "Emphasize Field" to User Interface settings; enlarges text displayed by main table (#622, #615).
* removes "Set Date" dialog; replaced with "View Date" (#613); cards now seek to date instead of (re)centering.
* enhances solstice/equinox card (swipe-able, cross-quarter dates).
* adds 3x1 sun widget (#423); an expanded version of the 2x1 widget.
* adds "use app time zone" widget option.
* adds TimeZone dialog preview; replaces TimeZone dialog sort action mode with a context menu.
* misc dialog improvements; changes to Location, Date, and TimeZone dialog layouts.
* misc dialog improvements; updates to Location, Date, and TimeZone dialog layouts.
* misc settings; "object shadow" moved from "General" to "User Interface".
* fixes bug "sun/moon drop-downs show wrong data" (#613).
* fixes bug "sun position is out of alignment" (#601).
* fixes bug where already enabled alarms fail to reschedule after modifying alarm details (#TODO).
* fixes bug where already enabled alarms fail to reschedule after modifying alarm details.
* fixes tooltip help (now available for all buttons); press and hold to display help.
* increments alarm database version 3 -> 4; adds "note", "flags", "actionID2", and "actionID3" columns.
* increments `CalculatorProviderContract` version 4 -> 5; adds columns for cross-quarter days, tropical year, text size, time zone mode, solar time mode, and eot.

### v0.14.12 (2022-12-22)
* adds a boot notification if battery optimization is enabled (and alarms are active).
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 96
versionName "0.14.12"
versionCode 97
versionName "0.15.0"

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

Expand Down
9 changes: 9 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/97.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- adds "Welcome Dialog" (configuration wizard).
- adds "Text Size" settings, and "High Contrast" app themes.
- adds "Quick Settings" clock and event tiles.
- adds "Date" widget (Coptic, Ethiopian, Gregorian, Hebrew, Julian, Solar Hijiri, Thai Solar).
- adds support for "Cross-Quarter Days", and "Custom Sun Altitude" events (alarms and widgets).
- adds "Quick Notifications", and other alarm enhancements and UI fixes.
- adds support for "Alarm Challenges" (answer easy math, or scan an NFC tag), and "Snooze Limit".
- enhances the Sun Position dialog; adds "Altitude graph", and "Seek altitude".
- enhances the Moon dialog; adds "lunar noon", swipe-able rising view, and basic playback.
Binary file added fastlane/metadata/android/en-US/images/0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/2.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 d0e52be

Please sign in to comment.