chore: bump VSCode extension version 0.3.0. (#361)

release-0.0
Zhiming Ma 2023-08-18 10:55:57 +08:00 committed by GitHub
parent b4381acfbf
commit 3a2262429a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 4 deletions

View File

@ -1,3 +1,11 @@
## 0.3.0
Features:
- Added check to see if the editor inline suggestion is enabled. Notifies the user to enable it if it's not.
- Added timeout for auto completion requests. The default timeout is 5 seconds. Added statistics for completion response time and notifies the user if it is too slow.
- Supported setting HTTP request headers in `$HOME/.tabby/agent/config.toml`. The `Authorization` header can be used to set a token for self-hosted servers authorization.
## 0.2.1
Fixes:

View File

@ -14,7 +14,7 @@ When multiple choices are available, you can cycle through them by pressing `Alt
You can select a keybinding profile in the [settings](command:tabby.openSettings), or customize your own [keybindings](command:tabby.openKeybindings).
| | Next Line | Full Completion | Next Word |
| | Next Line | Full Completion | Next Word |
| :--------------------------------- | :-------- | :-------------- | :---------------- |
| _vscode-style_ | - | Tab | Ctrl + RightArrow |
| _tabby-style_<br/>_(experimental)_ | Tab | Ctrl + Tab | Ctrl + RightArrow |
| _vscode-style_ | - | Tab | Ctrl + RightArrow |
| _tabby-style_<br/>_(experimental)_ | Tab | Ctrl + Tab | Ctrl + RightArrow |

View File

@ -7,7 +7,7 @@
"repository": "https://github.com/TabbyML/tabby",
"bugs": "https://github.com/TabbyML/tabby/issues",
"license": "Apache-2.0",
"version": "0.2.1",
"version": "0.3.0",
"keywords": [
"ai",
"autocomplete",