Skip to content

Commit

Permalink
Merge pull request #300 from forrestguice/release-0.11.0
Browse files Browse the repository at this point in the history
release 0.11.0
  • Loading branch information
forrestguice authored Mar 12, 2019
2 parents 05f9c59 + d555174 commit d8097f3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
### ~

##
* add "Suntimes Alarms", an Alarm Clock (#140, #250, #261) with support for daily repeating alarms and notifications.
* adds permission: BOOT_COMPLETED. This permission is needed to restore active alarms after reboot. [PERMISSION]
### v0.11.0 (2019-03-12)
* adds "Suntimes Alarms", an Alarm Clock (#140, #250, #261) with support for daily repeating alarms and notifications.
* adds a clock widget (#154, #260); displays solar time (Local Mean Time, Apparent Solar Time), or the time in a given timezone.
* adds a "share" action to the World Map dialog (exports to png) (#284).
* changes the default solar time mode to "Apparent Solar Time"; adds a help button to solar time mode selector.
* adds a "share" action to the World Map dialog (exports a single png) (#284).
* new permission: BOOT_COMPLETED. This permission is needed to restore active alarms after reboot. [PERMISSION]
* new permission: VIBRATE. This permission is used by alarm notifications. [PERMISSION]
* misc style and layout fixes.

### v0.10.3 (2019-01-31)
* adds app shortcuts (Android 7.1+); a shortcut to the Widget List, a shortcut to the Theme Editor (#288).
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 OldTargetApi
targetSdkVersion 25
versionCode 40
versionName "0.10.3"
versionCode 41
versionName "0.11.0"

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

0 comments on commit d8097f3

Please sign in to comment.