-
-
Notifications
You must be signed in to change notification settings - Fork 74
Release Notes 0.2
Zheng, Lei edited this page Feb 1, 2018
·
2 revisions
New Feature
- Exposed all supported constraints to toolbar.
- Support sketching using Draft wire, circle/arc.
- Add auto element visible command.
- Support
Trace
of any element in the assembly container.
Bug Fix
- Partial fix of SymPy backend
- Fix
Trace
command - Fix and improve auto recompute
- Fix move command of fixed parts
FreeCAD LinkStage3
- Support editing external linked objects (02a6c640, ea882f5d, bff894ce, 0b10c1a8, eb5fad1f, 83ecc946, 39b0e1ce, 64604d37, 1f621a17, 759c8660).
- Introduce auto transaction to improve cross document undo/redo (089f3e1c, 6738a16e).
- Handling of 3D element picking inside container, in order to support external object editing (8fa95443, 47154326).
- Error/Warning message display enhancement in main window status bar (d82e26bd, f22ff4ec).
- Trigger action update on signal instead of periodic timer (38f51ee0).
- Save property status bits (a5ce0b7d).
- New API Selection.updateSelection() (4334b74f).
- Add parameter
resolve
toSelectionObserver
for backward compatibility ( (9a49a993).