Skip to content

Commit

Permalink
3.10.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Bentroen committed Apr 5, 2022
1 parent 2f5dad9 commit 36c65fc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions datafiles/Data/changelog.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
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.

2 changes: 1 addition & 1 deletion scripts/macros/macros.gml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 36c65fc

Please sign in to comment.