diff --git a/README.md b/README.md index a26d789..8c7bfb8 100644 --- a/README.md +++ b/README.md @@ -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.| | Pilot melee kills |Shows only melee kills 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: | 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. -## 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) **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
pulse v2.0.0 "Demeter" - + - Switched to Thunderstore template on the GitHub site for easier development. - General code rewrite - lots of improvements for easier development. Rewrite includes: - common code file, for better code readability and ease of development, diff --git a/manifest.json b/manifest.json index 83c562f..d01615b 100644 --- a/manifest.json +++ b/manifest.json @@ -3,5 +3,5 @@ "description": "Adds stats (collected by the Tone API) back to the Stats tab.", "version_number": "2.0.0", "website_url": "https://github.com/ToneAPI/pulse", - "dependencies": [] + "dependencies": ["Okudai-loeb-1.0.0"] }