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",