We have moved to https://dokuwiki.librecad.org/

Lots of content was already moved to the new wiki, but there is still work to do. If you want to contribute, please register a new account at https://dokuwiki.librecad.org/

This wiki will be kept for a while to keep search engine results valid. Moved sites may be deleted here in future.

Difference between revisions of "News"

From LibreCAD wiki
Jump to: navigation, search
(Formatting, links, and categorisation.)
(For users: news flash...)
Line 3: Line 3:
 
== For users ==
 
== For users ==
  
;2015 June:
+
'''2015 June:'''
:* Drag and Drop support for [[Wikipedia:AutoCAD DXF|DXF files]]
+
 
:* Circle → Tangential 3 Circles: has been improved to support most cases (including two concentric circles and a secant line)
+
* new Dimensions tab in Edit - Current drawing preferences ([http://wiki.librecad.org/index.php/File:Dimensions_tab.png image])
;2015 May:
+
* selected command line output is copied when the left mouse button is released ([https://github.com/LibreCAD/LibreCAD/commit/693a25f0a5deb4e9bf997b53c85b2a751e3fb157 commit])
:* added a new way to make copies of objects ([http://forum.librecad.org/Experimental-GUI-tweaking-skip-selection-if-entities-already-selected-td5711538.html info])
+
* cal sin(45d) converts to cal sin(45*pi/180) ([https://github.com/LibreCAD/LibreCAD/commit/a25f3e3c93358eb67c50729ce7b48ab6eb1ca5d4 commit])
:* crash fix - Spline ([https://github.com/LibreCAD/LibreCAD/issues/529 issue])
+
* commands added for 21 actions ([http://forum.librecad.org/updating-rs-commands-td5711646.html info])
:* crash fix - Tangential 2 Circles, 1 Point ([https://github.com/LibreCAD/LibreCAD/commit/9fb19029be7291bf9a5871f54a2b25a2e9eb0c50 commit])
+
* Drag and Drop support for [[Wikipedia:AutoCAD DXF|DXF files]]
:* added Application Preferences → Defaults → Modify layer of selected entities, at layer activation ([https://github.com/LibreCAD/LibreCAD/commit/1129bf77c70b4766525c4565c82377d79f74d38b commit])
+
* Circle → Tangential 3 Circles: has been improved to support most cases (including two concentric circles and a secant line)
:* Windows users can expect more frequent Nightly builds ([http://forum.librecad.org/Nightly-builds-td5711446.html#a5711484 source])
+
 
:* restrict orthogonal was added to the snap toolbar ([https://github.com/LibreCAD/LibreCAD/commit/1914fd1fc70c8ee13024a7884d7566fa5286934c commit])
+
'''2015 May:'''
:* command line calculator precision upgraded to 12 ([https://github.com/LibreCAD/LibreCAD/commit/4cf9fcf9395dafe601a3330df6403cb2e0b21397 commit])
+
 
:* snap commands now toggle the snap toolbar icons ([https://github.com/LibreCAD/LibreCAD/commit/539f24aad6731675b9be0547501f26d9f517f88b commit])
+
* added a new way to make copies of objects ([http://forum.librecad.org/Experimental-GUI-tweaking-skip-selection-if-entities-already-selected-td5711538.html info])
:* crash fix - free hand line ([https://github.com/LibreCAD/LibreCAD/commit/f0dd320409534ca78e0afe75035c48366305ee26 commit])
+
* crash fix - Spline ([https://github.com/LibreCAD/LibreCAD/issues/529 issue])
:* crash fix - draw ellipse by center and three points ([https://github.com/LibreCAD/LibreCAD/commit/9c857e8b4b91d9ede2f9111c56250883b8293253 commit])
+
* crash fix - Tangential 2 Circles, 1 Point ([https://github.com/LibreCAD/LibreCAD/commit/9fb19029be7291bf9a5871f54a2b25a2e9eb0c50 commit])
:* increased precision of the distance point to point tool ([https://github.com/LibreCAD/LibreCAD/commit/2e6aa9fb4735be545bccccad7a561f4c58fdb53c commit])
+
* added Application Preferences → Defaults → Modify layer of selected entities, at layer activation ([https://github.com/LibreCAD/LibreCAD/commit/1129bf77c70b4766525c4565c82377d79f74d38b commit])
:* added the ability to read DWG files
+
* Windows users can expect more frequent Nightly builds ([http://forum.librecad.org/Nightly-builds-td5711446.html#a5711484 source])
:* added "Export as MakerCAM SVG"
+
* restrict orthogonal was added to the snap toolbar ([https://github.com/LibreCAD/LibreCAD/commit/1914fd1fc70c8ee13024a7884d7566fa5286934c commit])
 +
* command line calculator precision upgraded to 12 ([https://github.com/LibreCAD/LibreCAD/commit/4cf9fcf9395dafe601a3330df6403cb2e0b21397 commit])
 +
* snap commands now toggle the snap toolbar icons ([https://github.com/LibreCAD/LibreCAD/commit/539f24aad6731675b9be0547501f26d9f517f88b commit])
 +
* crash fix - free hand line ([https://github.com/LibreCAD/LibreCAD/commit/f0dd320409534ca78e0afe75035c48366305ee26 commit])
 +
* crash fix - draw ellipse by center and three points ([https://github.com/LibreCAD/LibreCAD/commit/9c857e8b4b91d9ede2f9111c56250883b8293253 commit])
 +
* increased precision of the distance point to point tool ([https://github.com/LibreCAD/LibreCAD/commit/2e6aa9fb4735be545bccccad7a561f4c58fdb53c commit])
 +
* added the ability to read DWG files
 +
* added "Export as MakerCAM SVG"
  
 
== For developers ==
 
== For developers ==

Revision as of 04:18, 25 June 2015

This page contains news that might be of interest to the LibreCAD community. The most recent news is found at the top. Note that these changes will probably only be available in Nightly builds or by building from source.

For users

2015 June:

  • new Dimensions tab in Edit - Current drawing preferences (image)
  • selected command line output is copied when the left mouse button is released (commit)
  • cal sin(45d) converts to cal sin(45*pi/180) (commit)
  • commands added for 21 actions (info)
  • Drag and Drop support for DXF files
  • Circle → Tangential 3 Circles: has been improved to support most cases (including two concentric circles and a secant line)

2015 May:

  • added a new way to make copies of objects (info)
  • crash fix - Spline (issue)
  • crash fix - Tangential 2 Circles, 1 Point (commit)
  • added Application Preferences → Defaults → Modify layer of selected entities, at layer activation (commit)
  • Windows users can expect more frequent Nightly builds (source)
  • restrict orthogonal was added to the snap toolbar (commit)
  • command line calculator precision upgraded to 12 (commit)
  • snap commands now toggle the snap toolbar icons (commit)
  • crash fix - free hand line (commit)
  • crash fix - draw ellipse by center and three points (commit)
  • increased precision of the distance point to point tool (commit)
  • added the ability to read DWG files
  • added "Export as MakerCAM SVG"

For developers

2015 May
  • Windows users can build LibreCAD in Qt Creator (commit)