Update CHANGELOG.

pull/66/head
whitequark 2016-10-10 23:43:09 +00:00
parent 9febc572a3
commit e9725bd350
1 changed files with 8 additions and 0 deletions

View File

@ -20,12 +20,16 @@ Other new features:
* New link to match the on-screen size of the sketch with its actual size, * New link to match the on-screen size of the sketch with its actual size,
"view → set to full scale". "view → set to full scale".
* When zooming to fit, constraints are also considered. * When zooming to fit, constraints are also considered.
* When selecting a point and a line, projected distance to to current
workplane is displayed.
* The "=" key is bound to "Zoom In", like "+" key.
2.2 2.2
--- ---
Other new features: Other new features:
* OS X: support 3Dconnexion devices (SpaceMouse, SpaceNavigator, etc). * OS X: support 3Dconnexion devices (SpaceMouse, SpaceNavigator, etc).
* GTK: files with uppercase extensions can be opened.
Bug fixes: Bug fixes:
* Do not remove autosaves after successfully opening a file, preventing * Do not remove autosaves after successfully opening a file, preventing
@ -41,6 +45,10 @@ Bug fixes:
* DXF export: always declare layers before using them. * DXF export: always declare layers before using them.
* Do not truncate operations on selections to first 32 selected entities. * Do not truncate operations on selections to first 32 selected entities.
* Translate and rotate groups inherit the "suppress solid model" setting. * Translate and rotate groups inherit the "suppress solid model" setting.
* DXF: files with paths containing non-ASCII or spaces can be exported
or imported.
* Significantly improved performance when dragging an entity.
* Various crashes and minor glitches.
2.1 2.1
--- ---