Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.07 KB

File metadata and controls

36 lines (27 loc) · 1.07 KB

Changelog

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.

[Unreleased]

[0.1.0-beta.1] - 2026-03-11

Added

  • 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

How to Update This Changelog

When preparing a release:

  1. Move items from [Unreleased] to a new version section
  2. Set the version number (follow semantic versioning)
  3. Add the release date
  4. Create a git tag: git tag -a v0.1.0 -m "Release v0.1.0"
  5. Push the tag: git push origin v0.1.0