From 36c65fc75ab3ae6ae99edc3b2444740261977fff Mon Sep 17 00:00:00 2001 From: Bentroen Date: Tue, 5 Apr 2022 07:15:20 -0300 Subject: [PATCH] 3.10.0-beta.2 --- datafiles/Data/changelog.txt | 9 +++++++++ options/windows/options_windows.yy | 2 +- scripts/macros/macros.gml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/datafiles/Data/changelog.txt b/datafiles/Data/changelog.txt index fd977b39f..4e2d8c40f 100644 --- a/datafiles/Data/changelog.txt +++ b/datafiles/Data/changelog.txt @@ -1,3 +1,12 @@ +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. +* Added an option to choose the sampling rate of the exported track. +* Added an option to choose between mono and stereo. +* The "Include locked layers" option now works again. +* Dramatically decreased memory usage while exporting a song. +* Fixed NBS possibly running out of memory on songs with lots of notes. + Changes in v3.10.0-beta.1 (2022.03.29): * The MP3 export back-end has been reworked from scratch: * Added stereo support! Panning on notes and layers will now be rendered diff --git a/options/windows/options_windows.yy b/options/windows/options_windows.yy index 7aeb93755..292f4f03d 100644 --- a/options/windows/options_windows.yy +++ b/options/windows/options_windows.yy @@ -1,7 +1,7 @@ { "option_windows_display_name": "Minecraft Note Block Studio", "option_windows_executable_name": "Minecraft Note Block Studio", - "option_windows_version": "3.10.0.1", + "option_windows_version": "3.10.0.2", "option_windows_company_info": "https://github.com/HielkeMinecraft/OpenNoteBlockStudio", "option_windows_product_info": "Minecraft Note Block Studio", "option_windows_copyright_info": "Copyright (c) 2021 OpenNBS", diff --git a/scripts/macros/macros.gml b/scripts/macros/macros.gml index d3fb0d844..5f2b00fc1 100644 --- a/scripts/macros/macros.gml +++ b/scripts/macros/macros.gml @@ -1,6 +1,6 @@ function macros() { #macro gm_runtime_version "2022.2.0.487" -#macro version_date "2022.03.31" +#macro version_date "2022.04.05" #macro version "3.10.0-beta.2" #macro is_prerelease 1 // remember to change to 0 in the release! #macro nbs_version 5