Skip to content

Releases: rcmdnk/vim_ahk

Release v0.13.1

01 Mar 01:01
Compare
Choose a tag to compare
Tag v0.13.1$

08b735f - feat: Update version to v0.13.1 and date to 01/Mar/2024. (rcmdnk)
3f3558c - feat: Add support for launching Obsidian application. (rcmdnk)$
$
Full Changelog: https://github.comrcmdnk/vim_ahk/compare/v0.13.0...v0.13.1

Release v0.13.0

01 Mar 00:57
Compare
Choose a tag to compare
Tag v0.13.0$

f180f22 - feat: Update version and date in About section (rcmdnk)
5b29365 - Merge pull request #94 from mangost/master (rcmdnk)
2b8860a - Update vim.ahk: #Requires AutoHotkey v1.1 (Yongwang Shi)
b030a61 - Update vim.ahk: #Requires AutoHotkey v1.0 (Yongwang Shi)
7f7509e - feat: Add note about placing vim_ahk_icons folder docs: Add note about VimIconCheckInterval docs: Add note about VimChangeCaretWidth docs: Add warning about VimChangeCaretWidth revert option (rcmdnk)
f12a763 - Merge pull request #92 from rcmdnk/renovate/actions-checkout-digest (rcmdnk)
6bdfe42 - chore(deps): update actions/checkout digest to b4ffde6 (renovate[bot])
17667a6 - Merge pull request #91 from rcmdnk/renovate/actions-checkout-digest (rcmdnk)
9fcb822 - chore(deps): update actions/checkout digest to 8ade135 (renovate[bot])
2195882 - Merge pull request #87 from rcmdnk/renovate/actions-checkout-4.x (rcmdnk)
79f78ab - Merge pull request #89 from rcmdnk/renovate/crazy-max-ghaction-chocolatey-3.x (rcmdnk)
d9f8541 - chore(deps): update crazy-max/ghaction-chocolatey action to v3 (renovate[bot])
15d52d4 - chore(deps): update actions/checkout action to v4 (renovate[bot])$
$
Full Changelog: https://github.comrcmdnk/vim_ahk/compare/v0.12.1...v0.13.0

Release v0.12.1

13 Sep 07:20
Compare
Choose a tag to compare
 chore: Update version and date in About section (rcmdnk)

 feat: add new keybindings for Space and Enter in vim_move.ahk (#90) feat: add VimNonEditor group to disable Enter mapping in the normal mode. (rcmdnk)
 refactor: Refactor vim_disable.ahk by removing unused key bindings (rcmdnk)

Release v0.12.0

30 Jul 03:54
Compare
Choose a tag to compare
 chore: Update version and date in about section (rcmdnk)

 feat: Remove VimCheckChr from the configuration (always enable CheckChr) feat: move end of the word correctly even if the cursor is in the word by `e` in normal mode (rcmdnk)
 Fix caret move (swap shift/non-shift) rename Home()->Zero() (it is to move at the real first charecter of the line, instead of non-space first character) Remove NotePad from VimCaretMove, it does not work at Windows 11 (rcmdnk)
 Merge pull request #80 from rcmdnk/renovate/crazy-max-ghaction-chocolatey-2.x (rcmdnk)
 Update crazy-max/ghaction-chocolatey action to v2 (Renovate Bot)
 fix SetTitleMatchMode explanation (rcmdnk)
 Merge pull request #78 from rcmdnk/renovate/actions-checkout-3.x (rcmdnk)

Release v0.11.5

16 Sep 01:46
Compare
Choose a tag to compare
 Fix caret move (swap shift/non

 Update crazy
 fix SetTitleMatchMode explanation (rcmdnk)

Release v0.11.4

24 Apr 04:25
Compare
Choose a tag to compare
 fix SetTitleMatchMode explanation (rcmdnk)

 Merge pull request #78 from rcmdnk/renovate/actions
 Update actions/checkout action to v3 (Renovate Bot)

Release v0.11.3

13 Feb 20:08
Compare
Choose a tag to compare
 add VimCheckChr option: default 0, 1 to enable CheckChr function (fo…

…r `a` to check it the cursor is located at the end of the line) (rcmdnk)

Release v0.11.2

11 Feb 06:12
Compare
Choose a tag to compare
 fix a (Left is implemented in CheckChr, not needed at a definition) …

…(rcmdnk)

 fix a (enter insert mode), to keep the line at the end of the line (rcmdnk)
 udpate version (rcmdnk)
 Add Inner mode (rcmdnk)
 Add ahk_exe Notepad.exe in addition to ahk_exe notepad.exe lower case name does not work recently. Explorer.exe is also added (as Window Spy shows capital, too), but it somehow works with ahk_exe explorer.exe. It is added for safe. (rcmdnk)
 Vim.State

Release v0.11.1

11 Feb 00:18
Compare
Choose a tag to compare
 fix a (enter insert mode), to keep the line at the end of the line (…

…rcmdnk)

Release v0.11.0

23 Jan 18:09
Compare
Choose a tag to compare
 Merge branch 'xxx' (rcmdnk)

 udpate version (rcmdnk)
 Add Inner mode (rcmdnk)
 Add ahk_exe Notepad.exe in addition to ahk_exe notepad.exe lower case name does not work recently. Explorer.exe is also added (as Window Spy shows capital, too), but it somehow works with ahk_exe explorer.exe. It is added for safe. (rcmdnk)
 Vim.State
 Merge pull request #70 from rcmdnk/renovate/configure (rcmdnk)
 Add renovate.json (Renovate Bot)