Skip to content

1.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jan 14:58
· 231 commits to master since this release

Changed

  • The online interpreter no longer interprets shebangs. For compatibility with the CLI, the "condense" button still leaves whitespace in programs that start with #!.
  • Some error messages have been reworded.
  • Overflow checking on most arithmetic operations is now laxer to allow for unsigned numbers.

Fixed

  • Fixed a long-standing rounding bug in GTM that affected times shortly before UTC midnight.
  • Added some missing newlines to the help string.
  • Modifying the input when "include input in URL" is checked now invalidates the generated URL.

Added

  • Added UDV and PTU opcodes (d and p).
  • GDT and GTM (D and T) now work in compiled programs.