Releases: VisualNodeDev/NodeDev
Releases · VisualNodeDev/NodeDev
v1.0.1
What's Changed
New package architecture were added to this release:
- Windows ARM64
- Linux ARM64
Each package is now also available in both framework dependent and self contained. The framework dependent require the .net 9 runtime to be installed on the system while the self contained is bigger but includes everything it needs already.
- Using newer .net 8+ layout of Blazor without any cshtml files by @snakex64 in #55
- Allow UI to rename node and added usage in local variable nodes by @snakex64 in #56
- Apply code preferences, removed unused namespace and use tabs everywhere by @snakex64 in #57
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- Switch execution to native assembly generation by @snakex64 in #38
- Add text visualization of generated code by @snakex64 in #40
- Upgrade to MudBlazor v7 by @snakex64 in #41
- Make the NodeSelection scrollable by @JordanFiset in #43
- Added basic e2e test setup by @snakex64 in #44
- Setup CI to run e2e tests by @snakex64 in #45
- CI server logs are now inside a single folder and disabled by default by @snakex64 in #46
- Array support by @snakex64 in #49
- Update to .net 9 and added .dll building of the assembly by @snakex64 in #47
- Update dependencies by @snakex64 in #52
- Add TryCatchNode to represent try-catch operation by @snakex64 in #50
- Add MAUI desktop app by @snakex64 in #54
New Contributors
- @JordanFiset made their first contribution in #43
Full Changelog: https://github.com/VisualNodeDev/NodeDev/commits/v1.0.0