File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 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+
110Changes 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-
243251Changes in v3.3.7 (2019.03.13):
244252* Changed fonts.
245253* Added support for cyrillic characters.
Original file line number Diff line number Diff line change 11function 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
You can’t perform that action at this time.
0 commit comments