File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,13 +23,28 @@ Sketching:
2323
2424MISC:
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
3142Performance:
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
35503.0
You can’t perform that action at this time.
0 commit comments