Skip to content

Releases: leanprover/vscode-lean4

v0.0.178

10 Sep 07:47
Compare
Choose a tag to compare
  • Remove the \rial right-to-left abbreviation (#525)
  • Add double parens abbreviations (#523, author: @Julian)

v0.0.177

28 Aug 12:16
Compare
Choose a tag to compare
  • Fixes a bug where clicking the filter button in the InfoView would collapse the goal state (#511)
  • Updates the display name of the extension from lean4 to Lean 4 so that it can be searched for more easily (#521)

v0.0.176

23 Jul 07:42
Compare
Choose a tag to compare
  • Add presets for 'Download Project' command (#507)
  • Add command to fetch cache of focused file (#509)

v0.0.175

22 Jul 07:58
Compare
Choose a tag to compare
  • Improve InfoView performance (#500)

v0.0.174

10 Jul 17:06
Compare
Choose a tag to compare
  • Another attempt at getting README images to work on the VS Code marketplace (#503)

v0.0.173

10 Jul 16:15
Compare
Choose a tag to compare
  • Attempt fixing broken marketplace links (#502)

v0.0.172

10 Jul 15:57
Compare
Choose a tag to compare
  • Updates the README so that it can be displayed in the marketplace (#501)

v0.0.171

01 Jul 09:57
Compare
Choose a tag to compare
  • Fix several issues where the extension would not inform the language server about certain documents (#491)
  • Fix a command handler leak affecting the abbreviation mechanism (#492)

v0.0.170

27 Jun 11:29
Compare
Choose a tag to compare
  • Fix a bug that would sometimes crash the extension on activation (vscode-lean4#488)
  • Ensure that the "Internal error" popup at the start is not excessively large (vscode-lean4#488)

v0.0.169

26 Jun 07:54
Compare
Choose a tag to compare

Publishing to OpenVSX was down for the last week, so CI did not produce GitHub releases for the versions 0.0.165 - 0.0.168.

0.0.169

  • Add VS Code and VS Code extension version to the set of setup diagnostics (#485)

0.0.168

  • Fix an activation race condition (#482)
  • Set the X-Loogle-Client header for Loogle queries (#481)

0.0.167

  • Resolve a couple of new abbreviation regressions (#480)

0.0.166

  • Fix a bug that would sometimes cause the extension to not activate properly (#476)
  • Set the User-Agent header for Loogle queries (#477)

0.0.165

  • Export the useRpcSession from the InfoView (#474)