chore: bump VSCode extension version 0.2.1. (#303)
parent
ec73728825
commit
81a8332c89
|
|
@ -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
|
## 0.1.2
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
* Added Tabby extension walkthrough guides.
|
|
||||||
* Added Tabby-Style keybindings for accepting inline completion as an alternative to VSCode default keybindings.
|
- Added Tabby extension walkthrough guides.
|
||||||
* Supported reading user config from `$HOME/.tabby/agent/config.toml`, instead of `Developer Options` in extension settings.
|
- 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:
|
Fixes:
|
||||||
* Improved code suggestion filtering to avoid showing bad suggestions:
|
|
||||||
* similar to suffix lines
|
- Improved code suggestion filtering to avoid showing bad suggestions:
|
||||||
* containing repetitive patterns
|
- similar to suffix lines
|
||||||
|
- containing repetitive patterns
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
"repository": "https://github.com/TabbyML/tabby",
|
"repository": "https://github.com/TabbyML/tabby",
|
||||||
"bugs": "https://github.com/TabbyML/tabby/issues",
|
"bugs": "https://github.com/TabbyML/tabby/issues",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"version": "0.1.2",
|
"version": "0.2.1",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"ai",
|
"ai",
|
||||||
"autocomplete",
|
"autocomplete",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue