We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cff3b2 commit f9ca616Copy full SHA for f9ca616
datafiles/Data/changelog.txt
@@ -1,4 +1,4 @@
1
-Changes in v3.9.0 (2021.09.16):
+Changes in v3.9.0 (2021.09.25):
2
* Added Discord Rich Presence. Show the world what you are working on!
3
Your current song and note count will appear on your Discord status activity
4
for everyone to see.
scripts/macros/macros.gml
@@ -1,8 +1,8 @@
function macros() {
-#macro gm_runtime_version "2.3.3.437"
-#macro version_date "2021.09.16"
+#macro gm_runtime_version "2.3.3.443"
+#macro version_date "2021.09.25"
#macro version "3.9.0"
5
-#macro snapshot 1 // remember to change to 0 in the release!
+#macro snapshot 0 // remember to change to 0 in the release!
6
#macro nbs_version 5
7
#macro pat_version 1
8
0 commit comments