2023-07-17 08:47:54 +00:00
|
|
|
## 0.2.1
|
|
|
|
|
|
|
|
|
|
Fixes:
|
|
|
|
|
|
|
|
|
|
- Set keybindings for accepting inline completion default to VSCode-style, mark Tabby-Style as experimental.
|
|
|
|
|
|
2023-07-16 08:03:13 +00:00
|
|
|
## 0.1.2
|
|
|
|
|
|
|
|
|
|
Features:
|
2023-07-17 08:47:54 +00:00
|
|
|
|
|
|
|
|
- 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.
|
2023-07-16 08:03:13 +00:00
|
|
|
|
|
|
|
|
Fixes:
|
2023-07-17 08:47:54 +00:00
|
|
|
|
|
|
|
|
- Improved code suggestion filtering to avoid showing bad suggestions:
|
|
|
|
|
- similar to suffix lines
|
|
|
|
|
- containing repetitive patterns
|