From 02663dcae5bf6ec301832efa0152df0192eb764e Mon Sep 17 00:00:00 2001 From: Bentroen Date: Wed, 27 Jul 2022 18:47:51 -0300 Subject: [PATCH] 3.10.0-beta.3 --- datafiles/Data/changelog.txt | 20 ++++++++++++++++++++ scripts/macros/macros.gml | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/datafiles/Data/changelog.txt b/datafiles/Data/changelog.txt index 4e2d8c40f..6b182ec3e 100644 --- a/datafiles/Data/changelog.txt +++ b/datafiles/Data/changelog.txt @@ -1,3 +1,23 @@ +Changes in v3.10.0-beta.3 (2022.07.27) +- Added a setting to show flat symbols (b) instead of sharp symbols (#) on + the piano. +- Added a track export to create schematics in a straight line. +- Added Ctrl + middle-click to copy note velocity, panning and pitch values. +- Added custom block selections for structure block export. +- Added a command block option to schematic export. +- Added an outline effect when deleting selected blocks. +- Added the ability to drag and drop pattern files into the window. +- Bugfixes and improvements: + - Fixed pitch of custom instruments not working correctly in the audio export. + - Fixed issues when audio exporting NBS files with non-English characters. + - Removed OGG export (temporarily). + - Removed MP3 reference from audio export sprites. + - The cursor no longer flashes when hovering the mouse near the edges of + the window. + - This is the first version compiled with YYC, which should give a significant + performance boost. + - Fixed crashes under various circumstances. + Changes in v3.10.0-beta.2 (2022.04.05): * The MP3 export was renamed to 'Audio export'. * Added more output formats: MP3, WAV, OGG, AIFF, FLAC. diff --git a/scripts/macros/macros.gml b/scripts/macros/macros.gml index d3f616869..782b26b9f 100644 --- a/scripts/macros/macros.gml +++ b/scripts/macros/macros.gml @@ -1,6 +1,6 @@ function macros() { #macro gm_runtime_version "2022.6.0.23" -#macro version_date "2022.07.16" +#macro version_date "2022.07.27" #macro version "3.10.0-beta.3" #macro is_prerelease 1 // remember to change to 0 in the release! #macro nbs_version 5