Skip to content

Commit 0fe4850

Browse files
committed
New Calender view / colour patch in animation
/ improve flight details
1 parent 5ee33cb commit 0fe4850

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# CHANGELOG
22

3+
## [Version 1.5.0] - 2025-10-04
4+
5+
### ✨ New Features
6+
- **Calendar View**: New calendar view for flight logs
7+
- **Improved Flight Details**: Enhanced flight details display
8+
9+
### 🐛 Bug Fixes
10+
- **Animation Color Patch**: Fixed color issues in GPS animation
11+
12+
---
13+
314
## [Version 1.4.1] - 2025-08-08
415
- Version display now sourced from frontend/public/app-version.json and fetched at runtime (no rebuild needed).
516
- Flight path utils: add time delta normalization, unify speed units, guard single-point ratio, deterministic circular turns, meter-based boundary margins.

frontend/pages/FlightDetails.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ import {
99
TurnCoordinator, ThrottleYawStick, ElevatorAileronStick, SignalStrengthIndicator, ReceiverBatteryIndicator, CapacityIndicator, CurrentIndicator, DataPanel, AccordionPanel
1010
} from '../components';
1111
import { useAuth, useApi, useResponsiveSize, useGpsAnimation, useAccordionState, addSearchParam } from '../hooks';
12-
import { takeoffIcon, landingIcon, getFlightCoordinates, getMapBounds, parseGPSFile, calculateGpsStatistics, createSyntheticFlightPath, parseTelemetryData } from '../utils';
13-
import { useAuth, useApi, useResponsiveSize, useGpsAnimation, useAccordionState, } from '../hooks';
1412
import { calculateColorGreenToRed, takeoffIcon, landingIcon, getFlightCoordinates, getMapBounds, parseGPSFile, calculateGpsStatistics, createSyntheticFlightPath, parseTelemetryData } from '../utils';
1513

1614
// Set Leaflet default icons for markers

frontend/public/app-version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "1.4.1"
2+
"version": "1.5.0"
33
}

frontend/utils/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ export * from './compareUtils';
77
export * from './flightTimesUtils';
88
export * from './uavIdUtils';
99
export * from './flightPathUtils';
10-
export * from './flightPathUtils';
1110
export * from './colorUtils';

0 commit comments

Comments
 (0)