RELEASE 8.993
This commit is contained in:
@@ -19,6 +19,7 @@ CHANGELOG for FlatCAM beta
|
|||||||
- remade the ReadMe tab
|
- remade the ReadMe tab
|
||||||
- Tool Isolation - added a GUI element to control if the isolation of a polygon, when done with rest, should be done with the current tool even if its interiors (holes in it) could not be isolated or to be left for the next tool
|
- Tool Isolation - added a GUI element to control if the isolation of a polygon, when done with rest, should be done with the current tool even if its interiors (holes in it) could not be isolated or to be left for the next tool
|
||||||
- updated all the translation strings to the latest changes
|
- updated all the translation strings to the latest changes
|
||||||
|
RELEASE 8.993
|
||||||
|
|
||||||
4.06.2020
|
4.06.2020
|
||||||
|
|
||||||
|
|||||||
@@ -162,8 +162,8 @@ class App(QtCore.QObject):
|
|||||||
# ###############################################################################################################
|
# ###############################################################################################################
|
||||||
# ################################### Version and VERSION DATE ##################################################
|
# ################################### Version and VERSION DATE ##################################################
|
||||||
# ###############################################################################################################
|
# ###############################################################################################################
|
||||||
version = "Unstable Version"
|
# version = "Unstable Version"
|
||||||
# version = 8.993
|
version = 8.993
|
||||||
version_date = "2020/06/05"
|
version_date = "2020/06/05"
|
||||||
beta = True
|
beta = True
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user