All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Splash screen on application startup
- Interactive orbital simulation with real physics
- Multiple integration methods (Euler, RK4)
- Real-time visualization of orbital mechanics
- Parameter sweep functionality
- Data logging and analysis tools
- Support for elliptical, parabolic, and hyperbolic orbits
- Planet and space assets
- Live orbit visualization
- Energy and momentum conservation tracking
- Customizable initial conditions
- Automated analysis and reporting
When preparing a release:
- Move items from [Unreleased] to a new version section
- Set the version number (follow semantic versioning)
- Add the release date
- Create a git tag:
git tag -a v0.1.0 -m "Release v0.1.0" - Push the tag:
git push origin v0.1.0