# Features & Updates
### v1.0.1 ๐
- ๐งช **Sandbox mode** โ now tests before execution
- ๐ ๏ธ **Edge cases** โ for `Graphite`, `Flags`, `AppRenderer`, `ScriptLoader`
### v1.0.0 ๐
- ๐งช **Sandbox Mode** โ Run scripts safely without crashing
- ๐งน **Safer Script Destroy** โ Improved stability and error handling
- ๐ผ๏ธ **Separate CWindow Renderer** โ For better rendering management
### v0.1.0 - prototype ๐งโ๐ฌ
- ๐ฅ **Hot-Loading Scripts** โ Edit and reload scripts instantly
- ๐ข **2D Visualization** โ Simple points (not yet optimized)
## Done
## โ
Done
v1.0.1 ๐
- [x] ๐ ๏ธ ScriptController edge-cases and error handling
- [x] ๐งช Sandbox mode now tests before execution
- [x] ๐ ๏ธ Edge cases for `Graphite`, `Flags`, `AppRenderer`, `ScriptLoader`
v1.0.0 ๐
- [x] ๐งช Sandbox mode
- [x] ๐งช Script sandbox last write
- [x] ๐ผ๏ธ Separate `CWindow` renderer via `AppRenderer`
- [x] ๐งน Safer script destroy
Prototype ๐งโ๐ฌ
- [x] ๐ฅ hot script loading
- [x] ๐ help flag
- [x] ๐ init flag
- [x] ๐ฃ๏ธ verbose flag
- [x] ๐ข points
- [x] ๐ข print multiple points
- [x] ๐ ๏ธ installation
- [x] ๐ ๏ธ interfaces installing
- [x] ๐งโ๐ป simple example
- [x] ๐ ๏ธ installation guide
- [x] ๐ docs
- [x] ๐ single flags
- [x] ๐ path specify
- [x] โก Auto Create
---
### ๐ Missing Features & Notes
- ๐ง 3D support, package manager, UI improvements, binary builds, templates, optimization, automated tests, and more are planned (see Roadmap.md)