Skip to content

Releases: kind2-mc/vscode-kind2

Kind 2 VS Code Extension 0.11.1

23 May 18:42
Compare
Choose a tag to compare
Pre-release
  • Update the Simulator interface:
    • Change the default number of columns
    • Decrease the font size of node names

Kind 2 VS Code Extension 0.11.0

23 May 16:49
Compare
Choose a tag to compare
Pre-release
  • Update Kind 2 to version 2.2.0 and Z3 to version 4.13.0
  • Add support for the linux-arm64 platform
  • Add syntax highlighting for refinement types
  • Add support for realizability checks
  • Filter out candidate properties from the final result
  • Fix the display of some icons

Kind 2 VS Code Extension 0.10.0

26 Dec 22:47
Compare
Choose a tag to compare
Pre-release

Update Kind 2 binary to version 2.1.1

Kind 2 VS Code Extension 0.9.0

06 Dec 20:49
Compare
Choose a tag to compare
Pre-release
  • Update Kind 2 to version 2.1.0 and Z3 to version 4.12.4
  • Update syntax highlighting:
    • Add param and assuming keywords
    • Replace choose keyword with any
  • Update node packages

Kind 2 VS Code Extension 0.8.2

20 Jul 16:01
Compare
Choose a tag to compare
Pre-release
  • Update kind2-language-server to v0.1.6 (includes fix)

Kind 2 VS Code Extension 0.8.1

22 Jun 02:56
Compare
Choose a tag to compare
Pre-release
  • Include kind2-language-server (missing in v0.8.0)

Kind 2 VS Code Extension 0.8.0

21 Jun 23:35
Compare
Choose a tag to compare
Pre-release
  • Update Kind 2 to version 2.0.0.
  • Update syntax highlighting for subrange types with an open end
  • Add SMTInterpol as backend SMT solver
  • Add new IC3IA engine module
  • Add check_reach and check_nonvacuity options
  • Add option to set SMT QE Solver
  • Add option to set SMT ITP Solver
  • Add ic3ia_max option
  • Remove dump_cex option

Kind 2 VS Code Extension 0.7.0

26 Apr 23:44
Compare
Choose a tag to compare
Pre-release
  • Update Z3 to version 4.12.1 and Kind 2 to version 1.9.0.
  • Update syntax highlighting: elsif, provided, choose.
  • Update button for counterexamples.
  • Remove protractor dependency from interpreter
  • Update all node packages of interpreter to latest compatible version
  • Replace TSLint with ESLint in interpreter.

Kind 2 VS Code Extension 0.6.2

15 Mar 03:32
Compare
Choose a tag to compare
Pre-release
  • Force publication of universal version before platform-specific versions. Otherwise vsce fails publishing universal version.

Kind 2 VS Code Extension 0.6.1

15 Mar 00:29
1c37ea5
Compare
Choose a tag to compare
Pre-release
  • Build static Z3 binary for universal version.