Skip to content

Commit

Permalink
add changelog for 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sreich committed Feb 20, 2017
1 parent 5919e98 commit 4641f0a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,19 @@
# [v1.0.0](https://github.com/sreich/android-count-the-days/tree/v1.0) (2016-10-16)
# [v1.1.0](https://github.com/sreich/android-count-the-days/tree/v1.1.0) (2017-02-19)
* add backup export/import feature, you can now backup to services like google
drive, email, local storage and so on. you won't have to do this unless you're
on Lollipop, in which case please backup manually or a device reset will lose
your data. Other versions (Android M, N), are perfectly fine and automatically
backup, so you don't have to worry about this.

* bugs fixed related to changes not showing up without exiting the app and
reentering. now you don't have to do that, so that's nice.

* clear all now works properly. before this, it did nothing -- we realized that
wasn't too useful.

* there's now a settings page (accessible via 3 dot drop-down), there's also the
'about' section, which you could use to find other ways to contact us. you know,
if you felt like contacting me for some odd reason...

# [v1.0](https://github.com/sreich/android-count-the-days/tree/v1.0) (2016-10-16)
* initial release
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ android {
targetSdkVersion 25

versionCode 3
versionName "1.1"
versionName "1.1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
buildConfigField 'String', 'BUILD_TIME', 'new java.text.SimpleDateFormat("MM.dd.yy HH:mm",java.util.Locale.GERMANY).format(new java.util.Date(' + System.
currentTimeMillis() + 'L))'
Expand Down

0 comments on commit 4641f0a

Please sign in to comment.