Skip to content

v0.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jul 17:21
· 8 commits to master since this release
Tag v0.15.0

8852aa3 - feat: enable line-based selection for Notepad (#108) (rcmdnk)
4a43722 - refactor: normalize ahk_exe names to lowercase and remove duplicates (resolve #110, #111) (rcmdnk)
5912507 - fix: stop visual change command from automatically triggering find (rcmdnk)
7bcd768 - refactor: combine consecutive SendInput calls and standardize window group definitions (rcmdnk)
36f04d0 - fix: use direct mapping ^X instead of SendInput (They should be same if SnedMode is Input (default), but somehow only ^X works sometimes) (rcmdnk)
c485cec - docs: update keybinding table for navigation and pane selection refactor: simplify SendInput calls and encapsulate shift key handling (rcmdnk)
7eebaad - docs: clarify visual mode descriptions in README (rcmdnk)

Full Changelog: https://github.comrcmdnk/vim_ahk/compare/v0.14.2...v0.15.0