Skip to content

Commit

Permalink
docs(vscode): add changelog. (TabbyML#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
icycodes authored Jul 16, 2023
1 parent 95bd53a commit 3c84550
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions clients/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3c84550

Please sign in to comment.