Skip to content

Commit

Permalink
chore(vim): bump vim plugin version to 1.4.0. (TabbyML#1598)
Browse files Browse the repository at this point in the history
  • Loading branch information
icycodes authored Mar 1, 2024
1 parent e076316 commit c8aef1e
Show file tree
Hide file tree
Showing 4 changed files with 106 additions and 99 deletions.
7 changes: 7 additions & 0 deletions clients/vim/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.4.0

### Features

- Added support for loading system-wide CA certificates. Previously, only Node.js bundled CA certificates were used.
- Added support for loading configurations from Tabby server, including `Disabling Client-side Telemetry`.

## 1.3.2

### Fixes:
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.4.0-dev"
let g:tabby_version = "1.4.0"
endfunction
194 changes: 97 additions & 97 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.4.0-dev",
"version": "1.4.0",
"description": "Vim plugin for Tabby AI coding assistant.",
"repository": "https://github.com/TabbyML/tabby",
"scripts": {
Expand Down

0 comments on commit c8aef1e

Please sign in to comment.