Skip to content

1.0.1

Compare
Choose a tag to compare
@phil294 phil294 released this 29 Jul 12:07
· 74 commits to master since this release
  • 27bac77 Fix Input immediately followed by Send, sending the last typed Input key (#51)
  • 26f1722 Fix Hotkey / Send combination on Solus Linux (#51)
  • df8e013 Fix immediate Hotstrings sending their own last character, such as :*:abc::cde. Until recently, this used to falsely only send de instead of cde
  • 1e095e7 3b9a7e6 Fix grabbing modifier hotkeys that send a key, such as LAlt::Send a (#50)
  • 70d0b14 WinGet: Add sub-commands PID, ProcessName, Count and List / Fix matching all windows by specifying empty title
  • 599ae58 MsgBox: see first arg as options only if the value doesn't come from a variable. For example, x = 4, MsgBox, %x%, text now properly shows 4, text.
  • fb0b06c Fix libthai.so.0 dependency (#45)
  • e2aa6bd Tray menu: show default mouse hover tooltip, the script/binary name
  • c640e44 Add Dockerfile (based on Alpine)
  • ba76ea5 Readme: Add a "Migrating from Windows" section