You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-9Lines changed: 18 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,15 @@ Also, this is a good alternative, in case you don't like using Epic's client or
29
29
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/)
30
30
31
31
## 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
+
32
41
### V1.5.0
33
42
* Fixed login
34
43
* Fixed purchase (claiming)
@@ -40,33 +49,33 @@ To which I will say, why not? Most of these games are actually outstanding games
40
49
* Removed the need for graphql query
41
50
42
51
### 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)
45
54
46
55
### 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)
49
58
50
59
### V1.2.3
51
60
* Small bugfix
52
61
53
62
### V1.2.2
54
-
* Added looping feature a.k.a. run forever* (Closes #2)
63
+
* Added looping feature a.k.a. run forever* (#2)
55
64
* Added multi-account support*
56
65
57
66
*Please update your config accordingly
58
67
59
68
### V1.2.1
60
-
* Makes `rememberLastSession` optional in config or launch parameter (Closes #8)
69
+
* Makes `rememberLastSession` optional in config or launch parameter (#8)
61
70
* Added ESLint linter
62
71
63
72
### 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)
65
74
66
75
*Please run `npm install` again, to install `epicgames-client-login-adapter`, required to utilize this new feature
67
76
68
77
### V1.1.2
69
-
* Enables `rememberLastSession` by default* (Closes #4)
78
+
* Enables `rememberLastSession` by default* (#4)
70
79
71
80
*Please run `npm update` to update `epicgames-client`, required to utilize this new feature
72
81
@@ -82,5 +91,5 @@ To which I will say, why not? Most of these games are actually outstanding games
0 commit comments