diff options
| -rw-r--r-- | rpm/pebble.changes | 9 | ||||
| -rw-r--r-- | rpm/pebble.spec | 2 | ||||
| -rw-r--r-- | rpm/pebble.yaml | 2 |
3 files changed, 11 insertions, 2 deletions
diff --git a/rpm/pebble.changes b/rpm/pebble.changes index 9e6148a..2d60c1d 100644 --- a/rpm/pebble.changes +++ b/rpm/pebble.changes @@ -1,3 +1,12 @@ +* Mon May 11 2015 Tomasz Sterna <tomek@xiaoka.com> 1.1 +- Do not reconnect to the watch if Bluetooth is switched off +- AppStore logout remorse timer +- AppStore search, back button and busy indicator +- Fixed music track detail fields order +- Improved profile changes on watch (dis)connection +- Filter *.pbw files while listing local apps from Downloads +- Option to remove app from local list + * Sun Apr 19 2015 Tomasz Sterna <tomek@xiaoka.com> 1.0 - Restart pebbled.service in RPM post install - Checking for latest firmware version diff --git a/rpm/pebble.spec b/rpm/pebble.spec index 790e11d..395b441 100644 --- a/rpm/pebble.spec +++ b/rpm/pebble.spec @@ -13,7 +13,7 @@ Name: pebble %{!?qtc_make:%define qtc_make make} %{?qtc_builddir:%define _builddir %qtc_builddir} Summary: Support for Pebble watch in SailfishOS -Version: 1.0 +Version: 1.1 Release: 1 Group: Qt/Qt License: GPL3 diff --git a/rpm/pebble.yaml b/rpm/pebble.yaml index 8184281..4b9ebac 100644 --- a/rpm/pebble.yaml +++ b/rpm/pebble.yaml @@ -1,6 +1,6 @@ Name: pebble Summary: Support for Pebble watch in SailfishOS -Version: 1.0 +Version: 1.1 Release: 1 Group: Qt/Qt URL: http://getpebble.com/ |
