diff --git a/App_Main.py b/App_Main.py index 8b138d52..7ba782ab 100644 --- a/App_Main.py +++ b/App_Main.py @@ -163,7 +163,7 @@ class App(QtCore.QObject): # ################################### Version and VERSION DATE ################################################## # ############################################################################################################### version = 8.993 - version_date = "2020/08/01" + version_date = "2020/06/05" beta = True engine = '3D' diff --git a/CHANGELOG.md b/CHANGELOG.md index 417d2fd9..31d045ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ CHANGELOG for FlatCAM beta - fixed some more strings - updated the Google-translations for the German, Spanish, French - updated the Romanian translation +- replaced the icon for the Editor in Toolbar (both for the normal icons and for icons in dark theme) 1.06.2020 diff --git a/assets/resources/dark_resources/edit_file16.png b/assets/resources/dark_resources/edit_file16.png index cf98fe7f..75077c4c 100644 Binary files a/assets/resources/dark_resources/edit_file16.png and b/assets/resources/dark_resources/edit_file16.png differ diff --git a/assets/resources/dark_resources/edit_file32.png b/assets/resources/dark_resources/edit_file32.png index b29458c9..77ce0e1d 100644 Binary files a/assets/resources/dark_resources/edit_file32.png and b/assets/resources/dark_resources/edit_file32.png differ diff --git a/assets/resources/edit_file16.png b/assets/resources/edit_file16.png index eef2dbe9..bf01744c 100644 Binary files a/assets/resources/edit_file16.png and b/assets/resources/edit_file16.png differ diff --git a/assets/resources/edit_file32.png b/assets/resources/edit_file32.png index 1f517bb8..1aa4896d 100644 Binary files a/assets/resources/edit_file32.png and b/assets/resources/edit_file32.png differ