From 71224df9566116b9973991a524969b1f25252f5e Mon Sep 17 00:00:00 2001 From: Hielke Date: Wed, 13 Mar 2019 17:22:10 +0100 Subject: [PATCH] v3.3.7 --- options/windows/options_windows.yy | 2 +- scripts/draw_window_update/draw_window_update.gml | 3 ++- scripts/macros/macros.gml | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/options/windows/options_windows.yy b/options/windows/options_windows.yy index 0dd315d88..dbfe78834 100644 --- a/options/windows/options_windows.yy +++ b/options/windows/options_windows.yy @@ -29,7 +29,7 @@ "option_windows_texture_page": "2048x2048", "option_windows_use_splash": false, "option_windows_version": { - "build": 6, + "build": 7, "major": 3, "minor": 3, "revision": 0 diff --git a/scripts/draw_window_update/draw_window_update.gml b/scripts/draw_window_update/draw_window_update.gml index a36f02762..058f85c7d 100644 --- a/scripts/draw_window_update/draw_window_update.gml +++ b/scripts/draw_window_update/draw_window_update.gml @@ -8,7 +8,8 @@ if (window = w_update) draw_text(x1 + 8, y1 + 8, "Update") else draw_text(x1 + 8, y1 + 8, "Changelist") draw_set_font(fnt_main) if (window = w_update) draw_text(x1 + 32, y1 + 32, "Thank you for upgrading to version " + version + "!") -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" +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" +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" fullstr += "Changes in v3.3.5 (2019.01.20):\n* Added option to export song as datapack. File -> Export as Datapack\n\n" fullstr += "Changes in v3.3.4 (2018.02.01):\n* Fixed a crash when importing certain MIDI files.\n\n" fullstr += "Changes in v3.3.3 (2017.06.10):\n* Stability fixes.\n\n" diff --git a/scripts/macros/macros.gml b/scripts/macros/macros.gml index b2d3562d6..d905ba486 100644 --- a/scripts/macros/macros.gml +++ b/scripts/macros/macros.gml @@ -1,6 +1,6 @@ #macro gm_runtime_version "2.1.5.246" -#macro version_date "2019.03.02" -#macro version "3.3.6" +#macro version_date "2019.03.13" +#macro version "3.3.7" #macro link_download "https://github.com/HielkeMinecraft/OpenNoteBlockStudio/releases/latest" #macro link_topic "https://www.minecraftforum.net/forums/mapping-and-modding-java-edition/minecraft-tools/2945101-open-minecraft-note-block-studio"