Skip to content

Releases: rcmdnk/vim_ahk

v0.6.3

13 Apr 17:35
Compare
Choose a tag to compare
Fix +j for OneNote before windows 10

v0.6.2

12 Apr 16:58
Compare
Choose a tag to compare
 update version (rcmdnk)

 updte README (rcmdnk)
 fix SetExistValue (rcmdnk)
 add another exmaples for applications (rcmdnk)

v0.6.1

02 Feb 14:25
Compare
Choose a tag to compare
 fix GuiEscape for windows with multiple components (rcmdnk)

 use v variable instead of Hwnd (rcmdnk)
 add vim_tooltip (rcmdnk)

v0.6.0

31 Jan 09:25
Compare
Choose a tag to compare

New feature:
Application checks can be contain or regular expression.

If you set SetTitleMatchMode 2, and you put OneNote in Applications,
any windows which contain OneNote in the window title will be included.
If you set SetTitleMatchMode 3, then only the window which title is exactly same as OneNote will be included (v0.5.0's behavior)

v0.5.0

24 Sep 08:05
Compare
Choose a tag to compare

Update version in the script

Remove exe files from the repository.
They will be compiled when the tag is created by Appveyor
and added to the releases page.