Dependency info

This commit is contained in:
okvdai
2023-07-07 18:41:31 +02:00
parent 11ae2bac90
commit 48c415c9ba
2 changed files with 6 additions and 4 deletions
+3 -1
View File
@@ -73,11 +73,13 @@ Found a bug? Make an issue on GitHub [here.](https://github.com/ToneAPI/pulse/is
- Kills by Gamemode - piechart showing all kills (in percent) on chosen map by gamemode. - Kills by Gamemode - piechart showing all kills (in percent) on chosen map by gamemode.
</details> </details>
## DISCLAIMER ## DISCLAIMERS
The Tone API is NOT used by every server, view a list of supported servers [here.](https://tone.sleepycat.date/v2/client/servers) The Tone API is NOT used by every server, view a list of supported servers [here.](https://tone.sleepycat.date/v2/client/servers)
**pulse** is very much a W.I.P as of right now, features may be missing/nonfunctional. **pulse** is very much a W.I.P as of right now, features may be missing/nonfunctional.
As of v2.1.0, **pulse** requires [loeb](https://github.com/okvdai/loeb)
## CHANGELOG ## CHANGELOG
<details> <details>
+1 -1
View File
@@ -3,5 +3,5 @@
"description": "Adds stats (collected by the Tone API) back to the Stats tab.", "description": "Adds stats (collected by the Tone API) back to the Stats tab.",
"version_number": "2.0.0", "version_number": "2.0.0",
"website_url": "https://github.com/ToneAPI/pulse", "website_url": "https://github.com/ToneAPI/pulse",
"dependencies": [] "dependencies": ["Okudai-loeb-1.0.0"]
} }