@@ -125,14 +125,31 @@ jobs:
125125 body: [
126126 `## Altnautica Command ${tag}`,
127127 '',
128- '> **Use the web version for the most updated version and better performance.**',
129- '> Desktop apps will always be outdated by a version or two.',
130- '> If you really want to run locally, please clone and build/run yourself as that is better.',
131- '> Desktop apps are not optimal.',
128+ '### What\'s New',
129+ '',
130+ '- **Air Traffic tab** — live ADS-B tracking, 3D airspace zones, and flyability assessment',
131+ '- **Survey presets and auto-generation** for mission planning',
132+ '- **Virtualized parameter grid** for snappier performance on large param lists',
133+ '- **Command tab** with drone agent integration',
134+ '- **Drone pairing** and multi-polygon survey support',
135+ '- Consolidated overlays, cleaner UI layout, error boundaries for graceful failures',
136+ '- Ring buffer optimization, batch comment queries (N+1 fix), airspace data caching',
137+ '- Unit tests for terrain, MSP, PID scoring, survey generator, KML parser, and more',
138+ '',
139+ '### Bug Fixes',
140+ '',
141+ '- Pattern editor instruction text, drawing vertex reset on circle completion',
142+ '- Convex query skip guard in demo mode, MAVLink adapter state assignment order',
143+ '- Calibration command handling fixes',
132144 '',
133145 '### Downloads',
134- '- **macOS:** `.dmg` (Intel & Apple Silicon)',
146+ '',
147+ '- **macOS:** `.dmg` (Intel and Apple Silicon)',
135148 '- **Windows:** `.exe` installer',
136149 '- **Linux:** `.AppImage`',
150+ '',
151+ '> Desktop builds lag behind the web version by a release or two.',
152+ '> For the latest, use [command.altnautica.com](https://command.altnautica.com)',
153+ '> or clone the repo and run locally (`npm ci && npm run dev`).',
137154 ].join('\n'),
138155 });
0 commit comments