From c6e365b4a73eab53a7456f78cbc8858f97f2c9f2 Mon Sep 17 00:00:00 2001 From: Forrest Guice Date: Fri, 22 Mar 2019 16:05:46 -0700 Subject: [PATCH 1/3] bump version 3 (0.2.0) -> 4 (0.3.0) --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 5c637e6c..de58be0d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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()}\"" From c42148992bce33f710b57c7eb1501408c72bdd6c Mon Sep 17 00:00:00 2001 From: Forrest Guice Date: Fri, 22 Mar 2019 17:48:27 -0700 Subject: [PATCH 2/3] changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c81a655..a893df2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ### ~ +### v0.3.0 +* 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. From b4e30c2789d26f56bb43eeb546269e8ee7485795 Mon Sep 17 00:00:00 2001 From: Forrest Guice Date: Sat, 23 Mar 2019 12:16:28 -0700 Subject: [PATCH 3/3] changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a893df2a..f6fd43ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ### ~ -### v0.3.0 +### 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.