diff --git a/Cargo.lock b/Cargo.lock index cdd2651..a00913e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3677,7 +3677,7 @@ dependencies = [ [[package]] name = "typst-preview" -version = "0.11.6" +version = "0.11.7" dependencies = [ "anyhow", "await-tree", diff --git a/Cargo.toml b/Cargo.toml index 1902a97..1ef0496 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "typst-preview" description = "A previewer for the Typst typesetting system." license = "MIT" repository = "https://github.com/Enter-tainer/typst-preview" -version = "0.11.6" +version = "0.11.7" authors = ["The Typst Project Developers"] edition = "2021" build = "build.rs" diff --git a/addons/vscode/CHANGELOG.md b/addons/vscode/CHANGELOG.md index d83d7b7..c0c6f0d 100644 --- a/addons/vscode/CHANGELOG.md +++ b/addons/vscode/CHANGELOG.md @@ -4,6 +4,13 @@ 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.7 - [2024-06-09] + +Thanks @7sDream for this release! + +- Add supports for setting `sys.inputs` in configuration +- Add support for ignoring system fonts. + ## v0.11.6 - [2024-05-19] - Add extension icon designed by Zoknatwrd and QuarticCat🔮 diff --git a/addons/vscode/package.json b/addons/vscode/package.json index 511991e..d095be0 100644 --- a/addons/vscode/package.json +++ b/addons/vscode/package.json @@ -9,7 +9,7 @@ "type": "git", "url": "https://github.com/Enter-tainer/typst-preview" }, - "version": "0.11.6", + "version": "0.11.7", "engines": { "vscode": "^1.77.0" },