From 240457b5e822c993a337389b8fdaa8e978f0ed62 Mon Sep 17 00:00:00 2001 From: Caleb Figgers Date: Sat, 4 May 2024 19:40:32 -0500 Subject: [PATCH] 0.0.4 Release --- README.md | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 01aec8a..7db29fa 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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). diff --git a/package.json b/package.json index b5eab06..48f1e5a 100644 --- a/package.json +++ b/package.json @@ -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",