Skip to content

Releases: ibois-epfl/script-sync

v1_1_20: CI for publishing online `yak` and `vsix`

17 Apr 11:24
Compare
Choose a tag to compare

This release is not changing the source code but adding a CI for automatically generating and publishing the yak and vsix packages respectively to the rhino and vscode marketplace servers.
It also automatically add artifacts to the release (I hope, again and again, this one is good). 🤖

v1_1_4: Add support for custom package refresh

16 Apr 12:12
Compare
Choose a tag to compare

This release add a new input as a list of packages to be refreshed each time the script is run.
This is useful when you develop a custom PyPI (installed with a pip editable install on your machine) and you want to modify the submodules and test them.

gh_snap

v1_1_3: add support for modules

20 Feb 20:01
Compare
Choose a tag to compare

#fix
The patch introduces the fix for which modules are read automatically if in the same directory of the script.

v1_1_2: patch for output GHlists

12 Feb 21:04
Compare
Choose a tag to compare

fix

This patch allows the list from python code to be transformed in GH list automatically in output parameters.

v1_1_1: fix input parameters

12 Feb 09:42
Compare
Choose a tag to compare

This patch fixes a problem where the input parameters are not read by the component's script.
Adding the locals() to the globals() of the parameters before executing it, ifxed it.

v1_1_0: Release for script-sync grasshopper plug-in 🦗

11 Feb 18:30
Compare
Choose a tag to compare

v1_1_0

🦗🦗 This release introduce script-sync for grasshopper. 🦗🦗

what's new

It is possible now to run scripts from your VSCode editor with multiple scripts in Grasshopper.

features

Script-sync execute scripts from VSCode and prints messages in the output pane of the editor. To activate/silence press shift + F4 in the editor. For more info about the Grasshopper component have a look ad the README.md.
Enjoy your favorite IDE in also in Grasshopper now! 🎈

caveats

Only WIndows platform is working and tested.

##change log
Rhino .rhp plug-in stay unchanged

v1_0_2: public yak package

27 Dec 13:08
94f6475
Compare
Choose a tag to compare

Add the .yak package to the PackageManager in RhinoV8. It is now publicly available.
VSCode extension unchanged.

v1_0_1: first script-sync basic release 🎉

25 Dec 19:44
Compare
Choose a tag to compare

First release for script-sync. This is a basic version that allows user to run C#, IronPython and CPython scripts from vscode directly to Rhino.
The current release has:

  • a two commands to run the script-sync server from rhino ( ScriptSyncStart and ScriptSyncStop)
  • a .vsix published on Marketplace to run the scripts with F4
  • basic documentation
  • basic project structure

Full Changelog: https://github.com/ibois-epfl/script-sync/commits/v1_0_1