From 2b6160e80bd1f2a44b6026f42e91cfacc9d875a5 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 16 Jul 2023 21:12:09 +0200 Subject: [PATCH] bump version and update changelog --- stitchcode/CHANGELOG.txt | 50 +++++++++++++++++++++++++++++++++++++++- stitchcode/gui.js | 2 +- 2 files changed, 50 insertions(+), 2 deletions(-) diff --git a/stitchcode/CHANGELOG.txt b/stitchcode/CHANGELOG.txt index 7cf2ebb6..2f43e9c5 100644 --- a/stitchcode/CHANGELOG.txt +++ b/stitchcode/CHANGELOG.txt @@ -1,7 +1,55 @@ + +* 2023-07-16 (2.7.17) + - geometryBlocks and VectorAndFill library updates (Simon) + - Chinese update (Simon) + +* 2023-05-10 (2.7.16) + - backport app check + +* 2023-03-01 (2.7.15) + - deactivate custom categories and hide blocks (microworld does not work yet) + +* 2023-02-20 (2.7.14) + - bug fixed due to typo + +* 2023-02-14 (2.7.13) + - bug fixed due to typo in change color + +* 2023-12-06 (2.7.12) + - update cors-proxy url + +* 2023-12-01 + - catch errors due to infinity + +* 2023-10-31 + - fix a bug due to misspelling changeBrightness + +* 2023-10-29 (2.7.11) + - gui update fixes scrolling issues (thanks Simon for PR) + +* 2023-10-07 (2.7.10) + - fix labels, dimensions in new project + +* 2023-10-05 (2.7.9) + - load project list without thumbnails (speed up, thumbnails only loads on select) + - fix in reportURL + - fix in new project + - PRs from Simon's libarzes + +* 2022-08-25 (2.7.8) + - don't do arc for zero (and another bug fix) + +* 2022-07-26 + - remove double instances of makeablock + +* 2022-07-10 + - update createCategories + - fix saving project to cloud + * 2022-07-09 (2.7.7) - upgrade to Snap7 - - fix stage handle + - fix stage handle- * 2022-03-15 - decrease height of project dialog diff --git a/stitchcode/gui.js b/stitchcode/gui.js index 10a22587..fd8f9c9a 100644 --- a/stitchcode/gui.js +++ b/stitchcode/gui.js @@ -1,4 +1,4 @@ -VERSION="2.7.16" +VERSION="2.7.17" // get debug mode url = new URL(window.location.href);