1
0
Fork 0

added a one-line changelog, and filled out the metadata.json file

master
Le~Kat 2023-02-09 19:28:29 -05:00
parent 32865ce94b
commit 457a395617
2 changed files with 15 additions and 0 deletions

1
apps/multidice/ChangeLog Normal file
View File

@ -0,0 +1 @@
0.90: got most of the features done, lacking some polish and real-hardware testing

View File

@ -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}
]
}