Skip to content

Releases: NIKX-Tech/karshipta

karshipta v0.1.2

Choose a tag to compare

@erfanjazebnikoo erfanjazebnikoo released this 09 Aug 02:15
b11fbcb

Added

  • console-core: aircraft markers rebuilt as DOM maplibregl.Marker elements 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 /wire subpath, 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 enum WardMissionState and WardMissionPlan reference) was missing from both the package root and /wire exports, 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

Choose a tag to compare

@github-actions github-actions released this 03 Aug 16:18
60ee52e

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

Choose a tag to compare

@github-actions github-actions released this 29 Jul 01:35
16719ba

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

Choose a tag to compare

@erfanjazebnikoo erfanjazebnikoo released this 29 Jul 00:34
161ba18

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.