Skip to content

Commit

Permalink
Merge pull request #20 from forrestguice/release-0.2.1
Browse files Browse the repository at this point in the history
release 0.2.1
  • Loading branch information
forrestguice authored Jan 9, 2023
2 parents 749bc21 + 09d77cb commit a8dfa19
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
~

### v0.2.1 (2023-01-09)
* adds support for system dark mode (night mode).
* fixes bug where Toast messages are unreadable on api33+.
* fixes bug "the widget does not update" (#15).
* fixes bug "broken UI - missing first hour - watches" (#14).
* fixes bug where the hour is sometimes announced incorrectly.
* fixes bug "unable to set alarm for all hours when using 'sunset (24)' (#21).
* misc layout tweaks (margins).

### v0.2.0 (2022-02-22)
* adds support for repeating alarms and notifications (#7); requires `Suntimes v0.14.0` or later.
* adds alarm UI (NaturalHourSelectFragment, NaturalHourAlarmFragment, and AlarmActivity); responds to `suntimes.action.PICK_EVENT`; extends content-provider to implement `suntimes.action.ADDON_EVENT`.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Natural Hour does not collect, store, or transmit personal user data. It contain
__Natural Hour is an add-on for Suntimes.__ It uses the `suntimes.permission.READ_CALCULATOR` permission in order to access data provided by this app. https://github.com/forrestguice/SuntimesWidget/wiki/Privacy

## Legal Stuff
Copyright (C) 2020-2022 **Forrest Guice**
Copyright (C) 2020-2023 **Forrest Guice**
```
Natural Hour is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
minSdkVersion 14
//noinspection OldTargetApi
targetSdkVersion 28
versionCode 2
versionName "0.2.0"
versionCode 3
versionName "0.2.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- adds support for system dark mode (night mode).
- fixes bug "the widget does not update" (#15).
- fixes bug "broken UI - missing first hour - watches" (#14).
- fixes bug where the hour is sometimes announced incorrectly.
- fixes bug "unable to set alarm for all hours when using 'sunset (24)' (#21).

0 comments on commit a8dfa19

Please sign in to comment.