Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
sassanh committed Jul 16, 2019
1 parent 9cbb0fd commit 9482b10
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion QNVim.json.in
Original file line number Diff line number Diff line change
@@ -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\",
Expand Down

0 comments on commit 9482b10

Please sign in to comment.