mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-27 12:26:48 +01:00
bump version, update changelog
This commit is contained in:
parent
64182941d0
commit
b2bae26d7d
@ -4,6 +4,8 @@
|
||||
####Version 0.10.2
|
||||
* Pebble: allow to manually paste configuration data for legacy configuration pages
|
||||
* Pebble: various improvements to the configuration page
|
||||
* Pebble: Suppport FW 4.0-dp1 and Pebble2 emulator (needs recompilation of Gadgetbridge)
|
||||
* Pebble: Fix a problem with key events when using the Pebble music player
|
||||
|
||||
####Version 0.10.1
|
||||
* Pebble: set extended music info by dissecting notifications on Android 5.0+
|
||||
|
@ -18,8 +18,8 @@ android {
|
||||
targetSdkVersion 23
|
||||
|
||||
// note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.10.1"
|
||||
versionCode 54
|
||||
versionName "0.10.2"
|
||||
versionCode 55
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
@ -1,11 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
<release
|
||||
version="0.10.2"
|
||||
versioncode="55">
|
||||
<change>Pebble: allow to manually paste configuration data for legacy configuration pages
|
||||
</change>
|
||||
<release version="0.10.2" versioncode="55">
|
||||
<change>Pebble: allow to manually paste configuration data for legacy configuration pages</change>
|
||||
<change>Pebble: various improvements to the configuration page</change>
|
||||
<change>Pebble: Suppport FW 4.0-dp1 and Pebble2 emulator (needs recompilation of Gadgetbridge)</change>
|
||||
<change>Pebble: Fix a problem with key events when using the Pebble music player</change>
|
||||
</release>
|
||||
<release version="0.10.1" versioncode="54">
|
||||
<change>Pebble: set extended music info by dissecting notifications on Android 5.0+</change>
|
||||
|
Loading…
Reference in New Issue
Block a user