diff --git a/CHANGELOG.md b/CHANGELOG.md index cbc8605cd..3d3f2d529 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ Constraints (new and improved): * 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. Allow these constraints to be applied to more entities at once: + * More than two line Segments - equal length. * More than two Arcs and/or circles - equal diameter/radius. * Any number of Lines - horizontal or vertical. @@ -24,13 +25,18 @@ Allow these constraints to be applied to more entities at once: Sketching * `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. +* New option to use radius instead of diameter for circle and arc dimensions. +* Dimensions on arcs default to radius instead of diameter. Uncheck `use radius` in the Property Browser to get diameters. +* `Text in True Type Font` elements now support basic kerning. Enable it with `apply kerning` in the Property Browser. Translations (now in 10 languages!) + * Added Czech cs_CZ. * Added Japanese ja_JP. -* Update translation for French fr_FR, Russian ru_RU and Chinese zh_CN. +* Update translation for French fr_FR, Russian ru_RU, Chinese zh_CN and Ukrainian uk_UA. Other User interface changes: + * `CTRL+Tab` hides/shows the toolbar. * Marquee selection of line segments is now precise. * Speed up the animation when moving the view, for example when pressing `F2` or `F3`. @@ -39,6 +45,14 @@ Other User interface changes: * New option "use camera mouse navigation" for camera (instead of the default model) rotation navigation. * Sketches can be displayed with only dimensions visible (the button controlling visibility of constraints in the Property Browser has a new state). * More entity types described in the text screens. +* A new option to `display the full path in the title bar`; or not. +* Handle smooth scrolling (mouse wheel zoom) on GTK/Linux. +* The embedded vector font (used for the UI and labels): + * now has many new and improved Chinese characters + * includes the Greek alphabet + * improved "є" + * added superscript 5 "⁵" + * fiexd crash when typing "£" Other @@ -47,6 +61,11 @@ Other * Several bug fixes and usability improvements. * Allow 32 bit SolveSpace to access up to 4GB of RAM to allow working on larger projects. +Bug fixes: + +* `Paste Transformed` on elements that contain a point-line distance does not flip any more. +* Fix saving assemblies when opened with a relative path on the command line. + 3.1 ---