- Calendar View: New calendar view for flight logs
- Improved Flight Details: Enhanced flight details display
- Animation Color Patch: Fixed color issues in GPS animation
- Version display now sourced from frontend/public/app-version.json and fetched at runtime (no rebuild needed).
- Flight path utils: add time delta normalization, unify speed units, guard single-point ratio, deterministic circular turns, meter-based boundary margins.
- Circular Flight Boundaries: Added optional circular boundary constraint centered at takeoff point
- Boundary Priority System: Circular boundaries take priority over rectangular boundaries when both are set
- Enhanced Flight Path Control: Improved synthetic flight path generation with circular containment options
- Flight Path Boundaries: Added boundary constraints for synthetic flight path calculations
- Configurable Limits: Set maximum distances (meters) from takeoff in North/East/South/West directions
- Automatic Turns: Drone automatically turns when approaching boundary limits
- Enhanced Modal: Flight path calculation now includes optional boundary input fields
- Smart Turn Logic: Gradual turns prevent unrealistic sharp direction changes
- Median Speed Fix: Boundaries prevent wandering issues with median speed calculations
- Flexible Constraints: Each direction can have different boundary distances
- Fixed synthetic flight path wandering problems
- Improved flight path realism with boundary enforcement
Added intelligent boundary system for more realistic flight path generation