From 0d1e960c1c38663d8a06cf28048a0536ade05f91 Mon Sep 17 00:00:00 2001 From: Marius Stanciu Date: Tue, 30 Jul 2019 22:34:58 +0300 Subject: [PATCH] - version date change to reflect the build release date --- FlatCAMApp.py | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/FlatCAMApp.py b/FlatCAMApp.py index 36d9a81c..aa4e800b 100644 --- a/FlatCAMApp.py +++ b/FlatCAMApp.py @@ -97,7 +97,7 @@ class App(QtCore.QObject): # Version and VERSION DATE ########### # #################################### version = 8.920 - version_date = "2019/07/21" + version_date = "2019/07/31" beta = True # current date now diff --git a/README.md b/README.md index 9c59418e..d18c855a 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ CAD program, and create G-Code for Isolation routing. - fixed bug that crashed the app when trying to add a tool without a tool diameter value - Spanish Google translation at 77% - changed the Disable plots menu entry in the context menu, into a Toggle Visibility menu entry -- Spanish Google translation 100% but two strings (big ones) +- Spanish Google translation 100% but two strings (big ones) - needs review - added two more strings to translation strings (due of German language) -- completed the Russian translation using the Google and Yandex translation engines +- completed the Russian translation using the Google and Yandex translation engines (minus two big strings) - needs review 28.07.2019