From ea43d7670553b95c065ac1ec868080a724af37b4 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Thu, 18 Jun 2015 21:51:06 +0200 Subject: [PATCH] Bump version, update CHANGELOG.md and LICENSE.artwork not yet ready for release --- CHANGELOG.md | 5 +++++ LICENSE.artwork | 8 ++++---- app/build.gradle | 4 ++-- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7429d289e..ef7141fa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ###Changelog +####Version 0.4.1 (next) +* New icons, thanks xphnx! +* Improvements to Sleep Monitor charts +* Pebble: use new Sleep Monitor for Morpheuz (previously Mi Band only) + ####Version 0.4.0 * Pebble: Initial Morpheuz protocol support for getting sleep data * Pebble: Support launching of watchapps though the AppManager Activity diff --git a/LICENSE.artwork b/LICENSE.artwork index cb2299eda..3d8766bea 100644 --- a/LICENSE.artwork +++ b/LICENSE.artwork @@ -1,10 +1,10 @@ The following artwork is licensed under the following licenses Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0): - ic_device_pebble.png (pebble.svg from https://gitlab.com/xphnx/twelf_cm12_theme/issues/13) - ic_device_miband.png (miband.svg from https://gitlab.com/xphnx/twelf_cm12_theme/issues/13) - ic_activitytracker.png (androidrun.png from https://gitlab.com/xphnx/twelf_cm12_theme/) - ic_watchface.png (clock.png from https://gitlab.com/xphnx/twelf_cm12_theme/) + ic_device_pebble.png (by xphnx) + ic_device_miband.png (by xphnx) + ic_activitytracker.png (by xphnx) + ic_watchface.png (by xphnx) Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0): "GET IT ON F-Droid" button by Laura Kalbag. Source: https://ind.ie/about/blog/f-droid-button/ diff --git a/app/build.gradle b/app/build.gradle index 57031425f..47fb9007a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "nodomain.freeyourgadget.gadgetbridge" minSdkVersion 19 targetSdkVersion 21 - versionCode 14 - versionName "0.4.0" + versionCode 15 + versionName "0.4.1" } buildTypes { release {