Skip to content

Commit 93a53fa

Browse files
version change
1 parent 8f32d44 commit 93a53fa

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

current_version.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"tag_name": "v0.42",
2+
"tag_name": "v0.43",
33
"assets": [
44
{
5-
"browser_download_url": "https://github.com/BellezaEmporium/galaxy-integration-ead/releases/download/v0.42/windows.zip",
5+
"browser_download_url": "https://github.com/BellezaEmporium/galaxy-integration-ead/releases/download/v0.43/windows.zip",
66
"name": "windows.zip"
77
},
88
{
9-
"browser_download_url": "https://github.com/BellezaEmporium/galaxy-integration-ead/releases/download/v0.42/macos.zip",
9+
"browser_download_url": "https://github.com/BellezaEmporium/galaxy-integration-ead/releases/download/v0.43/macos.zip",
1010
"name": "macos.zip"
1111
}
1212
]

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "EA",
33
"platform": "origin",
44
"guid": "7f53219b-4e2b-4591-9f4f-dfc5f4ba9eb0",
5-
"version": "0.42",
5+
"version": "0.43",
66
"description": "EA Desktop plugin for GOG Galaxy 2.0",
77
"author": "Friends of Galaxy, BellezaEmporium, Nutzzz",
88
"email": "[email protected]",

src/version.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1-
__version__ = "0.42"
1+
__version__ = "0.43"
22

33
__changelog__ = {
44
"unreleased":"""""",
5+
"0.43":
6+
"""
7+
- rewrote the login process to get a long-lasting token, with a token refresh method. Kudos to @imLinguin for the help and information
8+
- rewrote the local game discovery and status
9+
- split the HTTP Client from the backend onto a separate file
10+
- ditch the use of the Galaxy HTTP platform to use aiohttp (per API recommendations v69)
11+
""",
512
"0.42":
613
"""
714
- Origin -> EA Desktop

0 commit comments

Comments
 (0)