diff --git a/src/pages/index.html b/src/pages/index.html index fd5f326a..808227e7 100644 --- a/src/pages/index.html +++ b/src/pages/index.html @@ -45,7 +45,7 @@
Loading...
- [ver5.1] + [ver6.0] diff --git a/src/pages/versions.html b/src/pages/versions.html index 5d0a67ae..23fafeff 100644 --- a/src/pages/versions.html +++ b/src/pages/versions.html @@ -209,6 +209,19 @@+ I like breaking things because my code is bad, so woop, version 6.0 is here. There are a lot of changes in this version like changing the + name of some database tables in the background to make more sense, as well as actually restructuring the API routes to not be horribly + structured. In addition to this, some modules this website uses to run have been replaced with more lightweight ones. For the changes + that actually affect the person using the page, there is now a "crazy mode". This mode makes it so that whenever someone that is currently + viewing the page presses a sound on the main page or soundboard while you have this mode enabled the same sound that played for them played + for you -- and this applies to every person clicking. If there were 100 people clicking different buttons, you would hear 100 sounds playing, + thus I dubbed it "crazy mode". There's also a newly documented sounds endpoint to get info on all available sounds (see GitHub repo Wiki) +
+