From 8741e930c9c5cef97befd3e6f256b121aebe15b3 Mon Sep 17 00:00:00 2001 From: chemzqm Date: Tue, 7 May 2019 17:35:29 +0800 Subject: [PATCH] Release v0.0.67 --- history.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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",