Skip to content

Commit

Permalink
V1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Revadike committed Jun 23, 2021
1 parent bdc968b commit 3dd6faa
Showing 1 changed file with 18 additions and 9 deletions.
27 changes: 18 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@ Also, this is a good alternative, in case you don't like using Epic's client or
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/)

## Changelog
### V1.5.2
* Fixed a looping issue

### V1.5.1
* Added docker support (#105)
* Fixed getting wrong offer (#107 #108)
* No longer logs in to check for new freebies (#109)
* Keep track of claimed freebies history (#110)

### V1.5.0
* Fixed login
* Fixed purchase (claiming)
Expand All @@ -40,33 +49,33 @@ To which I will say, why not? Most of these games are actually outstanding games
* Removed the need for graphql query

### V1.4.0
* Added two factor authentication (2fa) support while EpicGames changed policy (Closes #17, #19, #21)
* Added update checker (Closes #20)
* Added two factor authentication (2fa) support while EpicGames changed policy (#17 #19 #21)
* Added update checker (#20)

### V1.3.0
* Changed method of obtaining free games list (Closes #13)
* Added better logger (Closes #14)
* Changed method of obtaining free games list (#13)
* Added better logger (#14)

### V1.2.3
* Small bugfix

### V1.2.2
* Added looping feature a.k.a. run forever* (Closes #2)
* Added looping feature a.k.a. run forever* (#2)
* Added multi-account support*

*Please update your config accordingly

### V1.2.1
* Makes `rememberLastSession` optional in config or launch parameter (Closes #8)
* Makes `rememberLastSession` optional in config or launch parameter (#8)
* Added ESLint linter

### V1.2.0
* Now allows web login, if normal login fails, e.g. due to captcha (Closes #3)
* Now allows web login, if normal login fails, e.g. due to captcha (#3)

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

### V1.1.2
* Enables `rememberLastSession` by default* (Closes #4)
* Enables `rememberLastSession` by default* (#4)

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

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

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

0 comments on commit 3dd6faa

Please sign in to comment.