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-16 01:28:48 +0400
committerbahbka <bahbka@gmail.com>2014-07-16 01:28:48 +0400
commit68583f18ef367c21201bd8c2ed4ef693b72c37eb (patch)
tree020764da996bc8d7f385d8d2e5bced521f822710
parent44a783b77111ab0b2a4ad6c019ed608cf81f4a37 (diff)
Version bump, updated binary.
-rw-r--r--README.md7
-rw-r--r--appinfo.json4
-rw-r--r--resources/configuration.html2
-rw-r--r--stuff/pebble-my-data.pbwbin31877 -> 32405 bytes
4 files changed, 10 insertions, 3 deletions
diff --git a/README.md b/README.md
index 2c593bf..42ff540 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,13 @@ Inspired by [Pebble Cards](http://keanulee.com/pebblecards).
## Changelog
+### 2.3.3
+- Extract fields from any level of JSON (useful with [KimonoLabs API](https://www.kimonolabs.com))
+ Multiple content fields will be concatenated with '\n\n'
+ Other fields will be converted to integer, first copy will be used
+- Don't schedule update if another one already in progress
+- Keeps update type on retries when update failed
+
### 2.3.2
- Update with shake function (append shake=1 GET param while update, configurable)
- Changed scroll param behavior, now used to define scroll offset as percentage
diff --git a/appinfo.json b/appinfo.json
index 361b7a1..0e7eed2 100644
--- a/appinfo.json
+++ b/appinfo.json
@@ -3,8 +3,8 @@
"shortName": "My Data",
"longName": "My Data",
"companyName": "bahbka",
- "versionCode": 232,
- "versionLabel": "2.3.2",
+ "versionCode": 233,
+ "versionLabel": "2.3.3",
"watchapp": {
"watchface": false
},
diff --git a/resources/configuration.html b/resources/configuration.html
index dd72c6b..6adb9bb 100644
--- a/resources/configuration.html
+++ b/resources/configuration.html
@@ -63,7 +63,7 @@ vim: sw=2 ts=2 expandtab ai
</head>
<body onload="put_config();">
<h1>My Data</h1>
- <small>v2.3.2, by bahbka</small>
+ <small>v2.3.3, by bahbka</small>
<hr size="1" />
<form action="javascript: get_config();" id="config_form">
diff --git a/stuff/pebble-my-data.pbw b/stuff/pebble-my-data.pbw
index 487883c..f8dee0a 100644
--- a/stuff/pebble-my-data.pbw
+++ b/stuff/pebble-my-data.pbw
Binary files differ