Releases: NIKX-Tech/karshipta
Release list
karshipta v0.1.2
Added
- console-core: aircraft markers rebuilt as DOM
maplibregl.Markerelements with real inline SVG instead of a canvas-rasterized MapLibre symbol layer, fixing fine-detail loss at typical marker size. Real top-down airliner silhouettes per category; military fixed-wing aircraft get a genuinely distinct fighter silhouette instead of a recolored civilian one, military rotorcraft keep the existing helicopter shape. Marker position and heading now animate between fixes instead of snapping, and the refresh interval drops from 16s to 7s. - console-core: Obstacles, Airports, and Aircraft map layers default on; Obstacles gained zoom-based thinning to support that. Richer popup data: airport private/PPR access flags and METAR flight category, earthquake USGS PAGER alert level and tsunami warnings with a link to the event page, wildfire day/night detection.
- console-core: new "center on my location" map control, using the browser's geolocation.
- console-core: export the Fleet/Zone/FleetMission message codecs from the
/wiresubpath, not just the package root - the server-side-safe entrypoint a consuming backend actually needs to encode/decode those envelopes without pulling in browser-only Svelte component CSS.
Fixed
- console-core:
WardMissionStatus(the enumWardMissionStateandWardMissionPlanreference) was missing from both the package root and/wireexports, leaving no way to reference ACTIVE/STOPPED/REJECTED by name. - console-core: aircraft viewport tiling collapsed into small dense clusters instead of spreading real coverage across a wide zoomed-out view; fixed to a grid sized proportionally to how much bigger the viewport is than one tile's coverage. Also fixed the loading banner blinking on ordinary background refreshes.
Full Changelog: v0.1.1...v0.1.2
karshipta v0.1.1
Unsigned gateway binaries. karshipta_gateway is the full build (MAVLink + relay, all platforms including Windows - see gateway/docs/relay-transport.md). karshipta_herald is the MAVLink-disabled build for Herald-only ingestion (see gateway/docs/herald-ingest.md). Each archive includes a .sha256 checksum.
karshipta v0.1.0
Unsigned gateway binaries. karshipta_gateway is the full build (MAVLink + relay on macOS/Linux; Windows ships without relay, relayly's C++ SDK has no Windows TLS backend yet - see gateway/docs/relay-transport.md). karshipta_herald is the MAVLink-disabled build for Herald-only ingestion (see gateway/docs/herald-ingest.md). Each archive includes a .sha256 checksum.
Documentation assets
Static assets referenced from README/docs (images, GIFs) that are hosted here instead of committed to the repo, to keep repo size small. Not a software release - no build artifacts here.