Skip to content

Commit 3dd6faa

Browse files
committed
V1.5.2
1 parent bdc968b commit 3dd6faa

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

README.md

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@ Also, this is a good alternative, in case you don't like using Epic's client or
2929
To which I will say, why not? Most of these games are actually outstanding games! Even if you don't like Epic and their shenanigans, you will be pleased to know that Epic actually funds all the free copies that are given away: ["But we actually found it was more economical to pay developers [a lump sum] to distribute their game free for two weeks..."](https://arstechnica.com/gaming/2019/03/epic-ceo-youre-going-to-see-lower-prices-on-epic-games-store/)
3030

3131
## Changelog
32+
### V1.5.2
33+
* Fixed a looping issue
34+
35+
### V1.5.1
36+
* Added docker support (#105)
37+
* Fixed getting wrong offer (#107 #108)
38+
* No longer logs in to check for new freebies (#109)
39+
* Keep track of claimed freebies history (#110)
40+
3241
### V1.5.0
3342
* Fixed login
3443
* Fixed purchase (claiming)
@@ -40,33 +49,33 @@ To which I will say, why not? Most of these games are actually outstanding games
4049
* Removed the need for graphql query
4150

4251
### V1.4.0
43-
* Added two factor authentication (2fa) support while EpicGames changed policy (Closes #17, #19, #21)
44-
* Added update checker (Closes #20)
52+
* Added two factor authentication (2fa) support while EpicGames changed policy (#17 #19 #21)
53+
* Added update checker (#20)
4554

4655
### V1.3.0
47-
* Changed method of obtaining free games list (Closes #13)
48-
* Added better logger (Closes #14)
56+
* Changed method of obtaining free games list (#13)
57+
* Added better logger (#14)
4958

5059
### V1.2.3
5160
* Small bugfix
5261

5362
### V1.2.2
54-
* Added looping feature a.k.a. run forever* (Closes #2)
63+
* Added looping feature a.k.a. run forever* (#2)
5564
* Added multi-account support*
5665

5766
*Please update your config accordingly
5867

5968
### V1.2.1
60-
* Makes `rememberLastSession` optional in config or launch parameter (Closes #8)
69+
* Makes `rememberLastSession` optional in config or launch parameter (#8)
6170
* Added ESLint linter
6271

6372
### V1.2.0
64-
* Now allows web login, if normal login fails, e.g. due to captcha (Closes #3)
73+
* Now allows web login, if normal login fails, e.g. due to captcha (#3)
6574

6675
*Please run `npm install` again, to install `epicgames-client-login-adapter`, required to utilize this new feature
6776

6877
### V1.1.2
69-
* Enables `rememberLastSession` by default* (Closes #4)
78+
* Enables `rememberLastSession` by default* (#4)
7079

7180
*Please run `npm update` to update `epicgames-client`, required to utilize this new feature
7281

@@ -82,5 +91,5 @@ To which I will say, why not? Most of these games are actually outstanding games
8291
### V1.0.0
8392
* Initial release
8493

94+
## Happy Freebie Claiming!
8595
![image](https://user-images.githubusercontent.com/4411977/122922274-bb263b00-d363-11eb-8b82-8a3ed6e7e29d.png)
86-

0 commit comments

Comments
 (0)