Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/pebble-my-data.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbahbka <bahbka@gmail.com>2014-07-08 10:41:32 +0400
committerbahbka <bahbka@gmail.com>2014-07-08 10:41:32 +0400
commitb8e3d14bc07e88c7d33712b90f4050970104139d (patch)
tree82b2f347a549796400429b326b6ea921a6729d09
parentd51abbc5e03637d15760074a8612ee8d3cfac82f (diff)
Updated README for 2.1.2
-rw-r--r--README.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/README.md b/README.md
index b260aa2..1af03a0 100644
--- a/README.md
+++ b/README.md
@@ -13,8 +13,10 @@ Inspired by [Pebble Cards](http://keanulee.com/pebblecards).
* Fetch JSON from custom URL, specified in settings
* No companion app required, using PebbleKit JS
* Force update with select button
-* Append short=1 or long=1 GET param on short/long select button update
+* Append select=1/select=2 GET param on short/long select button update
+* Ability to change up/down buttons behavior from JSON (scrolling or up=1|2,down=1|2 params)
* Append coordinates to URL (configurable)
+* Append HTTP request header Pebble-Token (unique to device/app pair), can be used for server-side device identification
* Scrollable data area
* Custom update interval, specified in JSON
* Vibrate on update if specified in JSON
@@ -29,6 +31,11 @@ Inspired by [Pebble Cards](http://keanulee.com/pebblecards).
## Changelog
+### 2.1.2
+- Ability to change up/down buttons behavior from JSON (scrolling or up=1|2,down=1|2 params)
+- Added HTTP request header Pebble-Token (unique to device/app pair), can be used for server-side device identification
+- **WARNING:** Changed short=1/long=1 params to select=1/select=2 (sorry for this)
+
### 2.0.3
- Append coordinates to URL (configurable)
@@ -43,7 +50,7 @@ Inspired by [Pebble Cards](http://keanulee.com/pebblecards).
### 1.1.0
-- Append short=1 or long=1 GET param to URL on short/long select button update
+- Append short=1 or long=1 GET param to URL on short/long select button update (changed to select=1/select=2 in 2.1.2)
### 1.0.0