update on the version info

pull/3490/head
pinq- 2024-07-02 21:44:04 +03:00
parent 368ae251d2
commit 31c08d149f
4 changed files with 5 additions and 3 deletions

View File

@ -4,3 +4,4 @@
Trigger on 1.04g now, and record 10 samples before trigger
0.03: Bangle.js 2 compatibility
0.04: Minor code improvements
0.05: Can record 100hz, z-axis color changed to yellow, autosave to file, no need select, delete old records

View File

@ -2,7 +2,7 @@
"id": "accelrec",
"name": "Acceleration Recorder",
"shortName": "Accel Rec",
"version": "0.05",
"version": "0.06",
"description": "This app puts the Bangle's accelerometer into 100Hz mode and reads 2 seconds worth of data after movement starts. The data can then be exported back to the PC.",
"icon": "app.png",
"tags": "",

View File

@ -6,4 +6,5 @@
0.05: Minor code improvements
0.06: Use the clockbg library to allow custom image backgrounds
0.07: Fix automatic coloring of middle of clockinfo images if clockinfo image goes right to the top or left
0.08: Use new clockinfo lib with function to render images wirh borders
0.08: Use new clockinfo lib with function to render images wirh borders
0.09: Add date on the bottom

View File

@ -2,7 +2,7 @@
"id": "pebblepp",
"name": "Pebble++ Clock",
"shortName": "Pebble++",
"version": "0.08",
"version": "0.09",
"description": "A pebble style clock (based on the 'Pebble Clock' app) but with two configurable ClockInfo items at the top",
"icon": "app.png",
"screenshots": [{"url":"screenshot.png"}],