Skip to content

Releases: CorporateClash/pyside2-releases

v1.3.1

04 Oct 20:49
d76c559
Compare
Choose a tag to compare

Fix: apply new S3 naming scheme to file size checks

The new naming scheme introduced in v1.3.0 was not being applied to the URLs used to get game file sizes during the launcher's checks for updates. This meant that if any new files were uploaded with names that hadn't previously existed in S3, the launcher would error.

This patch applies the new naming scheme in the required locations of the launcher code.

v1.3.0

15 Dec 19:01
f04e460
Compare
Choose a tag to compare

New S3 naming scheme support

Old scheme hashed the file name for S3 upload which meant if there was a file that had the same exact name, then building for one platform would overwrite the file for the other platforms.

This is an issue even if the file contents are exactly the same because gzip produces different output on different platforms. Thus, the launcher will fail the gzip'd file hash check because it downloaded a file that was compressed by a different platform.

The new scheme appends platform info ("macos", "windows", or "resources") to the file name before creating the hash.

v1.2.5

25 Jan 01:54
391def3
Compare
Choose a tag to compare
Update update.yml

v1.2.4

13 Sep 22:22
32db630
Compare
Choose a tag to compare
Update latest.txt

v1.2.3

23 Aug 22:12
1a4bb4f
Compare
Choose a tag to compare

necessary backend API updates

v1.2.1

28 Sep 04:25
f9dbc70
Compare
Choose a tag to compare
  • Launcher nickname now has a placeholder and default value set to the computer's hostname (eg DESKTOP-ABCD123 or Your-MacbookAir)
  • Unique launcher nicknames are no longer enforced

v1.2.0

26 Nov 04:49
98167ce
Compare
Choose a tag to compare
Merge pull request #1 from CorporateClash/dependabot/npm_and_yarn/nod…

v1.1.5

29 Oct 03:06
6a7f1a0
Compare
Choose a tag to compare

misc

v1.1.4

19 Sep 05:31
90fecb9
Compare
Choose a tag to compare
  • newer pyinstaller release, might solve stability issues
  • misc. bugfixes

v1.1.3

05 Aug 05:14
4b9a0c7
Compare
Choose a tag to compare
  • Multitooners should try hitting ctrl+shift+A
  • New installation mechanism, please let us know if you encounter issues.
  • hitting 'close' on the close warning message box now closes all windows
  • Fixed an issue with corrupt configs