Skip to content

Commit

Permalink
Release v0.0.67
Browse files Browse the repository at this point in the history
  • Loading branch information
chemzqm committed May 7, 2019
1 parent 18f1bdf commit 8741e93
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 2019-05-07

- **New feature** load extensions from coc-extensions folder.
- Add `workspace.renameCurrentFile` command.
- Add `FloatBuffer`, `FloatFactory` and `Uri` to exports.
- Add `resolveItem` support to list.
- Fix prompt can't work when execute list action.
- Fix ansiparser for empty color ranges.
- Fix highlight only work with first 8 items.

# 2019-04-27

- **Break change** vim-node-rpc not required on vim.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coc.nvim",
"version": "0.0.66",
"version": "0.0.67",
"description": "LSP based intellisense engine for neovim & vim8.",
"main": "./lib/index.js",
"bin": "./bin/server.js",
Expand Down

0 comments on commit 8741e93

Please sign in to comment.