From 457a395617c08c6a04a5b1eb60a8d0fc36ff1f85 Mon Sep 17 00:00:00 2001 From: Le~Kat Date: Thu, 9 Feb 2023 19:28:29 -0500 Subject: [PATCH] added a one-line changelog, and filled out the metadata.json file --- apps/multidice/ChangeLog | 1 + apps/multidice/metadata.json | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 apps/multidice/ChangeLog create mode 100644 apps/multidice/metadata.json diff --git a/apps/multidice/ChangeLog b/apps/multidice/ChangeLog new file mode 100644 index 000000000..1c7728b3d --- /dev/null +++ b/apps/multidice/ChangeLog @@ -0,0 +1 @@ +0.90: got most of the features done, lacking some polish and real-hardware testing diff --git a/apps/multidice/metadata.json b/apps/multidice/metadata.json new file mode 100644 index 000000000..b42c2ba16 --- /dev/null +++ b/apps/multidice/metadata.json @@ -0,0 +1,14 @@ +{ "id": "multidice", + "name": "multiple dice roller", + "shortName":"multidice", + "version":"0.90", + "description": "roll anywhere from 1-6 dice at the same time, and display stats like the highest & lowest roll, the total sum of the dice, and the average of all dice", + "icon": "app.png", + "tags": "", + "supports" : ["BANGLEJS2"], + "readme": "README.md", + "storage": [ + {"name":"multidice.app.js","url":"app.js"}, + {"name":"multidice.img","url":"app-icon.js","evaluate":true} + ] +}