Skip to content

Commit 36c65fc

Browse files
committed
3.10.0-beta.2
1 parent 2f5dad9 commit 36c65fc

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

datafiles/Data/changelog.txt

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Changes in v3.10.0-beta.2 (2022.04.05):
2+
* The MP3 export was renamed to 'Audio export'.
3+
* Added more output formats: MP3, WAV, OGG, AIFF, FLAC.
4+
* Added an option to choose the sampling rate of the exported track.
5+
* Added an option to choose between mono and stereo.
6+
* The "Include locked layers" option now works again.
7+
* Dramatically decreased memory usage while exporting a song.
8+
* Fixed NBS possibly running out of memory on songs with lots of notes.
9+
110
Changes in v3.10.0-beta.1 (2022.03.29):
211
* The MP3 export back-end has been reworked from scratch:
312
* Added stereo support! Panning on notes and layers will now be rendered

options/windows/options_windows.yy

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/macros/macros.gml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
function macros() {
22
#macro gm_runtime_version "2022.2.0.487"
3-
#macro version_date "2022.03.31"
3+
#macro version_date "2022.04.05"
44
#macro version "3.10.0-beta.2"
55
#macro is_prerelease 1 // remember to change to 0 in the release!
66
#macro nbs_version 5

0 commit comments

Comments
 (0)