Skip to content

Commit

Permalink
Version 2.8.0 (win)
Browse files Browse the repository at this point in the history
Added
- Support of web games
- Displaying the Terms of Service for web games
- Remembering users when authorizing via the social network (OAuth2)
- Seamless web-to-launcher authorization
Fixed
- Rendering issues on macOS Big Sur
- Other minor bugs
  • Loading branch information
ilyinykhSA committed Dec 14, 2020
1 parent 36b8abb commit 3ccf2b0
Show file tree
Hide file tree
Showing 44 changed files with 17 additions and 7 deletions.
Binary file modified launcher/win/7za.exe
Binary file not shown.
Binary file added launcher/win/BsSndRpt64.exe
Binary file not shown.
Binary file added launcher/win/BugSplat64.dll
Binary file not shown.
Binary file added launcher/win/BugSplatRc64.dll
Binary file not shown.
10 changes: 10 additions & 0 deletions launcher/win/Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [2.8.0] - 2020-12-14
### Added
- Support of web games
- Displaying the Terms of Service for web games
- Remembering users when authorizing via the social network (OAuth2)
- Seamless web-to-launcher authorization
### Fixed
- Rendering issues on macOS Big Sur
- Other minor bugs

## [2.6.1] - 2020-11-12
### Fixed
- Background pictures bug
Expand Down
Binary file modified launcher/win/LauncherGUI.dll
Binary file not shown.
Binary file added launcher/win/PepperFlashPlayer.dll
Binary file not shown.
Binary file modified launcher/win/Qt5Core.dll
Binary file not shown.
Binary file added launcher/win/Qt5Multimedia.dll
Binary file not shown.
Binary file modified launcher/win/QtWebEngineProcess.exe
Binary file not shown.
Binary file modified launcher/win/UpdProgram.exe
Binary file not shown.
Binary file modified launcher/win/XsollaAuth.dll
Binary file not shown.
Binary file modified launcher/win/XsollaCommerce.dll
Binary file not shown.
Binary file modified launcher/win/XsollaCore.dll
Binary file not shown.
Binary file modified launcher/win/XsollaDownloader.dll
Binary file not shown.
Binary file modified launcher/win/XsollaGUS.dll
Binary file not shown.
Binary file modified launcher/win/XsollaRPCServer.dll
Binary file not shown.
Binary file modified launcher/win/XsollaSteam.dll
Binary file not shown.
14 changes: 7 additions & 7 deletions launcher/win/config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"build_number": 1,
"callback_url": "https://login.xsolla.com/api/blank",
"ga_tracking_id": "UA-117660045-1",
"product_name": "Product Launcher",
"launcher_project_id": "8c91ecf3-e7b0-46a8-aaf7-4c419ef8ef4b",
"link_community": "https://xsolla.com",
"link_support": "https://xsolla.com",
"login_project_id": "bd2e1104-5494-48f9-ac50-98f230062df1",
"product_name": "Product Launcher"
}
"build_number": 0,
"callback_url": "https://login.xsolla.com/api/blank",
"ga_tracking_id": "UA-117660045-1",
"link_support": "https://xsolla.com",
"link_community": "https://xsolla.com"
}
Binary file removed launcher/win/crashrpt.dll
Binary file not shown.
Binary file removed launcher/win/dbghelp.dll
Binary file not shown.
Binary file modified launcher/win/launcher.exe
Binary file not shown.
Binary file removed launcher/win/sendrpt.exe
Binary file not shown.
Binary file modified launcher/win/steam_api64.dll
Binary file not shown.
Binary file modified launcher/win/translations/gui/launcher_ar.qm
Binary file not shown.
Binary file modified launcher/win/translations/gui/launcher_bg.qm
Binary file not shown.
Binary file modified launcher/win/translations/gui/launcher_cn.qm
Binary file not shown.
Binary file modified launcher/win/translations/gui/launcher_cs.qm
Binary file not shown.
Binary file modified launcher/win/translations/gui/launcher_de.qm
Binary file not shown.
Binary file modified launcher/win/translations/gui/launcher_en.qm
Binary file not shown.
Binary file modified launcher/win/translations/gui/launcher_es.qm
Binary file not shown.
Binary file modified launcher/win/translations/gui/launcher_fr.qm
Binary file not shown.
Binary file modified launcher/win/translations/gui/launcher_he.qm
Binary file not shown.
Binary file modified launcher/win/translations/gui/launcher_it.qm
Binary file not shown.
Binary file modified launcher/win/translations/gui/launcher_ja.qm
Binary file not shown.
Binary file modified launcher/win/translations/gui/launcher_ko.qm
Binary file not shown.
Binary file modified launcher/win/translations/gui/launcher_pl.qm
Binary file not shown.
Binary file modified launcher/win/translations/gui/launcher_pt.qm
Binary file not shown.
Binary file modified launcher/win/translations/gui/launcher_ro.qm
Binary file not shown.
Binary file modified launcher/win/translations/gui/launcher_ru.qm
Binary file not shown.
Binary file modified launcher/win/translations/gui/launcher_th.qm
Binary file not shown.
Binary file modified launcher/win/translations/gui/launcher_tr.qm
Binary file not shown.
Binary file modified launcher/win/translations/gui/launcher_tw.qm
Binary file not shown.
Binary file modified launcher/win/translations/gui/launcher_vi.qm
Binary file not shown.

0 comments on commit 3ccf2b0

Please sign in to comment.