Skip to content

Commit 4860fd8

Browse files
committed
chore: update changelog
1 parent ae26677 commit 4860fd8

File tree

1 file changed

+76
-0
lines changed

1 file changed

+76
-0
lines changed

datafiles/Data/changelog.txt

+76
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,79 @@
1+
Changes in v3.11.0 Beta 5 (2024.12.02):
2+
3+
Additions:
4+
5+
* The behavior for clicking layer buttons has been changed:
6+
* Multiple buttons can now be pressed consecutively by holding the left mouse
7+
button and dragging the mouse over them.
8+
* This should make it much easier to add, remove, select, lock and solo multiple
9+
layers!
10+
11+
* Holding Ctrl is no longer necessary to select multiple layers.
12+
13+
* Selected layers can now be deselected by pressing the 'Select all blocks in this
14+
layer' button a second time.
15+
16+
* Removed the 'Loop to bar end' option.
17+
* This option was misleading in that it 'masked' the true loop point of the song,
18+
which is after the last tick, causing playback behavior to vary across different
19+
NBS installations.
20+
* To make sure your songs loop at the right point, add a note block with velocity
21+
0 at the last tick before the looping point.
22+
* This setting may be re-added in the future as a property stored in each song file.
23+
24+
* Added an entry in the File menu for restoring unsaved files.
25+
26+
* If present, song author and original author are now displayed in the main view
27+
for the Player Mode.
28+
29+
Bugfixes and improvements:
30+
31+
* Fixed songs not loading when opened via Explorer or by dragging and dropping.
32+
* Fixed backup file for packed songs being saved with the .zip extension, despite
33+
them being .nbs files.
34+
* Lag compensation is now cancelled if too much time has elapsed (for example,
35+
when moving the window around). Playback will resume from the previous
36+
point instead of skipping a large section.
37+
* Lag compensation is now applied to more timers, which should be more
38+
accurate:
39+
* Auto-save and backup saving timers;
40+
* Flash animation when editing piano keyboard shortcuts;
41+
* Time tracker for minutes spent in a song;
42+
* Scrollbar appear animation for fullscreen mode.
43+
* Ticks behind the playback marker will no longer play when dragging it around.
44+
* Silent notes have been added at the end of the demo songs to make sure they
45+
loop at the proper point.
46+
* Songs opened via the nbs:// URL protocol have the file extension removed from
47+
their display name.
48+
* Fixed pointer cursor not appearing when hovering keys at the edges of the
49+
piano in Player Mode.
50+
* Fixed the Player Mode playback progress bar going past its intended length at
51+
the end of a song.
52+
* Fixed blurry appearance of the Player Mode's central area with odd window
53+
dimensions.
54+
* Fixed dropdown menu for MIDI devices not displaying text properly in the
55+
English language.
56+
* Fixed incorrect entries for the bass drum sounds in the sounds.json file for the
57+
extra notes resource pack.
58+
* Fixed the Stereo macro being referred to as 'delay' in the tooltip for the
59+
'Reversed' checkbox.
60+
* Fixed a crash when playing an instrument that was assigned to a MIDI device.
61+
* Fixed swapped arrows for the instrument selection box when using
62+
high-resolution textures.
63+
* Fixed original author not displaying in the accent color in the song stats window
64+
when using the Fluent theme.
65+
* Added a debug launch option to get additional logs for bug reporting.
66+
* Updated the asset index version names for Minecraft: Java Edition 1.21.2 and
67+
1.21.4 (18 and 19).
68+
* Removed the 'experimental' label from the max. frame rate setting.
69+
70+
Hidden changes:
71+
72+
* Tempo can no longer be set to under 0.25 ticks per second with tempo changers.
73+
* Added tempo change indicators to the timeline.
74+
75+
76+
177
Changes in v3.11.0 Beta 4 (2024.11.28):
278

379
* Fixed note panning taking the value of velocity when loading a song.

0 commit comments

Comments
 (0)