Skip to content

Commit ba9934f

Browse files
committed
Release 3.4.0
1 parent 66de236 commit ba9934f

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

options/windows/options_windows.yy

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/draw_window_update/draw_window_update.gml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ if (window = w_update) draw_text(x1 + 8, y1 + 8, "Update")
88
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 + "!")
11-
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"
11+
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"
12+
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"
1213
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"
1314
fullstr += "Changes in v3.3.6 (2019.03.02):\n* Added new note block sounds: Iron Xylophone, Cow Bell, Didgeridoo,\n Bit, Banjo and Pling.\n* Updated icon.\n* Updated note block texture\n\n"
1415
fullstr += "Changes in v3.3.5 (2019.01.20):\n* Added option to export song as datapack. File -> Export as Datapack\n\n"

scripts/macros/macros.gml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#macro gm_runtime_version "2.1.5.246"
2-
#macro version_date "2019.03.21"
3-
#macro version "3.3.8"
2+
#macro version_date "2019.05.11"
3+
#macro version "3.4.0"
44
#macro nbt_version 1
55

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

0 commit comments

Comments
 (0)