diff --git a/datafiles/Data/changelog.txt b/datafiles/Data/changelog.txt index 0bdd638d..39ddb23a 100644 --- a/datafiles/Data/changelog.txt +++ b/datafiles/Data/changelog.txt @@ -1,3 +1,29 @@ +Changes in v3.11.0 Release Candidate 1 (2024.12.04): + +Additions + +* Added a 'Loop end tick' option in the song properties. + * Setting it to a tick greater than the song length will add a silent note at that + tick to move the loop point further. + +* The MIDI import instrument mappings have been tweaked to be more accurate + to General MIDI (GM) instruments. + +Bugfixes and improvements: + +* Fixed layer buttons triggering inconsistently when dragging from bottom to top. +* Fixed window animations not working after opening the 'Import sounds' window. +* Fixed uninstall function of exported data packs not loading correctly. +* Updated the NBS icon to a flat version. The previous icon can still be used with + the 'Old icon' setting. +* Changed all instances of 'Minecraft Note Block Studio' and 'Open Note Block + Studio' to Note Block Studio, as part of an ongoing rebrand. +* Replaced the icon for the 'Browse songs' button in the greeting window with + the Note Block World website icon. +* Improved wording across various places. + + + Changes in v3.11.0 Beta 5 (2024.12.02): Additions: diff --git a/options/windows/options_windows.yy b/options/windows/options_windows.yy index f5590916..c891172f 100644 --- a/options/windows/options_windows.yy +++ b/options/windows/options_windows.yy @@ -1,7 +1,7 @@ { "option_windows_display_name": "Minecraft Note Block Studio", "option_windows_executable_name": "Minecraft Note Block Studio", - "option_windows_version": "3.11.0.5", + "option_windows_version": "3.11.0.6", "option_windows_company_info": "OpenNBS", "option_windows_product_info": "Minecraft Note Block Studio", "option_windows_copyright_info": "Copyright (c) 2024 OpenNBS", diff --git a/scripts/macros/macros.gml b/scripts/macros/macros.gml index 167d4f2f..b0fee3bb 100644 --- a/scripts/macros/macros.gml +++ b/scripts/macros/macros.gml @@ -1,7 +1,7 @@ function macros() { #macro gm_runtime_version "2022.6.1.40" -#macro version_date "2024.12.02" -#macro version "3.11.0-beta.5" +#macro version_date "2024.12.04" +#macro version "3.11.0-rc.1" #macro is_prerelease 1 // remember to change to 0 in the release! #macro nbs_version 5 #macro pat_version 1