Skip to content

Commit 5a16403

Browse files
committed
3.8.3
1 parent db05f4f commit 5a16403

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

datafiles/Data/changelog.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Changes in v3.8.3 (2021.07.23):
2+
* Added a window scale setting, which makes elements on screen larger or
3+
smaller. Useful if you have a high-resolution display or want to see more
4+
stuff at once!
5+
* The default scale value will take your system's display scale into account.
6+
* Added an option to disable the warning when opening an older NBS file.
7+
* Fixed actions in the Edit context menu being incorrect.
8+
19
Changes in v3.8.2 (2021.01.04):
210
* Added a warning about version compatibility when exporting a schematic.
311
* Fixed a crash when trying to export a schematic.

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 "2021.01.04"
4-
#macro version "3.8.2"
3+
#macro version_date "2021.07.23"
4+
#macro version "3.8.3"
55
#macro nbs_version 5
66
#macro pat_version 1
77

0 commit comments

Comments
 (0)