mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 17:11:56 +01:00
Bump version to 0.4.2, update CHANGELOG.md
This commit is contained in:
parent
5cde8181c9
commit
bf29814294
@ -1,5 +1,11 @@
|
|||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 0.4.2
|
||||||
|
* Material style for Lollipop
|
||||||
|
* Support for finding a lost device (vibrate until cacelled)
|
||||||
|
* Mi Band: Support for vibration profiles, configurable for notifications
|
||||||
|
* Pebble: Support taking screenshots from the device context menu (Pebble Time not supported yet)
|
||||||
|
|
||||||
####Version 0.4.1
|
####Version 0.4.1
|
||||||
* New icons, thanks xphnx!
|
* New icons, thanks xphnx!
|
||||||
* Improvements to Sleep Monitor charts
|
* Improvements to Sleep Monitor charts
|
||||||
|
@ -8,8 +8,8 @@ android {
|
|||||||
applicationId "nodomain.freeyourgadget.gadgetbridge"
|
applicationId "nodomain.freeyourgadget.gadgetbridge"
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 21
|
targetSdkVersion 21
|
||||||
versionCode 15
|
versionCode 16
|
||||||
versionName "0.4.1"
|
versionName "0.4.2"
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
Loading…
Reference in New Issue
Block a user