Skip to content

v5.16.1

Compare
Choose a tag to compare
@jmthomas jmthomas released this 09 May 12:29
· 77 commits to main since this release

OpenC3 COSMOS 5.16.1 - Command Sender History and Playwright Enhancements

Welcome to OpenC3 COSMOS 5.16.1!

This release adds some minor features, fixes the UBI build and improves our Playwright end to end testing.

Potentially breaking changes from 5.15.x

Script wait methods that wait on a condition now return true/false to indicate if the wait condition was successful or not. Previously these wait methods returned the number of seconds actually waited.

Command Sender History

Command Sender now remembers history on a browser refresh. The delete button will clear the history.

Other Improvements

  • Limits Monitor clear all ignored items
  • Code completion works with Python fstrings, e.g. cmd(f"INST

All Pull Requests in this Release

Prerequisites:
Docker - Running OpenC3 requires a working Docker or Podman installation. Typically Docker Desktop on Windows / Mac. Plain Docker or Podman also works on linux. We actively develop and run with Docker Desktop on Mac/Windows, and Linux on Raspberry Pi, so if you have any issues on another platform, please let us know by submitting a ticket!

Minimum Resources allocated to Docker: 4GB RAM, 1 CPU, 80GB Disk
Recommended Resources allocated to Docker: 16GB RAM, 2+ CPUs, 100GB Disk
Also requires docker compose version 1.27+

To Run:

Please see our documentation at https://openc3.com

Try it out and let us know what you think! Please submit any issues as Github tickets, or any generic feedback to support@openc3.com.

Thanks!

Full Changelog: v5.16.0...v5.16.1