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