4.7.1
Added
-
Added string interpolation, which works in strings, terminal commands and regular expressions. e.g.:
VAR = "World" A >> "Hello ${VAR}" # $VAR also works
-
Allow to split a line with a
\
at the end. e.g.:Shift{A} >> \ Control{B}
Changed
- Aliases are no longer automatically substituted in terminal commands (use string interpolation).
Fixed
- Fixed too eager macro evaluation.