Skip to content

0.9.8 (February 06, 2019)

Compare
Choose a tag to compare
@tleonhardt tleonhardt released this 07 Feb 02:49
· 1992 commits to master since this release
bc9fd93
  • Bug Fixes
    • Fixed issue with echoing strings in StdSim. Because they were being sent to a binary buffer, line buffering was being ignored.
  • Enhancements
    • Made quit() and exit() functions available to scripts run with pyscript. This allows those scripts to exit back to the console's prompt instead of exiting the whole application.