Skip to content

Commit a149126

Browse files
committed
Update changelog and version date
1 parent d6665c7 commit a149126

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/draw_window_update/draw_window_update.gml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ else draw_text(x1 + 8, y1 + 8, "Changelist")
99
draw_set_font(fnt_main)
1010
if (window = w_update) draw_text(x1 + 32, y1 + 32, "Thank you for upgrading to version " + version + "!")
1111
fullstr = ""
12-
fullstr += "Changes in v3.7.0 (2019.10.XX):\n* Added a cool demo song to showcase the new features in 3.7.0!\n* Fixed crash on opening after updating.\n* Added the ability to export songs in previous NBS format versions\nvia the Save Options window.\n* Note Block Studio will now refuse to load NBS versions made in the future.\n* Added a metronome.\n* NBS Format updated to version 4.\n* Added Patterns. You can export note block data as a pattern, and import it\ninto whatever song you wish.\n* Datapack loop points now apply to the whole song.\n* Note block songs now save song looping.\n* Added a Bars/Beats/Sixteenths display.\n* Added lines that mark each bar in a song.\n* Added a note detuning option to selections.\n* Added Macros:\n(Accessible by right-clicking a selection, or from the new macro bar) \n * Tremolo, \n * Stereo, \n * Arpeggio, \n * Portamento, \n * Vibrato, \n * Stagger, \n * Chorus, \n * Volume LFO, \n * Fade In, \n * Fade Out, \n * Replace Key, \n * Set Velocity, \n * Set Panning.\n* Prevented stereo changes from affecting tempo.\n* Added metronome function.\n* Fixed crash in MP3 and datapack export.\n* Added layer management functions (Shift layers up and down, insert, delete).\n* Added a secret clipboard editor for power users.\n* (Slightly) Improved MIDI import, and made it support note velocity.\n* Note blocks now have their own velocity, panning, and fine pitch values.\n* Datapacks can now export notes outside the octave range by providing\na resouce pack.\n* Can now export datapacks as zip files.\n* Songs can now be exported at any tempo into Minecraft, via datapacks.\n* Fixed memory leak from audio emitters piling up.\n\n"
12+
fullstr += "Changes in v3.7.0 (2019.12.31):\n* Added a cool demo song to showcase the new features in 3.7.0!\n* It's now possible to set velocity, panning and detune on each individual note.\n* Added a metronome.\n * Added an option to display tempo as BPM rather than t/s.\n* Added Patterns. You can export note block data as a pattern, and import it\ninto whatever song you wish.\n* Note block songs now save song looping.\n* Added a bars/beats/sixteenths display.\n* Added lines that mark each bar in a song.\n* Added an option to choose if looping should wait for the end of the bar.\n* Added an option to show or hide layer boxes.\n* Added four edit modes, which allow you to change different properties of\nnotes (key/velocity/panning/pitch).\n* Holding Shift while scrolling over a note will change a whole octave, or\nfine-tune its velocity/panning/pitch.\n* Added Macros:\n(Accessible by right-clicking a selection, or from the new macro bar)\n * Tremolo\n * Stereo\n * Arpeggio\n * Portamento\n * Vibrato\n * Stagger\n * Chorus\n * Volume LFO\n * Fade in\n * Fade out\n * Replace key\n * Set velocity\n * Set panning\n * Set pitch\n* Added branch export, a new layout for exporting as schematics.\n* Added a metronome function.\n* Added layer management buttons (shift layers up and down, insert, delete).\n* Added a secret clipboard editor for power users.\n* (Slightly) Improved MIDI import, and made it support note velocity.\n* Improved data pack performance; impact on tick rate should be negligible.\n* Data packs can now export notes outside the octave range by providing\na resource pack.\n* Data packs can now be exported as ZIP.\n* Data packs now allow any tempo to be imported into Minecraft.\n* It's now possible to set a custom namespace and path for data pack functions.\n* Added six types of visualizers to data packs.\n* Double-clicking a NBS file will now open the song.\n* Added the ability to export songs in previous NBS format versions\nvia the Save Options window.\n* Note Block Studio will now refuse to load NBS versions made in the future.\n* NBS format updated to version 4.\n* Improved contrast of layer icons in dark theme.\n* Prevented dragging layer stereo from changing the song tempo.\n* Fixed 'Keys to show' resetting to 20 when enabling the piano.\n* Fixed crash in MP3 and data pack export.\n* Fixed crash on opening after updating.\n* Fixed memory leak from audio emitters piling up.\n\n"
1313
fullstr += "Changes in v3.6.0 (2019.08.08):\n* Added MP3 export option to select whether you want to include\n locked layers.\n* Added loop button to loop the current song.\n* Readded colored note blocks, added option for the shaped ones.\n* Added option to toggle piano visibility.\n* Updated icon.\n* NBS format updated to version 3. Now stores song length again.\n* Fixed an issue where there was an unintended gradient over sprites.\n* Fixed typo in preferences.\n* Fixed instrument icons being blank.\n* Fixed preferences not saving.\n\n"
1414
fullstr += "Changes in v3.5.1 (2019.07.14):\n* Fixed MIDI Import crash\n\n"
1515
fullstr += "Changes in v3.5.0 (2019.07.11):\n* Added Stereo.\n* Stereo added to Datapack Export.\n* Improved MIDI import, again.\n* Added settings to enhance performance.\n *Added new sprites for note blocks.\n\n"

scripts/macros/macros.gml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#macro gm_runtime_version "2.2.3.344"
2-
#macro version_date "2019.10.XX"
2+
#macro version_date "2019.12.31"
33
#macro version "3.7.0"
44
#macro nbs_version 4
55
#macro pat_version 1

0 commit comments

Comments
 (0)