We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f1be17 commit c1ad91aCopy full SHA for c1ad91a
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v0.1.1 (2021-11-27)
4
+
5
+- (Hopefully) improved dodging reliability by adding a delay before killing the proccess
6
7
## v0.1.0 (2021-11-24)
8
9
- Initial release
fass.ahk
@@ -1,6 +1,6 @@
;@Ahk2Exe-SetMainIcon fass.ico
-AppVersion := "0.1.0"
+AppVersion := "0.1.1"
IniPath := "settings.ini"
;;; CHOOSE ACCOUNT
0 commit comments