Skip to content

Commit d201edb

Browse files
committed
Release v0.2.1
1 parent a0a23eb commit d201edb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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.2.1 (2022-02-15)
4+
5+
- Fixed username input field not being focused in some cases in recent Riot Client versions
6+
37
## v0.2.0 (2021-11-28)
48

59
- Added the ability to add and remove accounts via the GUI

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-
global AppVersion := "0.2.0"
3+
global AppVersion := "0.2.1"
44
global IniPath := "settings.ini"
55

66
;;; CHOOSE ACCOUNT

0 commit comments

Comments
 (0)