From aa7b2dfdcfd11e29b73242aed20e542ceaa7cf6b Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Sat, 5 May 2018 22:27:48 -0400 Subject: [PATCH 1/3] Reordered the releases and added v1.2.0 progress --- changes.md | 57 +++++++++++++++++++++++++++++++++++------------------- 1 file changed, 37 insertions(+), 20 deletions(-) diff --git a/changes.md b/changes.md index c6ac794..095e961 100644 --- a/changes.md +++ b/changes.md @@ -1,15 +1,40 @@ Changes ======= -v0.1.8 +v1.2.0 (Unreleased) ----- - * Initial commit + * Made a copy of the PyQode editor which is abandoned, so that a custom version can be maintained here + * Fixed Qt5 bugs, particularly ones that were effecting macOS + * Added infrastructure to support third party add-on libraries + * Integrated the [cqparts library](https://github.com/fragmuffin/cqparts) as an add-on in the ThirdParty directory + * Created a script to update third-party libraries to aid in maintenance + * Created a Docs directory to lay the ground work for a documentation revamp. + +v1.1.0 +----- + * Updated to the v1.1.0 version of the CadQuery library -v0.2.0 +v1.0.0.2 ----- - * Added a license badge to the readme - * Updated the CadQuery library - * Updated the PyQode libraries + * Added support for the CadQuery Gateway Interface (CQGI), which is a way to make scripts portable + +v1.0.0.1 +----- + * Added example (Ex033) using logical operators in a string selector (thanks @adam-urbanczyk) + * Fixed a bug in Helpers.show() that would clear the 3D view each time it was called + * Fixed a bug that required there to be an open script window, disallowing the use of macros + +v1.0.0 +----- + * Embedded pyparsing package as a supporting library for new selector syntax + * Added a check to remove any disallowed characters from the document name when executing a script + * Added advanced example of 3D printer extruder support (thanks @adam-urbanczyk) + * Made the switch to tabbed editing + +v0.5.1 +----- + * Version updates for CadQuery v0.4.0, v0.4.1, v0.5.0-stable and v0.5.1 + * Updated CadQuery license to Apache 2.0 v0.3.0 ----- @@ -23,20 +48,12 @@ v0.3.0 * Made change to leave the 3D render in place when switching to another workbench * Now use a user provided CadQuery shape label to label rendered FreeCAD objects -v0.5.1 +v0.2.0 ----- - * Version updates for CadQuery v0.4.0, v0.4.1, v0.5.0-stable and v0.5.1 - * Updated CadQuery license to Apache 2.0 + * Added a license badge to the readme + * Updated the CadQuery library + * Updated the PyQode libraries -v1.0.0 +v0.1.8 ----- - * Embedded pyparsing package as a supporting library for new selector syntax - * Added a check to remove any disallowed characters from the document name when executing a script - * Added advanced example of 3D printer extruder support (thanks @adam-urbanczyk) - * Made the switch to tabbed editing - -v1.0.0.1 ------ - * Added example (Ex033) using logical operators in a string selector (thanks @adam-urbanczyk) - * Fixed a bug in Helpers.show() that would clear the 3D view each time it was called - * Fixed a bug that required there to be an open script window, disallowing the use of macros + * Initial commit From fb0f0e2a65f14056d9da73095fce7b123509d9ef Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Sat, 5 May 2018 22:28:39 -0400 Subject: [PATCH 2/3] Apparently links do not render in change logs on GitHub --- changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changes.md b/changes.md index 095e961..0dd452a 100644 --- a/changes.md +++ b/changes.md @@ -6,7 +6,7 @@ v1.2.0 (Unreleased) * Made a copy of the PyQode editor which is abandoned, so that a custom version can be maintained here * Fixed Qt5 bugs, particularly ones that were effecting macOS * Added infrastructure to support third party add-on libraries - * Integrated the [cqparts library](https://github.com/fragmuffin/cqparts) as an add-on in the ThirdParty directory + * Integrated the cqparts library as an add-on in the ThirdParty directory - https://github.com/fragmuffin/cqparts * Created a script to update third-party libraries to aid in maintenance * Created a Docs directory to lay the ground work for a documentation revamp. From 0d1660a0a6fc57ee8ccb0e1e086c9b66a1c3b9d4 Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Sat, 5 May 2018 22:36:15 -0400 Subject: [PATCH 3/3] Added a mention of execution time report option in changes --- changes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changes.md b/changes.md index 0dd452a..d15eb5d 100644 --- a/changes.md +++ b/changes.md @@ -8,6 +8,7 @@ v1.2.0 (Unreleased) * Added infrastructure to support third party add-on libraries * Integrated the cqparts library as an add-on in the ThirdParty directory - https://github.com/fragmuffin/cqparts * Created a script to update third-party libraries to aid in maintenance + * An option was added to Settings.py which reports script execution time to the Report View * Created a Docs directory to lay the ground work for a documentation revamp. v1.1.0