Skip to content

Commit

Permalink
Release v0.0.53
Browse files Browse the repository at this point in the history
  • Loading branch information
chemzqm committed Feb 10, 2019
1 parent 03a8478 commit ec1afd6
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/coc.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*coc-nvim.txt* LSP support for vim & neovim.

Version: 0.0.47
Version: 0.0.53
Author: Qiming Zhao <chemzqm at gmail.com>
License: MIT license

Expand Down
23 changes: 23 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# 2019-02-11

- **Break change:** internal filetype of settings file changed to jsonc.
- **Break change:** `coc#util#install` changed to synchronize by default.
- **Break change:** no document highlight would be added for colored symbol.
- **Break change:** remove `coc.preferences.openResourceCommand`.
- Add fallback rename implementation which rename symbols on current buffer.
- Add command `:CocUpdateSync`.
- Add `coc.preferences.detailMaxLength` for slice detail on completion menu.
- Add cancel support for completion.
- Add `ctags` as fallback of document symbols list.
- Add default key-mappings for location actions.
- Add python check on vim.
- Add `disableSyntaxes` support for completion sources.
- Add support for change `isProgress` of `StatusBarItem`
- Add check of coc.nvim version for `CocUpdate`
- Add `coc.preferences.previewAutoClose`, default true.
- Add `workspace.add registerAutocmd`.
- Fix highlight not cleared on vim
- Fix health check of service state.
- Fix CursorHoldI not triggered on neovim.
- Fix sort of list not stable.

# 2019-02-04

- **Break change:** no messages when documentSymbol and workspaceSymbol provider
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.52",
"version": "0.0.53",
"description": "Completion manager for neovim",
"main": "./lib/index.js",
"bin": "./bin/server.js",
Expand Down

0 comments on commit ec1afd6

Please sign in to comment.