diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d62f685..85430b45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,10 +14,11 @@ CHANGELOG for FlatCAM beta - added an error message when the File -> Print to PDF functionality is not working due of missing a root element in the SVG step - fixed printing a CNCJob object with File -> Print(PDF) functionality by adding a root element if both travels and cuts are present - fixed some more Shapely 2.0 deprecation warnings +- added more of the contributors in the About page 27.10.2021 -- fixed the offseting feature in the Isolation Plugin such that the interiors of the isolated polygons are offset correctly +- fixed the offsetting feature in the Isolation Plugin such that the interiors of the isolated polygons are offset correctly - applied changes for offsetting to other methods 25.10.2021 diff --git a/app_Main.py b/app_Main.py index 885a2b98..5b86cb42 100644 --- a/app_Main.py +++ b/app_Main.py @@ -3482,6 +3482,51 @@ class App(QtCore.QObject): 'description': '', 'email': '' }, + { + 'name': "Emily Ellis", + 'description': '', + 'email': '' + }, + { + 'name': "Maksym Stetsyuk", + 'description': '', + 'email': '' + }, + { + 'name': "Peter Nitschneider", + 'description': '', + 'email': '' + }, + { + 'name': "Bogusz Jagoda", + 'description': '', + 'email': '' + }, + { + 'name': "Andre Spahlinger", + 'description': '', + 'email': '' + }, + { + 'name': "Hans Boot", + 'description': '', + 'email': '' + }, + { + 'name': "Dmitriy Klabukov", + 'description': '', + 'email': '' + }, + { + 'name': "Robert Niemöller", + 'description': '', + 'email': '' + }, + { + 'name': "Adam Coddington", + 'description': '', + 'email': '' + }, ] self.prog_grid_lay = FCGridLayout(v_spacing=5, h_spacing=3, c_stretch=[0, 0, 1])