File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
9
Changes in v3.8.2 (2021.01.04):
2
10
* Added a warning about version compatibility when exporting a schematic.
3
11
* Fixed a crash when trying to export a schematic.
Original file line number Diff line number Diff line change 1
1
function macros () {
2
2
#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 "
5
5
#macro nbs_version 5
6
6
#macro pat_version 1
7
7
You can’t perform that action at this time.
0 commit comments