File tree 3 files changed +29
-3
lines changed
3 files changed +29
-3
lines changed Original file line number Diff line number Diff line change
1
+ Changes in v3.11.0 Release Candidate 1 (2024.12.04):
2
+
3
+ Additions
4
+
5
+ * Added a 'Loop end tick' option in the song properties.
6
+ * Setting it to a tick greater than the song length will add a silent note at that
7
+ tick to move the loop point further.
8
+
9
+ * The MIDI import instrument mappings have been tweaked to be more accurate
10
+ to General MIDI (GM) instruments.
11
+
12
+ Bugfixes and improvements:
13
+
14
+ * Fixed layer buttons triggering inconsistently when dragging from bottom to top.
15
+ * Fixed window animations not working after opening the 'Import sounds' window.
16
+ * Fixed uninstall function of exported data packs not loading correctly.
17
+ * Updated the NBS icon to a flat version. The previous icon can still be used with
18
+ the 'Old icon' setting.
19
+ * Changed all instances of 'Minecraft Note Block Studio' and 'Open Note Block
20
+ Studio' to Note Block Studio, as part of an ongoing rebrand.
21
+ * Replaced the icon for the 'Browse songs' button in the greeting window with
22
+ the Note Block World website icon.
23
+ * Improved wording across various places.
24
+
25
+
26
+
1
27
Changes in v3.11.0 Beta 5 (2024.12.02):
2
28
3
29
Additions:
Original file line number Diff line number Diff line change 1
1
function macros () {
2
2
#macro gm_runtime_version " 2022.6.1.40"
3
- #macro version_date " 2024.12.02 "
4
- #macro version " 3.11.0-beta.5 "
3
+ #macro version_date " 2024.12.04 "
4
+ #macro version " 3.11.0-rc.1 "
5
5
#macro is_prerelease 1 // remember to change to 0 in the release!
6
6
#macro nbs_version 5
7
7
#macro pat_version 1
You can’t perform that action at this time.
0 commit comments