From 5d2427dff27d4e61335554585ae58cac61e82f16 Mon Sep 17 00:00:00 2001 From: Sean Lynch Date: Fri, 7 Jun 2024 14:36:16 -0700 Subject: [PATCH] cleanup for PR --- apps/burn/ChangeLog | 3 ++- apps/burn/README.md | 5 +++-- apps/burn/metadata.json | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/apps/burn/ChangeLog b/apps/burn/ChangeLog index bfa77f389..5551398c0 100644 --- a/apps/burn/ChangeLog +++ b/apps/burn/ChangeLog @@ -1,4 +1,5 @@ 0.01: New App! 0.02: Added README.md 0.03: Icon update -0.04: Icon Fix \ No newline at end of file +0.04: Icon Fix +0.05: Misc cleanup for PR \ No newline at end of file diff --git a/apps/burn/README.md b/apps/burn/README.md index 5a32609ba..44f1e260f 100644 --- a/apps/burn/README.md +++ b/apps/burn/README.md @@ -1,10 +1,11 @@ # Burn: Calorie Counter -Burn is a calorie counter application for Bangle.js (Espruino). It is based on the original Counter app and has been enhanced with additional features. +Burn is a simple calorie counter application. It is based on the original Counter app and has been enhanced with additional features (I recommend using +it with the "Digital Clock Widget", if you intend to keep it running). ## Features -- **Persistent counter**: The counter value is saved to a file, so it persists even when the app is closed or the device is restarted. +- **Persistent counter**: The counter value is saved to flash, so it persists even when the app is closed or the device is restarted. - **Daily reset**: The counter resets each day, allowing you to track your calorie intake on a daily basis. - **Adjustable increment value**: You can adjust the increment value to suit your needs. diff --git a/apps/burn/metadata.json b/apps/burn/metadata.json index d33c47474..82967794f 100644 --- a/apps/burn/metadata.json +++ b/apps/burn/metadata.json @@ -1,8 +1,8 @@ { "id": "burn", "name": "Burn", - "version": "0.04", - "description": "Simple Calorie Counter -- saves to flash (kcal.txt) and resets at midnight", + "version": "0.05", + "description": "Simple Calorie Counter -- saves to flash and resets at midnight. I often keep mine running while the digital clock widget is at the top", "icon": "burn_icon.png", "tags": "tool", "readme":"README.md",