Skip to content

Commit

Permalink
Update README and CHANGELOG for v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
CFiggers committed Jun 13, 2024
1 parent 5fd9190 commit a3349b6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to Typst Companion will be documented here.

## 0.0.5

- 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).

## 0.0.4

- Added out-dent/de-dent with `enter` when cursor is at start of an empty list item.
- Added skip to next line with `ctrl/cmd + enter` when in a list context.
- Added insert a page break with `ctrl/cmd + enter` when not in a list context.
## 0.0.3

- Added toggle Bold with `ctrl/cmd + b`.
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@ I *strongly* encourage installing Nathan Varner's [Typst LSP](https://github.com

## Release Notes

### 0.0.4
### 0.0.5

- Added out-dent/de-dent with `enter` when cursor is at start of an empty list item.
- Added skip to next line with `ctrl/cmd + enter` when in a list context.
- Added insert a page break with `ctrl/cmd + enter` when not in a list context.
- 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).


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

0 comments on commit a3349b6

Please sign in to comment.