Skip to content

Commit

Permalink
chore(vim): bump vim plugin version to 1.3.0. (TabbyML#1336)
Browse files Browse the repository at this point in the history
  • Loading branch information
icycodes authored Jan 31, 2024
1 parent 769d025 commit 87a2c6b
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 55 deletions.
13 changes: 13 additions & 0 deletions clients/vim/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 1.3.0

### Features:

- Removed the completion request timeout limit.
- Enabled the experimental feature of stripping auto-closing characters in the prompt suffix by default.
- Enabled the experimental feature of syntax-based post-processing by default.
- Added support for logging completion dismiss events.

### Fixes:

- Fixed health checking to be compatible with Tabby server version 0.2.0 or earlier.

## 1.2.0

### Features:
Expand Down
2 changes: 1 addition & 1 deletion clients/vim/autoload/tabby/globals.vim
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ function! tabby#globals#Load()


" Version of Tabby plugin. Not configurable.
let g:tabby_version = "1.2.0"
let g:tabby_version = "1.3.0"
endfunction
112 changes: 59 additions & 53 deletions clients/vim/node_scripts/tabby-agent.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion clients/vim/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vim-tabby",
"version": "1.2.0",
"version": "1.3.0",
"description": "Vim plugin for Tabby AI coding assistant.",
"repository": "https://github.com/TabbyML/tabby",
"scripts": {
Expand Down

0 comments on commit 87a2c6b

Please sign in to comment.