You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+42-4Lines changed: 42 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,31 +4,69 @@ Changelog
4
4
3.x - development
5
5
---
6
6
7
+
Geometric Modelling Kernel (NURBS)
8
+
9
+
* Improve the difference boolean operations.
10
+
* Extrude groups have a checkbox to allow skewing - 3 DoF for the extrude direction.
11
+
7
12
Constraints (new and improved):
8
13
9
14
* Add Parallel and Perpendicular constraints for 2 faces.
10
15
* The equal angle constraint is moved to the `N` shortcut and menu item to allow equal length (`Q`) to be applied to three or four lines.
11
16
12
17
Allow these constraints to be applied to more entities at once:
18
+
13
19
* More than two line Segments - equal length.
14
20
* More than two Arcs and/or circles - equal diameter/radius.
15
21
* Any number of Lines - horizontal or vertical.
16
22
* More than two points - horizontal or vertical.
17
23
* Point on face can be applied to a point and 1-3 faces at once.
18
24
* More than two points coincident.
19
25
26
+
Sketching
27
+
28
+
*`Image` sketch elements are not copied in 3d groups (extrude, lathe, revolve, helix) by default. `Toggle Construction` for an image to get the old behavior.
29
+
* New option to use radius instead of diameter for circle and arc dimensions.
30
+
* Dimensions on arcs default to radius instead of diameter. Uncheck `use radius` in the Property Browser to get diameters.
31
+
*`Text in True Type Font` elements now support basic kerning. Enable it with `apply kerning` in the Property Browser.
32
+
20
33
Translations (now in 10 languages!)
34
+
21
35
* Added Czech cs_CZ.
22
36
* Added Japanese ja_JP.
23
-
* Update translation for French fr_FR and Russian ru_RU.
37
+
* Update translation for French fr_FR, Russian ru_RU, Chinese zh_CN and Ukrainian uk_UA.
24
38
25
-
Other:
26
-
* Merged and improved the experimental Emscripten port (web version).
27
-
* Better Flatpack support.
39
+
Other User interface changes:
40
+
41
+
*`CTRL+Tab` hides/shows the toolbar.
42
+
* Marquee selection of line segments is now precise.
43
+
* Speed up the animation when moving the view, for example when pressing `F2` or `F3`.
44
+
* Pressing ESC while drawing a sketch entity now deletes the entity rather than completing it.
45
+
*`CTRL+Shift+S` shortcut for "Save As..."
46
+
* New option "use camera mouse navigation" for camera (instead of the default model) rotation navigation.
47
+
* Sketches can be displayed with only dimensions visible (the button controlling visibility of constraints in the Property Browser has a new state).
28
48
* More entity types described in the text screens.
49
+
* A new option to `display the full path in the title bar`; or not.
50
+
* Handle smooth scrolling (mouse wheel zoom) on GTK/Linux.
51
+
* The embedded vector font (used for the UI and labels):
52
+
* now has many new and improved Chinese characters
53
+
* includes the Greek alphabet
54
+
* improved "є"
55
+
* added superscript 5 "⁵"
56
+
* fiexd crash when typing "£"
57
+
58
+
Other
59
+
60
+
* Merged and improved the experimental Web version (Emscripten port).
61
+
* Better Flatpack support.
29
62
* Several bug fixes and usability improvements.
30
63
* Allow 32 bit SolveSpace to access up to 4GB of RAM to allow working on larger projects.
31
64
65
+
Bug fixes:
66
+
67
+
*`Paste Transformed` on elements that contain a point-line distance does not flip any more.
68
+
* Fix saving assemblies when opened with a relative path on the command line.
0 commit comments