Skip to content

v0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@redxdev redxdev released this 18 Apr 06:01
· 18 commits to master since this release

Version 0.5.0 of imquery. Binary distributions are available for Windows (x64) and Linux (built on Ubuntu x64). Distributions come with iqc, testimq, imq, and cimq. Both versions provides the antlr4 runtime, though on linux you should ideally install it yourself from an official distribution.

Changelog

Added

  • Shorthand math operators (+=, -=, *=, /=, %=)
  • error function
  • hash function
  • try function
  • QColor.mag function
  • import chaining/io rewriting
  • removed restriction on setting outputs multiple times

Changed

  • Fixed function subcontexts setting the wrong variables as arguments due to a parent context having another variable named the same way.