mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-25 08:05:55 +01:00
bump version update CHANGELOG
This commit is contained in:
parent
26a751977e
commit
cf45c665a5
@ -1,5 +1,10 @@
|
|||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 0.17.1
|
||||||
|
* Pebble: Fix installation of some watchapps
|
||||||
|
* Pebble: Try to improve PebbleKit compatibility
|
||||||
|
* HPlus: Fix bug setting current date
|
||||||
|
|
||||||
####Version 0.17.0
|
####Version 0.17.0
|
||||||
* Add weather support through "Weather Notification" app
|
* Add weather support through "Weather Notification" app
|
||||||
* Various fixes for K9 mail when using the generic notification receiver
|
* Various fixes for K9 mail when using the generic notification receiver
|
||||||
|
@ -26,8 +26,8 @@ android {
|
|||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
|
|
||||||
// note: always bump BOTH versionCode and versionName!
|
// note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.17.0"
|
versionName "0.17.1"
|
||||||
versionCode 81
|
versionCode 82
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
|
<release version="0.17.1" versioncode="82">
|
||||||
|
<change>Pebble: Fix installation of some watchapps</change>
|
||||||
|
<change>Pebble: Try to improve PebbleKit compatibility</change>
|
||||||
|
<change>HPlus: Fix bug setting current date</change>
|
||||||
|
</release>
|
||||||
<release version="0.17.0" versioncode="81">
|
<release version="0.17.0" versioncode="81">
|
||||||
<change>Add weather support through "Weather Notification" app</change>
|
<change>Add weather support through "Weather Notification" app</change>
|
||||||
<change>Various fixes for K9 mail when using the generic notification receiver</change>
|
<change>Various fixes for K9 mail when using the generic notification receiver</change>
|
||||||
|
Loading…
Reference in New Issue
Block a user