File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313Viewport zoom slider was added to ` ToolBox `
1414- Added a brand new Graph Editor ( Alpha )
1515- Added a function to dynamically fetch the available space in C drive and display it in the download tas dependencies dialog.
16+ - Migrated from ` yarn/npm ` to ` bun ` for package management, improving build performance and dependency management.
1617
1718### Changed
1819- Made big performance improvements to main interface - now it renders much faster and uses less memory
@@ -21,6 +22,9 @@ Viewport zoom slider was added to `ToolBox`
2122- Resolution and FPS previews automatically fetch data when you open the settings dialogs
2223- Slight refactor to the dependencies dialog to improve readability.
2324- Removed Motion and fade in/out effects in order to retain snappiness.
25+ - Migrated from using ` exec ` to ` spawn ` for process execution, improving performance and reliability.
26+ - A complete overhaul to ` logTab ` to make it more performant and user-friendly.
27+ - Updated the ` executeProcess ` function to handle errors more gracefully and provide better user feedback.
2428
2529### Fixed
2630- Fixed issue where executeProcess function was used before it was declared (TypeScript error)
You can’t perform that action at this time.
0 commit comments