From 31c08d149f088bd99f21e14048487d59d3acfe97 Mon Sep 17 00:00:00 2001 From: pinq- Date: Tue, 2 Jul 2024 21:44:04 +0300 Subject: [PATCH] update on the version info --- apps/accelrec/ChangeLog | 1 + apps/accelrec/metadata.json | 2 +- apps/pebblepp/ChangeLog | 3 ++- apps/pebblepp/metadata.json | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/apps/accelrec/ChangeLog b/apps/accelrec/ChangeLog index 2254ad9ea..eace81e1e 100644 --- a/apps/accelrec/ChangeLog +++ b/apps/accelrec/ChangeLog @@ -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 diff --git a/apps/accelrec/metadata.json b/apps/accelrec/metadata.json index 36d700a19..10a57fcaa 100644 --- a/apps/accelrec/metadata.json +++ b/apps/accelrec/metadata.json @@ -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": "", diff --git a/apps/pebblepp/ChangeLog b/apps/pebblepp/ChangeLog index 552258649..4d81b17d8 100644 --- a/apps/pebblepp/ChangeLog +++ b/apps/pebblepp/ChangeLog @@ -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 \ No newline at end of file +0.08: Use new clockinfo lib with function to render images wirh borders +0.09: Add date on the bottom \ No newline at end of file diff --git a/apps/pebblepp/metadata.json b/apps/pebblepp/metadata.json index 66ce91ee1..eb74fda25 100644 --- a/apps/pebblepp/metadata.json +++ b/apps/pebblepp/metadata.json @@ -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"}],