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.7.3 (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
Enter-tainer authored Aug 20, 2023
1 parent d79ac96 commit 711ebbd
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

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-preview"
version = "0.7.2"
version = "0.7.3"
authors = ["The Typst Project Developers"]
edition = "2021"

Expand Down
4 changes: 4 additions & 0 deletions addons/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,7 @@ Add preview button
- #78: Currently only the latest compile/render request is processed. This should fix the problem where the preview request will queue up when you type too fast and the doc takes a lot of time to compile.
- #81: We now use a more robust way to detect the whether to kill stale server process. This should fix the problem where the when preview tab will become blank when it becomes inactive for a while.
- #87: Add enum description for `typst-preview.scrollSync`. Previously the description is missing.

## v0.7.3

- Bugfix: fix a subtle rendering issue, [typst.ts#306](https://github.com/Myriad-Dreamin/typst.ts/pull/306).
4 changes: 4 additions & 0 deletions addons/vscode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,7 @@ Add preview button
- #78: Currently only the latest compile/render request is processed. This should fix the problem where the preview request will queue up when you type too fast and the doc takes a lot of time to compile.
- #81: We now use a more robust way to detect the whether to kill stale server process. This should fix the problem where the when preview tab will become blank when it becomes inactive for a while.
- #87: Add enum description for `typst-preview.scrollSync`. Previously the description is missing.

### v0.7.3

- Bugfix: fix a subtle rendering issue, [typst.ts#306](https://github.com/Myriad-Dreamin/typst.ts/pull/306).
2 changes: 1 addition & 1 deletion 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"
},
"version": "0.7.2",
"version": "0.7.3",
"engines": {
"vscode": "^1.77.0"
},
Expand Down

0 comments on commit 711ebbd

Please sign in to comment.