Skip to content

Commit 5cb299b

Browse files
ruevsphkahler
authored andcommitted
Update CHANGELOG.md
1 parent f94fc89 commit 5cb299b

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,28 @@ Sketching:
2323

2424
MISC:
2525

26+
* Add a link to the GitHub commit from which SolveSpace was built in the Help
27+
menu.
28+
* Make all points, vectors and normals shown in the Property Browser into
29+
active links. This makes them explorable and selectable.
30+
* Load 16bit PNG images correctly by re-scaling to 8bit.
31+
* Fixed hang when trying to display characters missing from the embedded font.
32+
* The main window vertical size can be as small as the toolbar.
33+
* Configurable "SafeHeight" parameter instead of the fixed 5mm for G-code export.
34+
* Add Spanish / Argentina translation.
35+
* Move "perspective factor", "lighting direction" and "explode distance" from
36+
the "configuration" screen to the "view" screen.
2637
* Add a "∆" suffix to groups which have "force to triangle mesh" ticked
2738
* Gray the group name in the text window for groups with suppressed solid model.
2839
* Added the ability to Link STL files.
2940
* When linking circuit boards (IDF .emn files) show keepout regions as construction entities.
3041

3142
Performance:
3243

44+
* Speed up sketches with many constraints by roughly 8x by using the Eigen
45+
library in the solver. The maximum unknowns increased from 1024 to 2048.
46+
* Add a "suppress dof calculation" setting to groups - increases performance for
47+
complex sketches.
3348
* More changes to the ID list implementation.
3449

3550
3.0

0 commit comments

Comments
 (0)