Releases: sassanh/qnvim
Releases · sassanh/qnvim
Release v10.0.0_1
v10.0.0_1
Release v10.0.0
v10.0.0
Release v9.0.2
v9.0.2
Release v8.0.2
v8.0.2
Release v7.0.2
v7.0.2
Release v6.0.2
feat: use qt6 and qtc6
Release v5.0.2
Version 1.2.0
- Zooming text editor (ctrl + mouse wheel) updates block cursor width now
- Relative number column fixed (It used to render weirdly)
- Zooming text editor doesn't ruin relative number column anymore
- Fixed toggle action not removing command-line and not showing native
Qt Creator status line - Addressed all compilation warnings (except for diff_match_patch files)
:e
won't break editor state anymore- Support almost all buffer types (gina, fugitive, etc)
- Fixed lots of small bugs
Version 1.1.0
- If
QNVIM_always_text
is set, it'll always open files opened by neovim with a text editor (avoid openning resource editor for example) - Fixed a segmentation fault that happened when
Open With
menu was used - Automatically run
cd
(change directory) in neovim when files changes in Qt Creator. It runscd
with the directory of the project (not the file).
Version 1.0.2
- 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.