Skip to content

Commit 9a39af0

Browse files
committed
Release v0.2.0
1 parent b13f5cd commit 9a39af0

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-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.0 (2021-11-28)
4+
5+
- Added the ability to add and remove accounts via the GUI
6+
37
## v0.1.1 (2021-11-27)
48

59
- (Hopefully) improved dodging reliability by adding a delay before killing the proccess

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ AutoHotkey script to switch between multiple League of Legends accounts quickly
1313
3. If you installed League of Legends in a different path than `C:\Riot Games`, adjust the path (it's the path to the `Riot Games` folder containing the `Riot Client` folder); do not include a trailing slash
1414
4. Launch `fass.exe` every time you want to switch accounts
1515

16+
**Note that as of version 0.2.0, you can also add and remove accounts via the GUI.**
17+
1618
## Usage
1719

1820
Launch `fass.exe` and **double-click** on the account you want to login to.

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

66
;;; CHOOSE ACCOUNT

screenshot.png

909 Bytes
Loading

0 commit comments

Comments
 (0)