- finished the update on the Google translated Spanish translation.

- RELEASE 8.98
This commit is contained in:
Marius Stanciu
2019-10-19 15:02:24 +03:00
committed by Marius
parent 2dd4c6889b
commit f305e4e59a
5 changed files with 3621 additions and 3720 deletions

View File

@@ -9,6 +9,11 @@ CAD program, and create G-Code for Isolation routing.
=================================================
18.10.2019
- finished the update on the Google translated Spanish translation.
- RELEASE 8.98
17.10.2019
- fixed a bug in milling holes due of a message wrongly formatted
@@ -18,9 +23,8 @@ CAD program, and create G-Code for Isolation routing.
- finished the Objects menu by adding the ability of actions to be checked so they will show the selected status of the objects and by adding to actions to (de)select all objects
- fixed and optimized the click selection on canvas
- fixed Gerber parsing for very simple Gerber files that have only one Polygon but many LPC zones
- fixed SVG export
- fixed SVG export; fix bug #327
- finished the update on French Google translation.
- updated all translation files except Spanish
16.10.2019
@@ -217,7 +221,7 @@ CAD program, and create G-Code for Isolation routing.
- fixed the ToolMeasurement geometry not being displayed
- fixed a bug in Excellon Editor that crashed the app when editing the first tool added automatically into a new black Excellon file
- made sure that if the big mouse cursor is selected, the utility geometry in Excellon Editor has a thicker line width (2 pixels now) so it is visible over the geometry of the mouse cursor
- fixed issue #319 where generating a CNCJob from a geometry made with NCC Tool made the app crash
- fixed issue #319 where generating a CNCJob from a geometry made with NCC Tool made the app crash; also #328 which is the same
- replaced in FlatCAM Tools and in FLatCAMObj.py and in Editors all references to hardcoded decimals in string formats for tools with a variable declared in the __init__()
- fixed a small bug that made app crash when the splash screen is disabled: it was trying to close it without being open