Skip to content

Commit

Permalink
3.11.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bentroen committed Dec 4, 2024
1 parent 88f1a01 commit f762e36
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
26 changes: 26 additions & 0 deletions datafiles/Data/changelog.txt
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion options/windows/options_windows.yy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions scripts/macros/macros.gml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f762e36

Please sign in to comment.