Skip to content

Releases: dharmab/skyeye

v0.6.3

15 Oct 22:11
Compare
Choose a tag to compare

Minor fixes.

What's Changed

  • Use 2024 as IGRF stub date by @dharmab in #320
  • do not merge contacts which have invalid coordinates by @dharmab in #322

Full Changelog: v0.6.2...v0.6.3

v0.6.2

14 Oct 00:44
Compare
Choose a tag to compare
  • Rewrote SkyEye's TacView client.
    • If the client detects a data inconsistency, it invalidates SkyEye's internal state and then fully resynchronizes with TacView.
    • Client logging is significantly more verbose to allow operators to correlate tacview object state with trackfile state.
  • FADED calls are now only issued if the faded hostile is within weapons range of a friendly.
  • Decluttered Discord trace reports.

What's Changed

  • Only broadcast FADED calls when contact is near a friendly aircraft by @dharmab in #313
  • Remove internal response line from trace report by @dharmab in #314
  • ignore .acmi files by @dharmab in #315
  • Add more callsign parser tests by @dharmab in #316
  • Check if found trackfile location is zero in most workflows by @dharmab in #317
  • Rewrite TacView client by @dharmab in #318
  • Remove callsign from trace context by @dharmab in #319

Full Changelog: v0.6.1...v0.6.2

v0.6.1

09 Oct 20:08
Compare
Choose a tag to compare

Fix a crash that could occur if a hostile trackfile was removed or expired while the controller iterated over combinations of potentially merged trackfiles.

What's Changed

  • fix panic when hostile trackfile is removed after querying merges by @dharmab in #312

Full Changelog: v0.6.0...v0.6.1

v0.6.0

07 Oct 03:55
Compare
Choose a tag to compare

SkyEye can now publish a report to a Discord webhook when it responds to a request or broadcasts a call, making it easier for players and admins to troubleshoot the bot.

What's Changed

  • Add tracing and support Discord webhooks by @dharmab in #309

Full Changelog: v0.5.2...v0.6.0

v0.5.2

20 Sep 23:11
Compare
Choose a tag to compare

What's Changed

  • Handle partial transforms and re-used object IDs in ACMI data by @dharmab in #306

Full Changelog: v0.5.1...v0.5.2

v0.5.1

20 Sep 23:04
Compare
Choose a tag to compare

Fix an issue where the ghcr.io/dharmab/skyeye:v0.5.0 image was the skyeye-scaler image rather than the skyeye image.

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

18 Sep 01:33
Compare
Choose a tag to compare
  • SRS' secure coalition radios/coalition audio security is now supported. Note this is not an actual security feature (hence why SkyEye was effectively bypassing it before this version), it is a roleplaying feature only.
  • PICTURE requests no longer require callers to provide their callsign.
  • Tweaks to the bot's pronunciation based on SME feedback.
  • Tweaks to speech recognition based on playtesting.
  • An autoscaler companion tool has been added which can be used to trigger creating or destroying a SkyEye cloud instance as needed, significantly reducing hosting costs. See the documentation in the admin guide for details.
  • On Windows, WinSW is now bundled for service management, replacing the PowerShell wrapper script.
  • A configuration flag has been added which redacts non-essential STT transcriptions from the logs.

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

12 Sep 04:11
Compare
Choose a tag to compare

Controller now broadcasts MERGED calls, and also includes MERGED WITH fill-in in PICTURE, BOGEY DOPE, DECLARE and SNAPLOCK.

What's Changed

  • Implement MERGED calls by @dharmab in #248
  • Clear trackfile database on mission restart by @dharmab in #266
  • Fix formatting of SUNRISE call by @dharmab in #281
  • Log version and whisper model information on startup by @dharmab in #282
  • Add missing build tags to VSC settings by @dharmab in #283
  • Force English transcription when using multilingual model by @dharmab in #284

Full Changelog: v0.3.1...v0.4.0

v0.3.1

10 Sep 06:23
Compare
Choose a tag to compare
  • Controller now responds to your radio checks with a less confusing message when it heard you but can't see you on the radar scope (e.g. because you're still starting your aircraft on the ramp)
  • Slight improvements to speech recognition quality
  • Controller will no longer respond to your DECLARE or SNAPLOCK calls with a declaration for your own aircraft
  • Player's guide updated with recommendation to avoid callsigns that sound kind of like numbers (e.g. "Knight"/"Nine")
  • Minor updates to documentation and various internal improvements

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

03 Sep 00:34
4b1d428
Compare
Choose a tag to compare

SkyEye can now listen and speak on multiple radio frequencies, similar to a human using the Simultaneous Transmission feature in SRS.

What's Changed

Full Changelog: v0.2.12...v0.3.0