From 81a8332c891629d8059fcf1885e9d4cf358bbde8 Mon Sep 17 00:00:00 2001 From: Zhiming Ma Date: Mon, 17 Jul 2023 16:47:54 +0800 Subject: [PATCH] chore: bump VSCode extension version 0.2.1. (#303) --- clients/vscode/CHANGELOG.md | 20 ++++++++++++++------ clients/vscode/package.json | 2 +- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/clients/vscode/CHANGELOG.md b/clients/vscode/CHANGELOG.md index 0ea2352..b269b15 100644 --- a/clients/vscode/CHANGELOG.md +++ b/clients/vscode/CHANGELOG.md @@ -1,11 +1,19 @@ +## 0.2.1 + +Fixes: + +- Set keybindings for accepting inline completion default to VSCode-style, mark Tabby-Style as experimental. + ## 0.1.2 Features: -* Added Tabby extension walkthrough guides. -* Added Tabby-Style keybindings for accepting inline completion as an alternative to VSCode default keybindings. -* Supported reading user config from `$HOME/.tabby/agent/config.toml`, instead of `Developer Options` in extension settings. + +- Added Tabby extension walkthrough guides. +- Added Tabby-Style keybindings for accepting inline completion as an alternative to VSCode default keybindings. +- Supported reading user config from `$HOME/.tabby/agent/config.toml`, instead of `Developer Options` in extension settings. Fixes: -* Improved code suggestion filtering to avoid showing bad suggestions: - * similar to suffix lines - * containing repetitive patterns \ No newline at end of file + +- Improved code suggestion filtering to avoid showing bad suggestions: + - similar to suffix lines + - containing repetitive patterns diff --git a/clients/vscode/package.json b/clients/vscode/package.json index f088058..fd2bd83 100644 --- a/clients/vscode/package.json +++ b/clients/vscode/package.json @@ -7,7 +7,7 @@ "repository": "https://github.com/TabbyML/tabby", "bugs": "https://github.com/TabbyML/tabby/issues", "license": "Apache-2.0", - "version": "0.1.2", + "version": "0.2.1", "keywords": [ "ai", "autocomplete",