From b2f48c589e2d17361aa04412dbf55b9adbb51d85 Mon Sep 17 00:00:00 2001 From: Jambo Date: Wed, 29 Nov 2023 20:46:01 +0800 Subject: [PATCH] chore: bump to v0.2.2 --- README.md | 2 ++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a4941d..e4fa733 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ Typing Assistant is a plugin that improves writing efficiency and provides a use - Support settings relular styles of markdown to selected text - The menu actively follows the cursor position of writing - Support input link address to generate personalized card +- Supports custom command combinations and drag-and-drop sorting + ## Installation - Open Settings > Third-Party Add-ons - Make sure safe mode is off diff --git a/manifest.json b/manifest.json index bb3bb51..59f68f9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "typing-assistant", "name": "Typing Assistant", - "version": "0.2.1", + "version": "0.2.2", "minAppVersion": "0.15.0", "description": "Support multiple shortcut menus to improve input efficiency", "author": "Jambo", diff --git a/package.json b/package.json index d8fd42c..221d658 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typing-assistant", - "version": "0.2.1", + "version": "0.2.2", "description": "Notion Assistant is a plugin that improves input efficiency and provides a user experience similar to that of【Notion】", "main": "main.js", "scripts": {