From 68336e054291b961a399d08723fd33bcb5f9fe14 Mon Sep 17 00:00:00 2001 From: Andrea Settimi Date: Wed, 21 Aug 2024 23:30:26 +0200 Subject: [PATCH 1/3] FIX: image link in readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 393cab4..5bc9973 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,9 @@ To close `script-sync` in RhinoV8, run the command `ScriptSyncStop` in RhinoV8. > o_as_nlist = py_nlist > o_as_tree = gh_tree > ``` -> ![imgtreeconv](GH\PyGH\assets\img\listtreeauto.png) +>

+> +>

👩‍💻 **`VScode`**: Open a script in VSCode and run it in RhinoV8 by pressing `F4` to run in Rhino or `shift+F4` for Grasshopper. From 379b79c5cf2f0f2010b8e434c3f11974283f16d5 Mon Sep 17 00:00:00 2001 From: Andrea Settimi Date: Fri, 23 Aug 2024 10:02:15 +0200 Subject: [PATCH 2/3] FIX: wrong release tag --- manifest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.yml b/manifest.yml index 2060322..c29e9ab 100644 --- a/manifest.yml +++ b/manifest.yml @@ -1,6 +1,6 @@ --- name: script-sync -version: 1.2.5 +version: 1.2.6 authors: - Andrea Settimi description: Script-sync is a Rhino plug-in to run C# and Python (IronPython or CPython) in RhinoV8. From 976db0add442e6158eefd249a8c4677d43f5284b Mon Sep 17 00:00:00 2001 From: Andrea Settimi Date: Fri, 23 Aug 2024 10:02:56 +0200 Subject: [PATCH 3/3] FIX: wrong release tag again --- manifest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.yml b/manifest.yml index c29e9ab..670052d 100644 --- a/manifest.yml +++ b/manifest.yml @@ -1,6 +1,6 @@ --- name: script-sync -version: 1.2.6 +version: 1.2.7 authors: - Andrea Settimi description: Script-sync is a Rhino plug-in to run C# and Python (IronPython or CPython) in RhinoV8.