Skip to content

Releases: wuespace/telestion-project-daedalus2

v0.20.0

08 Dec 20:01
Compare
Choose a tag to compare

Bug Fixes

  • application: Regenerate Mavlink code again (4f09714)
  • client: Fix widget ids in Telecommand dashboard (b518bb0)

Features

  • application: Print source id on telecommand in D2 TM simulator (0c8855c)

v0.19.0

08 Dec 18:07
Compare
Choose a tag to compare

Bug Fixes

  • application: Regenerate Mavlink code to fix generation from last version (2fb4132)

Features

  • application: Log Mavlink parser stats after every received message chunk (ab4c765)

v0.18.0

08 Dec 16:25
Compare
Choose a tag to compare

Bug Fixes

  • application: Add Message Chunker information to Redis check list (5eb0865)

Features

  • application: Add Telecommand Generator verticle to generate a bunch of telecommands (a9751b8)
  • application: Update D2 TM simulator (cb3445c)
  • application: Update mavlink definition file and regenerate python and Java files (96248b1)
  • client: Add debug dashboard with Eventbus debug widget to user config (1d9c2aa)
  • client: Add ejector camera widget for camrec and camled TCs to the ejector (828f3f7)
  • client: Add radio silence and ejector camera widgets to the Telecommands dashboard (49baf9d)
  • client: Add radio silence widget to easily trigger and abort the radio silence sequence using buttons (with confirmation dialogs) (4037ca7)
  • client: Remove outdated/invalid default values for the current values and graph widget (d4d752f)
  • widget: Filter out invalid and entry and exit states from state change widget (0781f0c)

v0.17.0

02 Dec 03:31
Compare
Choose a tag to compare

Features

  • Add updated MavLink definition for Daedalus2 (80ef4d2)
  • application: Add Message Chunker with updated configuration (33b0b12)

v0.16.4

01 Dec 01:49
Compare
Choose a tag to compare

Bug Fixes

  • ci: Remove zip and upload part for generated client build because it does not work :trollface: (221a4db)

v0.16.3

01 Dec 01:31
Compare
Choose a tag to compare

Bug Fixes

  • ci: Fix release workflow by adding one step more (67fc8df)

v0.16.2

01 Dec 01:22
Compare
Choose a tag to compare

Bug Fixes

  • ci: Fix release workflow again (c2f2538)

v0.16.1

01 Dec 01:13
Compare
Choose a tag to compare

Bug Fixes

  • ci: Fix invalid replace pattern in client release workflow (60f76db)

v0.16.0

01 Dec 01:11
Compare
Choose a tag to compare

Bug Fixes

  • application: Fix bug where uploaded data which is not Base64 encoded throws and breaks the verticle (0a12988)
  • application: Fix Iridium Message Mapper not sending receive time in header resulting in errors in Redis Saver (66b0ca2)
  • application: Increase size of integer elements in IE header to prevent unsigned integer overflow (1da78b7)
  • client: Add Client side implementation to handle uploaded data which can be invalid (4665c7e)
  • client: Fix several small visual issues in the Seed ECAM Widget (2935e89)
  • widget: Fix title overflow in A-GPS Upload widget (7c678fa)

Features

  • application: Add Assist Now generator script (6cc21a4)
  • application: Add iridium message channels to Redis and Mongo saver (f770756)
  • application: Add message mapper verticle to map iridium messages to redis readable data (97d32c1)
  • application: Add Telecommand Counter verticle (9328e58)
  • application: Partially rewrite TelecommandSender verticle to send different MAVLink messages based on Telecommand Messages (01ff65b)
  • client: Add current D2 mission time in header (58bb9b8)
  • client: Add State change widget (ba08b83)
  • client: Move and refactor states from State widget to model (5daea49)
  • client: Refactor and clean up state widget and make use of the new state definitions (88693e7)

v0.15.1

30 Oct 12:48
Compare
Choose a tag to compare

Bug Fixes

  • application: Send time in seconds instead of milliseconds in TimeSync TC (9b7a8af)
  • client: Adjust Seed ECAM widget to new data structure (254d571)