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

Commit

Permalink
Bump version to v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Enter-tainer committed Nov 23, 2023
1 parent 4c3532f commit 3649bf3
Show file tree
Hide file tree
Showing 5 changed files with 21 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.9.1"
version = "0.9.2"
authors = ["The Typst Project Developers"]
edition = "2021"
build = "build.rs"
Expand Down
9 changes: 9 additions & 0 deletions addons/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,3 +198,12 @@ Add preview button
- Bug fixes:
- Previously the `Compiling` status is never sent to the status bar item. This is now fixed.
- #183 #128 Various rendering fix.

## v0.9.2

- Features:
- You can now enable a preview panel in the sidebar. See `typst-preview.showInActivityBar`.
- A new keybinding is added. You can trigger preview by using `Ctrl`/`Cmd` + `k` `v` now.

- Bug fix:
- Scroll to cursor on 2-column documents is now improved.
9 changes: 9 additions & 0 deletions addons/vscode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,3 +231,12 @@ Add preview button
- Bug fixes:
- Previously the `Compiling` status is never sent to the status bar item. This is now fixed.
- #183 #128 Various rendering fix.

### v0.9.2

- Features:
- You can now enable a preview panel in the sidebar. See `typst-preview.showInActivityBar`.
- A new keybinding is added. You can trigger preview by using `Ctrl`/`Cmd` + `k` `v` now.

- Bug fix:
- Scroll to cursor on 2-column documents is now improved.
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.9.1",
"version": "0.9.2",
"engines": {
"vscode": "^1.77.0"
},
Expand Down

0 comments on commit 3649bf3

Please sign in to comment.