update changelogs (mi2 missing)

master
Andreas Shimokawa 2016-11-21 17:44:43 +01:00
parent eb052cead3
commit 8cb2030478
2 changed files with 8 additions and 1 deletions

View File

@ -1,7 +1,9 @@
###Changelog
####Version 0.14.0 (next)
* Pebble 2: Initial unstable pre-alpha support for P2/PT2 using BLE (won't be usable without weird workarounds for pairing)
* Pebble 2: Initial experimental support for P2/PT2 using BLE
* Pebble: Special support in device discovery activity (MUST be used to get Pebble 2 working)
* Pebble: Improve compatibility for watchface configuration
####Version 0.13.9
* Pebble: use the last known location for setting sunrise and sunset

View File

@ -1,5 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.14.0" versioncode="72">
<change>Pebble 2: Initial experimental support for P2/PT2 using BLE</change>
<change>Pebble: Special support in device discovery activity (MUST be used to get Pebble 2 working)</change>
<change>Pebble: Improve compatibility for watchface configuration</change>
</release>
<release version="0.13.9" versioncode="71">
<change>Pebble: use the last known location for setting sunrise and sunset</change>
<change>Pebble: fix Health disappering forever when deactivating through app manager (and get it back for affected users)</change>