From 9482b10668c2224a3ec500fb8068a801058ea4e0 Mon Sep 17 00:00:00 2001 From: Sassan Haradji Date: Tue, 16 Jul 2019 12:16:40 +0430 Subject: [PATCH] Updated version --- CHANGELOG.md | 24 ++++++++++++++++++++++++ QNVim.json.in | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 015e4ac..5ff2637 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,30 @@ ## 1 +### 1.0.2 2019-07-16 + +- Fixed a segmentation fault which happened after exiting some special terminal + buffers (like fzf) +- Removed padding from patches in synching from neovim to Qt Creator, + previously changes from neovim would make Qt Creator flicker colors around + the change and would make Qt Creator spend CPU power to detect colors + because it was rewriting texts around the patch (the patch had a padding). + Now there should be no flickering, unnecessary CPU usage, etc when syncing + from neovim to Qt Creator. + +### 1.0.1 2019-07-15 + +- Using `nvim_buf_set_lines` for synching from Qt Creator to neovim which should + make synching from Qt Creator to neovim much more stable. (We still need + patching for synching from neovim to Qt Creator because setting the whole + buffer in Qt Creator each time and edit happens in neovim will be super + slow.) +- Better handling status bar (showing multiline messages completely in + multiple lines, avoiding scrollbar in any situation, etc) +- Fixed a bug in status bar when showing mutliline messages would make status + bar go blank forever + + ### 1.0.0 2019-06-05 - $MYQVIMRC is now a file named `qnvim.vim` in the same directory as $MYVIMRC diff --git a/QNVim.json.in b/QNVim.json.in index 7a7a132..2f90c19 100644 --- a/QNVim.json.in +++ b/QNVim.json.in @@ -1,6 +1,6 @@ { \"Name\" : \"QNVim\", - \"Version\" : \"1.0.0\", + \"Version\" : \"1.0.2\", \"CompatVersion\" : \"0.4.0\", \"Vendor\" : \"Sassan Haradji\", \"Copyright\" : \"(C) Sassan Haradji\",