PyFlow - Release 1.0.0
First Full Release
We are happy to release the first full version of PyFlow by Bycelium !
Feel free to reach us on discord for feedback, suggestions, contribution or a simple chat !
What's Changed
- 🪲 Fix block execution freeze by @AlexandreSajus in #138
- 🪲 Fix zoom stuck by @FabienRoger in #145
- 🪲 Fix socket missing when converting from .ipynb by @FabienRoger in #143
- 🪲 Fix execution of complex ipynb by @AlexandreSajus in #147
- 🪲 Deal with ipynb of different format by @FabienRoger in #221
- 🎉 Sort blocks when saving as ipynb by @FabienRoger in #144
- 🪲 Paste exactly where the mouse is by @FabienRoger in #224
- 🎉 Restrict file loading to .ipyg and .ipynb by @FabienRoger in #223
- 🪲 Fix click-selection bug by @FabienRoger in #226
- 🎉 Create a distinct clipboard for blocks by @FabienRoger in #229
- 🎉:art: Switch to vertical layout by @FabienRoger in #227
- 🎉 Add logging & improve CLI by @MathisFederico in #231
- 🎉 Add custom undo system by @FabienRoger in #118
- 🎉 Make execution flow ignore off-sockets by @FabienRoger in #255
- 🎉 Add socket on/off toggle by @FabienRoger in #254
- 🎉 Create a new add socket button by @FabienRoger in #249
- 🎨 Make blocks output more visible by @FabienRoger in #257
- 🎨 Highlight the add edge button on block hover by @FabienRoger in #258
- 🪲 Removes kernel timeout by @AlexandreSajus in #259
- ☔ Add python 3.10 support by @MathisFederico in #262
- 🎉 Add interrupt execution on error by @AlexandreSajus in #265
- 🪲 Fix block removing crash by @FabienRoger in #267
- 🎉 Add button to create linked block by @AlexandreSajus in #266
- 🎉 Improve markdown editing by @FabienRoger in #269
- 🎉 Add new shortcuts by @AlexandreSajus in #264
- 🎉 Make shift+enter in editor run left by @FabienRoger in #270
- 🎉 Add prompt before exiting the program by @FabienRoger in #271
- 🪲 Prevent crash when there is a loop by @FabienRoger in #279
- 🎉 🎨 Add persistent colors by @MathisFederico in #276
- 🪲 Prevent checkpoint when the scene has not changed by @FabienRoger in #281
- 🎨 Set exit font color to white by @AlexandreSajus in #285
- 🎉 Add zoom in and out shortcut by @FabienRoger in #286
- 🪲 Fix Ctrl+z crash by @FabienRoger in #289
- 🎉 Add editing navigation using alt & escape by @MathisFederico in #287
- 🎨 updated gifs and README by @AlexandreSajus in #290
Full Changelog: v1.0.0-beta...v1.0.0