Skip to content

Commit eb0877e

Browse files
committed
Release 3.6.0
1 parent 03571c5 commit eb0877e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

scripts/draw_window_update/draw_window_update.gml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ 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.5.2 (2019.08.06):\n* NBS format updated to version 3. Now stores song length again\n\n"
12+
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* 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"
1313
fullstr += "Changes in v3.5.1 (2019.07.14):\n* Fixed MIDI Import crash\n\n"
14-
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 New sprites for note blocks in the dark theme.\n\n"
14+
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"
1515
fullstr += "Changes in v3.4.0 (2019.05.11):\n* Added dark theme.\n* Datapack export: added option to let nearby players hear your music too.\n* Improved MIDI import.\n* NBS format now stores its version for future proofing. This means that\n songs made here can't be opened in older versions of Note Block Studio.\n\n"
1616
fullstr += "Changes in v3.3.8 (2019.03.21):\n* Fixed a glitch with layer names.\n* Fixed a glitch with compatibility indicator.\n\n"
1717
fullstr += "Changes in v3.3.7 (2019.03.13):\n* Changed fonts.\n* Added support for cyrillic characters.\n* Updated desktop icon.\n* Fixed crash while checking for updates.\n\n"

scripts/macros/macros.gml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#macro gm_runtime_version "2.1.5.246"
2-
#macro version_date "2019.08.06"
3-
#macro version "3.5.2"
1+
#macro gm_runtime_version "2.2.3.344"
2+
#macro version_date "2019.08.08"
3+
#macro version "3.6.0"
44
#macro nbs_version 3
55

66
#macro link_download "https://github.com/HielkeMinecraft/OpenNoteBlockStudio/releases/latest"

0 commit comments

Comments
 (0)