Skip to content

Releases: yamcs/yamcs-studio

v1.6.5

03 Apr 15:45
bc9a387
Compare
Choose a tag to compare
  • Run command stacks in the background rather than forcing a progress window
  • Add parallel support for import/export of *.ycs command stacks
  • Show a message when a command triggered from a script failed to be submitted
  • Add PVUtil.getUnits(pv) to Script API
  • When applicable, return LOW or HIGH indication for Yamcs parameter PVs when using PVUtil.getStatus(pv)
  • Add Yamcs.getMonitoringResult(pv) to Script API to access the monitoring result of a Yamcs parameter PV. This may provide more specific information then the more general PVUtil.getSeverityString(pv)
  • Fixes a token refresh issue that could occur when connecting to an authenticated server

v1.6.4

15 Feb 21:00
4d1cbbd
Compare
Choose a tag to compare
  • Fix issue with default workspace not restoring to latest. #122
  • Add Basic Auth option to connection dialog. #118
  • Make it impossible to delete the predefined color names Disconnected, Invalid, Minor and Major, and fix a bug where it was not possible to modify their color preference.
  • Fix an issue when opening a standalone OPI for a second time. #98
  • Add a view that lists open standalone OPIs.
  • Fix the context menu on standalone OPIs.
  • Unminimize a standalone OPI when opening it via an Action Button.
  • Add a new Format Type: Time String (Unix Millis) to Text Update and Text Input widgets. It allows to render a value in milliseconds as a time string.
  • Make the use of decimal separator more consistent. In certain regions, there was a mixup between the use of , and .. Going forward the default locale is set to en_US and so always uses . as the decimal separator.

v1.6.3

02 Nov 12:13
6796054
Compare
Choose a tag to compare
  • Fix Combo not showing selected value with items are numeric and writing to a local PV.
  • Add Show Low/High property to Text Update and Text Input widgets. It displays an up/down arrow when the value is too high or low.
  • Add support for showing cascaded command info (i.e. command attributes relayed from an upstream server).
  • Add a script function to write a text file to a Yamcs bucket.
  • Mark replay range in purple.

v1.6.2

31 May 13:47
ba4c9f7
Compare
Choose a tag to compare
  • Add script syntax coloring
  • Show TC validation on string minChars/maxChars
  • Show TC validation on binary minBytes/maxBytes
  • Fixed issue with bullet color of acks other than Q, R, S

v1.6.1

02 Mar 12:43
3f0110e
Compare
Choose a tag to compare
  • Use with Yamcs v5.6.0
  • Allow Image widget to reference a URL (http:// or https://)
  • Allow Image widget to reference an object in a Yamcs bucket. E.g. ys://my-bucket/some/object references the object some/object in the bucket my-bucket.
  • General cleanup in "OPI Examples" project (if you re-add it to your workspace)
  • Fix issue where some dialog toolbars were not visible on some version of macOS
  • Fix a font loading issue on Windows with the default Liberation Sans font

There were a few internal changes, so if a view appears to not work, try closing and reopening it.

v1.6.0

19 Nov 12:02
84542e7
Compare
Choose a tag to compare
  • Use platform-independent datetime selectors
  • Full rewrite of Archive view #7
  • Add FileUtil.openDirectoryDialog for use in scripts
  • Reduce the time required to import past commands in Command History view
  • Release binaries now include a version for ARM-based macs.

Along with this release, all scripts and widgets are now fully specified online:

v1.5.9

30 Jul 15:24
a4d26da
Compare
Choose a tag to compare
  • Fix Archive view (again)
  • Fix handling of boolean arguments
  • Fix "S" (Sent) column always showing grey bullet in Command History view

v1.5.8

19 Jul 14:29
4330f96
Compare
Choose a tag to compare
  • Add source filter to Event Log #110

  • Start removal process of redundant Acknowledge_Released and PTV Command History columns:

    • New workspaces: no longer present in default columns.
    • Existing workspaces: you may choose to get rid of them by opening the "Configure Columns" dialog of the Event Log view and clicking "Restore Defaults".
  • Fix clear of Event Log when a filter is active.

  • Fix Linux issue where ACK bullets are not visible when selecting a line.

v1.5.7

07 Jul 07:46
a9fcb5a
Compare
Choose a tag to compare
  • Make formatting of float-type values more consistent with Yamcs (for example: keep 838.12 instead of 838.1199951171875) #109
  • Print integer-type values without decimal part (for example: 3 instead of 3.0) #109
  • Print stdout of externally run commands in Console Log view.

v1.5.6

09 Jun 19:11
71edf22
Compare
Choose a tag to compare
  • Adds a build for Linux AArch64.
  • Embedded JDK was upgraded from Java 11 to Java 15 (Yamcs Studio remains compatible with Java 11 or later, including non-LTS versions).
  • Fixes a command-related permission issue when using with Yamcs v5.5.x or later.