Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
bump to v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Enter-tainer committed Jul 25, 2023
1 parent 480870e commit 0a0476d
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "typst-ws"
version = "0.6.1"
version = "0.6.2"
authors = ["The Typst Project Developers"]
edition = "2021"

Expand Down
9 changes: 9 additions & 0 deletions addons/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,12 @@ Add preview button
- #52: Bug fix about VDOM operation
- Enhancement
- #54: Only scroll the preview panel when the event is triggered by mouse

## v0.6.1

- Fix empty file preview. Previously, if you start with an empty file and type something, the preview will not be updated. This is now fixed.

## v0.6.2

- Fix #60 and #24. Now we watch dirty files in memory therefore no shadow file is needed. Due to the removal of disk read/write, this should also improve performance and latency.
- Preview on type is now enabled by default for new users. Existing users will not be affected.
9 changes: 9 additions & 0 deletions addons/vscode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,12 @@ Add preview button
- #52: Bug fix about VDOM operation
- Enhancement
- #54: Only scroll the preview panel when the event is triggered by mouse

### v0.6.1

- Fix empty file preview. Previously, if you start with an empty file and type something, the preview will not be updated. This is now fixed.

### v0.6.2

- Fix #60 and #24. Now we watch dirty files in memory therefore no shadow file is needed. Due to the removal of disk read/write, this should also improve performance and latency.
- Preview on type is now enabled by default for new users. Existing users will not be affected.
4 changes: 2 additions & 2 deletions addons/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "git",
"url": "https://github.com/Enter-tainer/typst-preview-vscode"
},
"version": "0.6.1",
"version": "0.6.2",
"engines": {
"vscode": "^1.77.0"
},
Expand Down Expand Up @@ -80,7 +80,7 @@
"onSave",
"onType"
],
"default": "onSave",
"default": "onType",
"enumDescriptions": [
"Refresh preview on save",
"Refresh preview on type"
Expand Down

0 comments on commit 0a0476d

Please sign in to comment.