Skip to content

Commit 1071824

Browse files
committed
chore: bump version to 0.1.5 + update release notes
1 parent 2e71f86 commit 1071824

2 files changed

Lines changed: 23 additions & 6 deletions

File tree

.github/workflows/desktop-release.yml

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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
});

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "altnautica-command",
3-
"version": "0.1.3",
3+
"version": "0.1.5",
44
"private": false,
55
"license": "GPL-3.0-only",
66
"description": "Altnautica Command — Open-source Ground Control Station for autonomous drones",

0 commit comments

Comments
 (0)