Skip to content

Version 1.1.0 Prerelease 2

Pre-release
Pre-release
Compare
Choose a tag to compare
@fnuecke fnuecke released this 01 Jan 22:09
  • Added support for Project: Red bundled redstone wires.
  • Added statically linked Windows library, meaning you don't need to install the VC2012 runtime anymore.
  • Added setting for HTTP request timeout.
  • Fixed event.ignore.
  • Fixed edit program saving an additional newline character at the end of the last line.
  • Fixed edit program failing to open empty files.
  • HTTP responses are now pushed as binary chunks instead of text lines.
  • Checking for cursor position changes in term.read which makes printing to the screen from event callbacks less of an issue when in the shell, for example.