From a14019929bba4459b806debf8b6ecc0d3c64bf55 Mon Sep 17 00:00:00 2001 From: Jeremy Mack Wright Date: Sat, 29 Dec 2018 06:31:50 -0500 Subject: [PATCH] Updated changes.md with a mention of the settings dialog. --- changes.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/changes.md b/changes.md index c8eee0d..367f159 100644 --- a/changes.md +++ b/changes.md @@ -1,10 +1,11 @@ Changes ======= -v1.3.0 +v1.3.0 (unreleased) ----- - * PyQode editor has been replaced by a custom editor due to compatibility problems with Qt5/PySide 2 + * PyQode editor has been replaced by a custom editor due to compatibility problems with Qt5/PySide2 * Settings have now been moved into FreeCAD user parameters + * Settings dialog has been added under CadQuery->Settings * Execute-on-save setting is now on by default * Execute-script key has been changed to F9 to avoid conflicts with FreeCAD's F2, but key is still configurable * New code editor automatically reloads contents of script file if changed on disk, enabling use of external editor by default