Skip to content

Commit

Permalink
Merge pull request #11 from forrestguice/release-0.3.0
Browse files Browse the repository at this point in the history
release 0.3.0
  • Loading branch information
forrestguice authored Apr 9, 2019
2 parents 5f2b888 + e0efc7d commit bc8b9e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
### ~

### v0.3.0 (2019-03-25)
* adds "moon" calendar (moonrise, moonset) (#9).
* adds "astronomical twilight", "nautical twilight", and "civil twilight" calendars (sunrise, sunset) (#9).
* enhances the progress UI; improved dialog and notifications.
* now requires Suntimes v0.10.3+ (previously v0.10.0).

### v0.2.0 (2019-01-02)
* adds individual "enabled" prefs for each calendar (Solstices/Equinoxes, Moon Phases) (#3).
* fixes bug "missing calendars/events when closing app while task is still running" (#4); moves calendar notifications into a foreground service.
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.forrestguice.suntimescalendars"
minSdkVersion 11
targetSdkVersion 25
versionCode 3
versionName "0.2.0"
versionCode 4
versionName "0.3.0"

buildConfigField "java.util.Date", "BUILD_TIME", "new java.util.Date(" + getDateAsMillis() + "L)"
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
Expand Down

0 comments on commit bc8b9e2

Please sign in to comment.