Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release 0.4.3 #64

Merged
merged 2 commits into from
Nov 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to the "rzk-1-experimental-highlighting" extension will be d

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## v0.4.3 - 2023-11-02

- Check for updates to Rzk periodically (hourly for now) instead of just on launch ([#53](https://github.com/rzk-lang/vscode-rzk/pull/53)).
- Fix the word pattern once more to detect Rzk identifiers properly without interfering with the latex-input extension ([#61](https://github.com/rzk-lang/vscode-rzk/pull/61)).
- Fix updating Rzk installation on Ubuntu ([#63](https://github.com/rzk-lang/vscode-rzk/pull/63))

## v0.4.2 — 2023-09-28

- Fix the word pattern to allow triggering latex-input extension on `\` (see [#51](https://github.com/rzk-lang/vscode-rzk/pull/51))
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Rzk",
"description": "Interactive theorem proving support in VS Code for Rzk, a proof assistant for synthetic ∞-categories",
"icon": "images/icon.png",
"version": "0.4.2",
"version": "0.4.3",
"repository": "https://github.com/rzk-lang/vscode-rzk",
"publisher": "NikolaiKudasovfizruk",
"main": "./out/extension.js",
Expand Down