Skip to content

Commit

Permalink
Release 3.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
HielkeMaps committed Mar 21, 2019
1 parent 7ad9007 commit 98c2053
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion options/windows/options_windows.yy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion scripts/draw_window_update/draw_window_update.gml
Original file line number Diff line number Diff line change
Expand Up @@ -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.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.8 (2019.03.21):\n* Fixed a glitch with layer names.\n* Fixed a glitch with compatibility indicator.\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"
Expand Down
4 changes: 2 additions & 2 deletions scripts/macros/macros.gml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#macro gm_runtime_version "2.1.5.246"
#macro version_date "2019.03.13"
#macro version "3.3.7"
#macro version_date "2019.03.21"
#macro version "3.3.8"

#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"
Expand Down

0 comments on commit 98c2053

Please sign in to comment.