Skip to content

Commit

Permalink
Merge pull request #150 from forrestguice/prep-release-0.6.2
Browse files Browse the repository at this point in the history
Prep release 0.6.2
  • Loading branch information
forrestguice authored Feb 3, 2018
2 parents 18a5bfe + e699448 commit a9853fe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
### ~
* misc layout fixes / improved accessibility; better support for "large text".

### v0.6.2 (2018-02-03)
* adds option "verbose accessibility"; better support for TalkBack.
* misc usability fixes (MainActivity, AlarmDialog); better support for TalkBack.
* misc layout fixes (improved accessibility); better support for "large text".
* fixes bug "solstice/equinox dates not localized" (#146).
* adds "adaptive" launcher icon (used by api26+).
* updates translations (eo, pl) (#148, #149).

### v0.6.1 (2018-01-23)
* adds translations to Catalan (ca) and Spanish (es-ES) (contributed by Raulvo) (#141).
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 17
versionName "0.6.1"
versionCode 18
versionName "0.6.2"

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

0 comments on commit a9853fe

Please sign in to comment.