Skip to content

Commit 11ff48d

Browse files
committed
3.8.2
1 parent 6d7b0df commit 11ff48d

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

datafiles/Data/changelog.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Changes in v3.8.2 (2021.01.04):
2+
* Added a warning about version compatibility when exporting a schematic.
3+
* Fixed a crash when trying to export a schematic.
4+
* Fixed settings being saved too often, causing high disk and CPU usage.
5+
* Fixed wrong note block counts in Compatibility and Song stats.
6+
* Fixed red outline on out-of-range blocks being too large.
7+
* Fixed a glitch in the Save options window when using the Aqua theme.
8+
* Fixed a blurry button in Instrument settings.
9+
110
Changes in v3.8.1 (2020.12.31):
211
* Increased max number of custom instruments from 18 to 240.
312
* It's now possible to reorder custom instruments on the instrument settings.
@@ -239,7 +248,6 @@ Changes in v3.3.8 (2019.03.21):
239248
* Fixed a glitch with layer names.
240249
* Fixed a glitch with compatibility indicator.
241250

242-
243251
Changes in v3.3.7 (2019.03.13):
244252
* Changed fonts.
245253
* Added support for cyrillic characters.

scripts/macros/macros.gml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
function macros() {
22
#macro gm_runtime_version "2.2.3.344"
3-
#macro version_date "2020.12.31"
4-
#macro version "3.8.1"
3+
#macro version_date "2021.01.04"
4+
#macro version "3.8.2"
55
#macro nbs_version 5
66
#macro pat_version 1
77

0 commit comments

Comments
 (0)