Skip to content

Commit afc0936

Browse files
committedJul 10, 2024
3.11.0-beta.2
1 parent b788f5a commit afc0936

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
 

‎datafiles/Data/changelog.txt

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Changes in v3.11.0 Beta 2 (2024.07.09):
2+
3+
* Correctly applied the new audio export additions announced in Beta 1.
4+
* Added Chinese translations to the new features from Beta 1.
5+
* The social buttons in the About window no longer use the primary button style.
6+
7+
18
Changes in v3.11.0 Beta 1 (2024.07.09):
29

310
* Added a sound import assistant to help you use sounds from Minecraft: Java

‎options/windows/options_windows.yy

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎scripts/macros/macros.gml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
function macros() {
22
#macro gm_runtime_version "2022.6.1.40"
33
#macro version_date "2024.07.09"
4-
#macro version "3.11.0-beta.1"
4+
#macro version "3.11.0-beta.2"
55
#macro is_prerelease 1 // remember to change to 0 in the release!
66
#macro nbs_version 5
77
#macro pat_version 1

0 commit comments

Comments
 (0)
Please sign in to comment.