Releases: leanprover/vscode-lean4
Releases · leanprover/vscode-lean4
v0.0.185-pre
- Make InfoView detachable into a separate window (#544)
- Turn activation errors into modal errors that remain sticky when closed (#547)
- Add a spinner to the InfoView to indicate that it is loading (#546)
- Rename the 'Fetch Mathlib Build Cache For Focused File' command to 'Fetch Mathlib Build Cache For Current Imports' so that it is more clear that it pulls the cache for all imports, too (#543)
- Add 'Restart File' button to 'Fetch Cache For Current Imports' notification since it covers the 'Restart File' button of the InfoView (#543)
- Replace the @vscode/webview-ui-toolkit library since it is being deprecated in January 2025 (#545)
- Fix a handler leak (#498, author: @abentkamp)
v0.0.184
- Improve UX of progress bars (#542)
- Add information to the manual about default settings set by vscode-lean4 (#540)
v0.0.183
- Make widgets persistent again when the text cursor is moved (#535, author: @Vtec234)
v0.0.182
Accidental release that was identical to 0.0.181.
v0.0.181
- Add another missing file to the bundle to make the MoogleView work (#537)
v0.0.180
- Improve InfoView hover Markdown rendering (#534, author: @Vtec234)
- Fix MoogleView loading error by bundling its static folder (#536)
v0.0.178
- Remove the
\rial
right-to-left abbreviation (#525)
- Add double parens abbreviations (#523, author: @Julian)
v0.0.177
- 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
- Add presets for 'Download Project' command (#507)
- Add command to fetch cache of focused file (#509)