Skip to content

Releases: inQWIRE/ViZX

0.2.0

13 Aug 17:58
9fd803c

Choose a tag to compare

What's Changed

  • Automatic rendering more robust:
    • Checking for lsp installation
    • Waiting for lsp to start
  • Don't automatically render non-vyzx terms (or set printing all terms)
  • Parse/Render errors allow user to one-click file GitHub issue
  • Allow project/global setting to have user choose if they want auto rendering
  • Add support for \propto= and \propto[c]
  • Shows qualifiers as a text field

Full Changelog: v0.1.2...0.2.0

ready 4 popl frfr

03 Jul 00:52
23067e5

Choose a tag to compare

with whitespace fixes

ready 4 popl

01 Jul 03:32
bbe5760

Choose a tag to compare

0.1.1

removed SVG button

13 Jun 05:02
41778f6

Choose a tag to compare

mostly readme changes; releasing because of the removed svg button.

Happy robot!

22 May 03:03
ec18afc

Choose a tag to compare

surprised robot to happy robot transition
some spacing fixes for stacks and composes
parser fixes: colorswaps
minor text wrapping changes
button to export to PNG

parser ambiguous response fixes

30 Apr 03:13
db249ec

Choose a tag to compare

  • parser returns the first result in all cases where multiple results are returned. usually we either get multiple results only when the same result is returned via multiple parser paths; or if arbitrary variables are parsed ambiguously.
  • fixes for when a diagram is requested after another diagram to prevent rejected promises
  • some refactoring of constants
  • some changes in sizing text and function arguments

lsp args fix

26 Apr 05:44
52f7241

Choose a tag to compare

Merge pull request #9 from inQWIRE/bhakti-branch

version bump

LSP final changes; sizing and deactivation support

26 Apr 05:28
fd5b117

Choose a tag to compare

Changed argument extracted from information passed by lsp; coercion to string.
Changed rendering settings to be in new tab instead of active tab.
when new diagram is rendered, discards old diagram so as to not clutter the tab space.
when same request is made, ignores it (so continuously served lsp information is not re-rendered)
added sizing up, down, and deactivate commands.
fixed parser bug where nstack could not be embedded in stack/compose?

Extracting information from correct field in coq-lsp

31 Mar 04:20
80311e6

Choose a tag to compare

PR to lsp incoming -- need to publish for cross-extension local testing.

Basic stable version

26 Mar 02:10
fb50e26

Choose a tag to compare

command using input box and command for lsp debugging.