11Changes
22=======
33
4- v0.1.8
4+ v1.2.0 (Unreleased)
55-----
6- * Initial commit
6+ * Made a copy of the PyQode editor which is abandoned, so that a custom version can be maintained here
7+ * Fixed Qt5 bugs, particularly ones that were effecting macOS
8+ * Added infrastructure to support third party add-on libraries
9+ * Integrated the cqparts library as an add-on in the ThirdParty directory - https://github.com/fragmuffin/cqparts
10+ * Created a script to update third-party libraries to aid in maintenance
11+ * An option was added to Settings.py which reports script execution time to the Report View
12+ * Created a Docs directory to lay the ground work for a documentation revamp.
13+
14+ v1.1.0
15+ -----
16+ * Updated to the v1.1.0 version of the CadQuery library
717
8- v0.2.0
18+ v1.0.0.2
919-----
10- * Added a license badge to the readme
11- * Updated the CadQuery library
12- * Updated the PyQode libraries
20+ * Added support for the CadQuery Gateway Interface (CQGI), which is a way to make scripts portable
21+
22+ v1.0.0.1
23+ -----
24+ * Added example (Ex033) using logical operators in a string selector (thanks @adam-urbanczyk)
25+ * Fixed a bug in Helpers.show() that would clear the 3D view each time it was called
26+ * Fixed a bug that required there to be an open script window, disallowing the use of macros
27+
28+ v1.0.0
29+ -----
30+ * Embedded pyparsing package as a supporting library for new selector syntax
31+ * Added a check to remove any disallowed characters from the document name when executing a script
32+ * Added advanced example of 3D printer extruder support (thanks @adam-urbanczyk)
33+ * Made the switch to tabbed editing
34+
35+ v0.5.1
36+ -----
37+ * Version updates for CadQuery v0.4.0, v0.4.1, v0.5.0-stable and v0.5.1
38+ * Updated CadQuery license to Apache 2.0
1339
1440v0.3.0
1541-----
@@ -23,20 +49,12 @@ v0.3.0
2349 * Made change to leave the 3D render in place when switching to another workbench
2450 * Now use a user provided CadQuery shape label to label rendered FreeCAD objects
2551
26- v0.5.1
27- -----
28- * Version updates for CadQuery v0.4.0, v0.4.1, v0.5.0-stable and v0.5.1
29- * Updated CadQuery license to Apache 2.0
30-
31- v1.0.0
52+ v0.2.0
3253-----
33- * Embedded pyparsing package as a supporting library for new selector syntax
34- * Added a check to remove any disallowed characters from the document name when executing a script
35- * Added advanced example of 3D printer extruder support (thanks @adam-urbanczyk)
36- * Made the switch to tabbed editing
54+ * Added a license badge to the readme
55+ * Updated the CadQuery library
56+ * Updated the PyQode libraries
3757
38- v1.0.0.1
58+ v0.1.8
3959-----
40- * Added example (Ex033) using logical operators in a string selector (thanks @adam-urbanczyk)
41- * Fixed a bug in Helpers.show() that would clear the 3D view each time it was called
42- * Fixed a bug that required there to be an open script window, disallowing the use of macros
60+ * Initial commit
0 commit comments