Skip to content

Commit a3349b6

Browse files
committed
Update README and CHANGELOG for v0.0.5
1 parent 5fd9190 commit a3349b6

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to Typst Companion will be documented here.
44

5+
## 0.0.5
6+
7+
- Will no longer warn if [tinymist](https://github.com/Myriad-Dreamin/tinymist) LSP is installed rather than [Typst LSP](https://github.com/nvarner/typst-lsp).
8+
9+
## 0.0.4
10+
11+
- Added out-dent/de-dent with `enter` when cursor is at start of an empty list item.
12+
- Added skip to next line with `ctrl/cmd + enter` when in a list context.
13+
- Added insert a page break with `ctrl/cmd + enter` when not in a list context.
514
## 0.0.3
615

716
- Added toggle Bold with `ctrl/cmd + b`.

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,9 @@ I *strongly* encourage installing Nathan Varner's [Typst LSP](https://github.com
2020

2121
## Release Notes
2222

23-
### 0.0.4
23+
### 0.0.5
2424

25-
- Added out-dent/de-dent with `enter` when cursor is at start of an empty list item.
26-
- Added skip to next line with `ctrl/cmd + enter` when in a list context.
27-
- Added insert a page break with `ctrl/cmd + enter` when not in a list context.
25+
- Will no longer warn if [tinymist](https://github.com/Myriad-Dreamin/tinymist) LSP is installed rather than [Typst LSP](https://github.com/nvarner/typst-lsp).
2826

2927

3028
For previous versions, see the [CHANGELOG on GitHub](https://github.com/CFiggers/typst-companion/blob/main/CHANGELOG.md).

0 commit comments

Comments
 (0)