* Update README.md

* Add global K/D calculation

* Display current and latest version in terminal #18
This commit is contained in:
okvdai
2023-05-03 18:25:19 +02:00
committed by GitHub
parent fb6963f86e
commit 586fa32b69
6 changed files with 93 additions and 14 deletions
+17 -1
View File
@@ -1,12 +1,28 @@
{
"Name": "ToneAPI.pulse",
"Description": "Displays Tone API kill data in the Stats tab.",
"Version": "1.2.0",
"Version": "1.2.1",
"LoadPriority": 1,
"ConVars": [
{
"Name": "ToneURL",
"DefaultValue": "https://tone.sleepycat.date/v2/client"
},
{
"Name": "VersionURL",
"DefaultValue": "https://raw.githubusercontent.com/ToneAPI/pulse/main/version.json"
},
{
"Name": "MajorVersion",
"DefaultValue": "1"
},
{
"Name": "MinorVersion",
"DefaultValue": "2"
},
{
"Name": "PatchVersion",
"DefaultValue": "1"
}
],
"Scripts": [