cleanup for PR

pull/3445/head
Sean Lynch 2024-06-07 14:36:16 -07:00
parent ebc5f5cf5b
commit 5d2427dff2
3 changed files with 7 additions and 5 deletions

View File

@ -2,3 +2,4 @@
0.02: Added README.md
0.03: Icon update
0.04: Icon Fix
0.05: Misc cleanup for PR

View File

@ -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.

View File

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