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
+5 -3
View File
@@ -31,7 +31,7 @@ Found a bug? Make an issue on GitHub [here.](https://github.com/ToneAPI/pulse/is
| AI kills |Non-functional, Tone API does not collect AI kill data.| | AI kills |Non-functional, Tone API does not collect AI kill data.|
| Pilot melee kills |Shows only melee kills accumulated by player as Pilot.| | Pilot melee kills |Shows only melee kills accumulated by player as Pilot.|
| Pilot executions |Shows only executions accumulated by player as Pilot.| | Pilot executions |Shows only executions accumulated by player as Pilot.|
- Kills as Titan - shows general kill data for player as Titan, visualised in the table below: - Kills as Titan - shows general kill data for player as Titan, visualised in the table below:
| Name | Description | | Name | Description |
@@ -73,16 +73,18 @@ 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>
<summary> pulse v2.0.0 "Demeter" </summary> <summary> pulse v2.0.0 "Demeter" </summary>
- Switched to Thunderstore template on the GitHub site for easier development. - Switched to Thunderstore template on the GitHub site for easier development.
- General code rewrite - lots of improvements for easier development. Rewrite includes: - General code rewrite - lots of improvements for easier development. Rewrite includes:
- common code file, for better code readability and ease of development, - common code file, for better code readability and ease of development,
+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"]
} }