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

Commit

Permalink
Add v0.10.9 to make vscode happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Enter-tainer committed Mar 10, 2024
1 parent bc79a79 commit b4b529a
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 5 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.11.0-rc1"
version = "0.10.9"
authors = ["The Typst Project Developers"]
edition = "2021"
build = "build.rs"
Expand Down
11 changes: 10 additions & 1 deletion addons/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,16 @@ All notable changes to the "typst-preview" extension will be documented in this

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

## v0.11.0-rc1 - [2024-03-10]
## v0.10.9 - [2024-03-10]

- Features:
- Upgrade to typst v0.11.0-rc1
- Bug fixes:
- May fix a bug when typst preview cannot launch on some windows machines
- Fix jumping view while zooming
- Fix cannot use relative path in `typst-preview.fontPaths`

## ~~v0.11.0-rc1 - [2024-03-10]~~

- Features:
- Upgrade to typst v0.11.0-rc1
Expand Down
10 changes: 9 additions & 1 deletion addons/vscode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,17 @@ This project is not affiliated with, created by, or endorsed by Typst the brand.

## Release Notes


### v0.11.0-rc1 - [2024-03-10]

- Features:
- Upgrade to typst v0.11.0-rc1
- Bug fixes:
- May fix a bug when typst preview cannot launch on some windows machines
- Fix jumping view while zooming
- Fix cannot use relative path in `typst-preview.fontPaths`

### ~~v0.11.0-rc1 - [2024-03-10]~~

- Features:
- Upgrade to typst v0.11.0-rc1
- Bug fixes:
Expand Down
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.11.0-rc1",
"version": "0.10.9",
"engines": {
"vscode": "^1.77.0"
},
Expand Down

0 comments on commit b4b529a

Please sign in to comment.