docs(vscode): add changelog. (#300)

sweep/improve-logging-information
Zhiming Ma 2023-07-16 16:03:13 +08:00 committed by GitHub
parent 95bd53ac9c
commit 3c8455077e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
## 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.
Fixes:
* Improved code suggestion filtering to avoid showing bad suggestions:
* similar to suffix lines
* containing repetitive patterns