Releases: sphamba/smear-cursor.nvim
Releases Β· sphamba/smear-cursor.nvim
Version 0.4.7
Version 0.4.6
What's Changed
Fixes
- fix: hide real cursor immediately on move event by @sphamba in #121
- fix: disappearing cursor in disabled modes by @sphamba in #127
Others
- docs: auto-generate vimdoc by @github-actions in #118
- docs: auto-generate vimdoc by @github-actions in #122
- docs: auto-generate vimdoc by @github-actions in #126
Full Changelog: v0.4.5...v0.4.6
Version 0.4.5
Version 0.4.4
Version 0.4.3
Version 0.4.2
What's Changed
Changes
- feat: use vim.o.guicursor to hide real cursor by @sphamba in #97
- feat: terminal mode toggler by @sphamba in #107
Fixes
- fix(events): clear augroup instead of deleting by @scottmckendry in #100
- fix: disappearing cursor when using neoscroll by @sphamba in #102
- fix: interaction with other plugins modifying vim.o.guicursor by @sphamba in #103
Others
- docs: auto-generate vimdoc by @github-actions in #98
- docs: auto-generate vimdoc by @github-actions in #104
Full Changelog: v0.4.1...v0.4.2
Version 0.4.1
What's Changed
Changes
- perf(events): register autocmds using lua api by @scottmckendry in #94
Fixes
Others
- docs: auto-generate vimdoc by @github-actions in #96
New Contributors
- @scottmckendry made their first contribution in #94
- @Arom1a made their first contribution in #95
Full Changelog: v0.4.0...v0.4.1
Version 0.4.0
What's Changed
Changes
- feat: smear to command line by @sphamba in #71
- feat: add parameter to enable/disable smear to cmd line by @sphamba in #77
- chore: simplify autocmd for command line events by @sphamba in #80
- feat: add minimum smear activation distances by @sphamba in #84
- feat: smear insert mode by @sphamba in #90
- feat: smear to noice.nvim command_palette by @hasansujon786 in #92
- feat: add arbitrary key press detection by @sphamba in #93
Fixes
- fix: jump to cmd line when hitting some keybindings by @sphamba in #75
- fix: possible NaN corners by @sphamba in #89
Others
- docs: auto-generate vimdoc by @github-actions in #85
- docs: auto-generate vimdoc by @github-actions in #91
New Contributors
- @hasansujon786 made their first contribution in #92
Full Changelog: v0.3.3...v0.4.0