Skip to content

Releases: sassanh/qnvim

Release v10.0.0_1

20 Apr 03:02
v10.0.0_1
Compare
Choose a tag to compare

Release v10.0.0

20 Apr 00:28
v10.0.0
Compare
Choose a tag to compare
v10.0.0

Release v9.0.2

20 Apr 00:19
v9.0.2
Compare
Choose a tag to compare

Release v8.0.2

20 Apr 00:11
v8.0.2
Compare
Choose a tag to compare

Release v7.0.2

20 Apr 00:07
v7.0.2
Compare
Choose a tag to compare

Release v6.0.2

19 Apr 23:06
Compare
Choose a tag to compare
feat: use qt6 and qtc6

Release v5.0.2

03 Dec 15:58
f259f49
Compare
Choose a tag to compare

This release has no new feature/bugfix, it is mostly focused on housekeeping tasks:

  • Use cmake as the build tool of the project (#34)
  • Add GitHub actions for CI (#35)
  • Make it compatible with Qt Creator 5 (#37)
  • Better organize source files (#33)

Version 1.2.0

15 Oct 11:31
v1.2.0
Compare
Choose a tag to compare
  • 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

21 Jul 06:57
v1.1.0
e147ec8
Compare
Choose a tag to compare
  • 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 runs cd with the directory of the project (not the file).

Version 1.0.2

16 Jul 07:55
v1.0.2
9482b10
Compare
Choose a tag to compare
  • 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.