Version 1.0.0 - Initial Release
March 15, 2024
New Features
- Initial release of the Physics Sandbox Game
- Basic physics engine implementation
- Four ball types: Normal, Bouncy, Heavy, and Light
- Wall creation and eraser tools
- Real-time FPS display
- Basic collision detection and response
Technical Improvements
- Implemented spatial partitioning for performance
- Added point optimization for wall creation
- Basic physics parameter configuration
- Automatic dependency management
Known Issues
- Occasional physics glitches with high-speed collisions
- Minor performance drops with many objects
- Wall drawing can be slightly imprecise at high speeds
Version 0.9.0 - Beta Release
March 1, 2024
New Features
- Beta testing release
- Basic ball physics implementation
- Simple wall creation tool
- Basic UI elements
Technical Improvements
- Initial performance optimizations
- Basic collision system
- Simple physics calculations