Skip to content

Commit

Permalink
0.0.4 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
CFiggers committed May 5, 2024
1 parent 11ec632 commit 240457b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ A VS Code extension that adds Markdown-like editing niceties **on top of and in
- Keyboard Shortcuts for:
- Toggle Bold, Italics, and Underline (`ctrl/cmd + b|i|u`)
- Increase and decrease header level (`ctrl/cmd + shift + ]|[`)
- Insert a page break (`ctrl/cmd + enter`, when not in a list context)

## Requirements

Expand All @@ -19,13 +20,12 @@ I *strongly* encourage installing Nathan Varner's [Typst LSP](https://github.com

## Release Notes

### 0.0.3
### 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.

- Added toggle Bold with `ctrl/cmd + b`.
- Added toggle Italic with `ctrl/cmd + i`.
- Added toggle Underline with `ctrl/cmd + u`.
- Added increase/decrease Header level with `ctrl/cmd + shift + ]` and `ctrl/cmd + shift + ]`, respectively.
- Added 'Typst Companion: Toggle List' command to command palette.

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "typst-companion",
"displayName": "Typst Companion",
"description": "Adds Markdown-like editing niceties on top of Typst LSP.",
"version": "0.0.3",
"version": "0.0.4",
"author": "Caleb Figgers",
"publisher": "CalebFiggers",
"icon": "icons/typst-companion-icon.png",
Expand Down

0 comments on commit 240457b

Please sign in to comment.