From aee8c916700a6a3fc9bb570b2c2c4e7da5ff3479 Mon Sep 17 00:00:00 2001 From: okvdai <108829133+okvdai@users.noreply.github.com> Date: Thu, 8 Jun 2023 15:06:19 +0200 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 28d57de..de3a197 100644 --- a/README.md +++ b/README.md @@ -78,3 +78,16 @@ Found a bug? Make an issue on GitHub [here.](https://github.com/ToneAPI/pulse/is 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. + +## 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, + - new parser, allowing for better expandability and faster data processing (and much simpler implementation, unlike the hellspawn that was the previous `getFromToneAPI` function), + - new request function, more compact and simple than previous iterations, + - other functions that simplify the code and make it easier to read / develop +