Updated changelog

master
David Peer 2021-12-17 16:27:36 +01:00
parent e09baafafa
commit 2d192f486d
4 changed files with 7 additions and 7 deletions

View File

@ -4486,7 +4486,7 @@
"name": "LCARS Clock", "name": "LCARS Clock",
"shortName":"LCARS", "shortName":"LCARS",
"icon": "lcars.png", "icon": "lcars.png",
"version":"0.06", "version":"0.07",
"readme": "README.md", "readme": "README.md",
"supports": ["BANGLEJS2"], "supports": ["BANGLEJS2"],
"description": "Library Computer Access Retrieval System (LCARS) clock.", "description": "Library Computer Access Retrieval System (LCARS) clock.",

View File

@ -3,4 +3,5 @@
0.03: New design with different icons if gps, hrm or compass is on. 0.03: New design with different icons if gps, hrm or compass is on.
0.04: Inluded LCARS Logo. 0.04: Inluded LCARS Logo.
0.05: Additional icons for (1) charging and (2) bat < 30%. 0.05: Additional icons for (1) charging and (2) bat < 30%.
0.06: Fix - Alarm disabled, if clock was closed 0.06: Fix - Alarm disabled, if clock was closed.
0.07: Added settings to adjust data that is shown for each row.

View File

@ -5,10 +5,9 @@ Note: To display the steps, its necessary to install
the [Pedometer widget](https://banglejs.com/apps/#pedometer%20widget). the [Pedometer widget](https://banglejs.com/apps/#pedometer%20widget).
## Features ## Features
* Shows the time * LCARS Style watch face
* Shows the date * Shows satate (charging, out of battery etc.)
* Shows the current battery level in % * SHows data that can be configured (steps, HRM, temperature etc.)
* Shows the number of daily steps
* Swipe left/right to activate an alarm * Swipe left/right to activate an alarm
## Icons ## Icons

View File

@ -21,7 +21,7 @@
var data_options = ['Battery', 'Steps', 'Temp.', "HRM"]; var data_options = ['Battery', 'Steps', 'Temp.', "HRM"];
E.showMenu({ E.showMenu({
'': { 'title': 'Rebble Clock' }, '': { 'title': 'LCARS Clock' },
'< Back': back, '< Back': back,
'Row 1': { 'Row 1': {
value: 0 | data_options.indexOf(settings.dataRow1), value: 0 | data_options.indexOf(settings.dataRow1),