We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0a23eb commit d201edbCopy full SHA for d201edb
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v0.2.1 (2022-02-15)
4
+
5
+- Fixed username input field not being focused in some cases in recent Riot Client versions
6
7
## v0.2.0 (2021-11-28)
8
9
- Added the ability to add and remove accounts via the GUI
fass.ahk
@@ -1,6 +1,6 @@
;@Ahk2Exe-SetMainIcon fass.ico
-global AppVersion := "0.2.0"
+global AppVersion := "0.2.1"
global IniPath := "settings.ini"
;;; CHOOSE ACCOUNT
0 commit comments