Skip to content

Commit

Permalink
v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
supersurviveur committed Jun 25, 2024
1 parent 9101f0f commit bd4d2ea
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to the "typst-math" extension will be documented in this fil

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

## [v0.1.5]
- Fix fonts link
- Add an option to remove unnecessary parentheses
- Better doc for custom theme

## [v0.1.4]
- Improve performances
- Add tests
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "typst-math",
"displayName": "Typst Math",
"version": "0.1.4",
"version": "0.1.5",
"engines": {
"vscode": "^1.85.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/commands/installFonts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as vscode from "vscode";
import installfont from "../installfontLib/installfont";

function installFontManually() {
vscode.env.openExternal(vscode.Uri.parse("https://github.com/supersurviveur/typst-math/blob/main/fonts/"));
vscode.env.openExternal(vscode.Uri.parse("https://github.com/supersurviveur/typst-math/blob/main/assets/fonts/README.md"));
}

export function askForFonts(context: vscode.ExtensionContext) {
Expand Down
2 changes: 1 addition & 1 deletion typst-math-rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "typst-math-rust"
version = "0.1.4"
version = "0.1.5"
authors = ["supersurviveur <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit bd4d2ea

Please sign in to comment.