Skip to content

Commit c1ad91a

Browse files
committed
Release v0.1.1
1 parent 1f1be17 commit c1ad91a

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v0.1.1 (2021-11-27)
4+
5+
- (Hopefully) improved dodging reliability by adding a delay before killing the proccess
6+
37
## v0.1.0 (2021-11-24)
48

59
- Initial release

fass.ahk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;@Ahk2Exe-SetMainIcon fass.ico
22

3-
AppVersion := "0.1.0"
3+
AppVersion := "0.1.1"
44
IniPath := "settings.ini"
55

66
;;; CHOOSE ACCOUNT

0 commit comments

Comments
 (0)