Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
fenjalien committed Mar 19, 2024
1 parent 362cc58 commit 3fe7b32
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
# 0.10.0
- Upgrade to Typst 0.11.0
- Update fonts to be equal with Typst 0.11

# 0.9.0
- Upgrade to Typst 0.10.0
- Remove SVGO dependency
Expand Down
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -11,6 +11,7 @@ Renders `typst` code blocks, and optionally math blocks, into images using [Typs

| Plugin | Typst |
|-|-|
| 0.10 | 0.11.0 |
| 0.9 | 0.10.0 |
| 0.8 | 0.9.0 |
| 0.7 | 0.8.0 |
Expand Down Expand Up @@ -127,3 +128,5 @@ Install it by copying `main.js`, `styles.css`, `obsidian_typst_bg.wasm` and `man
- [ ] Custom editor for `.typ` files
- [x] Mobile file reading
- [x] Automate package downloading
- [ ] Use `sys.stdin` for preambles instead of modifying the source cod
- [ ] Overhall plugin structure (mostly communication with the webworker)
2 changes: 1 addition & 1 deletion manifest.json
@@ -1,7 +1,7 @@
{
"id": "typst",
"name": "Typst Renderer",
"version": "0.9.0",
"version": "0.10.0",
"minAppVersion": "1.0.0",
"description": "Renders `typst` code blocks and math blocks with Typst.",
"author": "fenjalien",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "obsidian-typst-plugin",
"version": "0.9.0",
"version": "0.10.0",
"description": "Renders `typst` code blocks to images with Typst.",
"main": "main.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions versions.json
@@ -1,4 +1,5 @@
{
"0.10.0": "1.0.0",
"0.9.0": "1.0.0",
"0.7.1": "1.0.0",
"0.7.0": "1.0.0",
Expand Down

0 comments on commit 3fe7b32

Please sign in to comment.