mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 17:11:56 +01:00
update CHANGELOG.md and bump version
This commit is contained in:
parent
bc108ba095
commit
0cf6e61ca6
@ -1,6 +1,8 @@
|
|||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
####Version 0.6.7 (next)
|
####Version 0.6.7
|
||||||
|
* Pebble: Allow installation of 3.x apps on OG Pebble (FW will be released soon)
|
||||||
|
* Fix crashes on startup when logging is enabled or when entering the app manager on some phones
|
||||||
+ Fix Pebble being detected as MI when unpaired and autoconnect is enabled
|
+ Fix Pebble being detected as MI when unpaired and autoconnect is enabled
|
||||||
* Fix Crash when not having K9 Mail permissions (happens when installing K9 after Gadgetbridge) (#175)
|
* Fix Crash when not having K9 Mail permissions (happens when installing K9 after Gadgetbridge) (#175)
|
||||||
|
|
||||||
|
@ -12,8 +12,8 @@ android {
|
|||||||
applicationId "nodomain.freeyourgadget.gadgetbridge"
|
applicationId "nodomain.freeyourgadget.gadgetbridge"
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
versionCode 32
|
versionCode 33
|
||||||
versionName "0.6.6"
|
versionName "0.6.7"
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
Loading…
Reference in New Issue
Block a user