Skip to content

Commit

Permalink
3.10.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Bentroen committed Jul 27, 2022
1 parent d39e799 commit 02663dc
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions 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.
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit 02663dc

Please sign in to comment.