Skip to content

Commit 166d5d8

Browse files
update CHANGELOG.MD
1 parent 2f03309 commit 166d5d8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.MD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
Viewport 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)

0 commit comments

Comments
 (0)