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
+20-1Lines changed: 20 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ Constraints (new and improved):
14
14
* 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.
15
15
16
16
Allow these constraints to be applied to more entities at once:
17
+
17
18
* More than two line Segments - equal length.
18
19
* More than two Arcs and/or circles - equal diameter/radius.
19
20
* Any number of Lines - horizontal or vertical.
@@ -24,13 +25,18 @@ Allow these constraints to be applied to more entities at once:
24
25
Sketching
25
26
26
27
*`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.
28
+
* New option to use radius instead of diameter for circle and arc dimensions.
29
+
* Dimensions on arcs default to radius instead of diameter. Uncheck `use radius` in the Property Browser to get diameters.
30
+
*`Text in True Type Font` elements now support basic kerning. Enable it with `apply kerning` in the Property Browser.
27
31
28
32
Translations (now in 10 languages!)
33
+
29
34
* Added Czech cs_CZ.
30
35
* Added Japanese ja_JP.
31
-
* Update translation for French fr_FR, Russian ru_RU and Chinese zh_CN.
36
+
* Update translation for French fr_FR, Russian ru_RU, Chinese zh_CN and Ukrainian uk_UA.
32
37
33
38
Other User interface changes:
39
+
34
40
*`CTRL+Tab` hides/shows the toolbar.
35
41
* Marquee selection of line segments is now precise.
36
42
* Speed up the animation when moving the view, for example when pressing `F2` or `F3`.
@@ -39,6 +45,14 @@ Other User interface changes:
39
45
* New option "use camera mouse navigation" for camera (instead of the default model) rotation navigation.
40
46
* Sketches can be displayed with only dimensions visible (the button controlling visibility of constraints in the Property Browser has a new state).
41
47
* More entity types described in the text screens.
48
+
* A new option to `display the full path in the title bar`; or not.
49
+
* Handle smooth scrolling (mouse wheel zoom) on GTK/Linux.
50
+
* The embedded vector font (used for the UI and labels):
51
+
* now has many new and improved Chinese characters
52
+
* includes the Greek alphabet
53
+
* improved "є"
54
+
* added superscript 5 "⁵"
55
+
* fiexd crash when typing "£"
42
56
43
57
Other
44
58
@@ -47,6 +61,11 @@ Other
47
61
* Several bug fixes and usability improvements.
48
62
* Allow 32 bit SolveSpace to access up to 4GB of RAM to allow working on larger projects.
49
63
64
+
Bug fixes:
65
+
66
+
*`Paste Transformed` on elements that contain a point-line distance does not flip any more.
67
+
* Fix saving assemblies when opened with a relative path on the command line.
0 commit comments