diff --git a/history.md b/history.md index 658cdaf79de..e42abb5236a 100644 --- a/history.md +++ b/history.md @@ -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. diff --git a/package.json b/package.json index 3e576c709a3..e76e6d53dcf 100644 --- a/package.json +++ b/package.json @@ -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",