From 9eea17d5f53eef0ecbf730bcc51be797b45d6b28 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Wed, 8 Apr 2015 00:28:43 +0200 Subject: [PATCH] update README.md and CHANGELOG.md, bump version (not yet release time) --- CHANGELOG.md | 9 ++++++++- README.md | 1 + app/build.gradle | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdf0195cb..96dfdde00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,17 @@ ###Changelog +####Version 0.2.0 +* Experimental pbw installation support (watchfaces/apps) +* New icons for device and app lists +* Fix for device list not refreshing when bluetooth gets turned on +* Fix for crash on some devices when creating a debug notification +* Lots of internal changes preparing multi device support + ####Version 0.1.5 * Fix for DST (summer time) * Option to sync time on connect (enabled by default) * Opening .pbw files with Gadgetbridge prints some package information - (Tbis was not meant to be released yet, but the DST fix made a new release neccessary) + (This was not meant to be released yet, but the DST fix made a new release neccessary) ####Version 0.1.4 * New AppManager shows installed Apps/Watchfaces (removal possible via context menu) diff --git a/README.md b/README.md index f94d0c8a9..5db45c54b 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Features: * Apollo playback info (artist, album, track) * Music control: play/pause, next track, previous track * List and remove installed apps/watchfaces +* Install .pbw files (EXPERMIENTAL) How to use: diff --git a/app/build.gradle b/app/build.gradle index fd656ef71..34ede46cc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "nodomain.freeyourgadget.gadgetbridge" minSdkVersion 19 targetSdkVersion 21 - versionCode 6 - versionName "0.1.5" + versionCode 7 + versionName "0.2.0" } buildTypes { release {