Skip to content

Releases: shinrax2/PS3GameUpdateDownloader

PS3GameUpdateDownloader v012

22 Jul 17:59
Compare
Choose a tag to compare

32 bit binary linux releases will no longer be provided

! important change
+ new feature or minor change
- bugfix

v012:
+  added european spanish translation thanks to https://github.com/IlDucci
+  improved sha1 verification of downloaded PKGs
-  remove github formatting characters from changelog
+  various build improvements including:
      +validate & minify json files for slightly smaller releases
      -disabled UPX for non windows platforms since that sometimes leads to corrupted binaries
      +name release archives for python version they were built on e.g. "PS3GameUpdateDownloader-v011-CPython3.11.1final-win64.zip"
      +(Linux Only)name release archives for the c libary & version they were built on e.g. "PS3GameUpdateDownloader-v011-CPython3.11.1final-glibc2.31-linux64.zip"
+  save git commit id at buildtime and show it in the main window
!  proper handling of sonys weak certificate
+  faster search for new titledb versions
!  add GPL3 license to this project
-  fix update searching for games with no ps3_system_ver set like BCUS98132

PS3GameUpdateDownloader v011

10 Jan 23:59
Compare
Choose a tag to compare
! important change
+ new feature or minor change
- bugfix

v011:
-  fix crash when proxy is enabled but no proper proxy settings are set
-  fix typo in download speed display
+  moved proxy user to keyring
-  fixed proxy support not being installed from requirements.txt
-  added two japanese psn titleid to titledb
+  added updater for titledb
+  added download verification to auto updater
-  prevent crashes with corrupted config files
+  changed storage treshold from percentage to absolute

PS3GameUpdateDownloader v010

19 Apr 14:19
Compare
Choose a tag to compare
! important change
+ new feature or minor change
- bugfix

v010:
-  fix a crash when checking updates
+  add info about the ps3 store shutdown

PS3GameUpdateDownloader v009

12 Feb 16:48
Compare
Choose a tag to compare
! important change
+ new feature or minor change
- bugfix

v009:
+  update turkish translation
+  use UPX for builds to produce smaller binaries and hopefully slightly less antivirus false positives
+  added an icon to the executable and the windows
-  fix cut off header in build.log
-  removed hotfix for issues between keyring and PyInstaller
-  fix crash when downloading updates
-  fix finding updates on modern linux
´´´

PS3GameUpdateDownloader v008

05 Jan 18:45
Compare
Choose a tag to compare

changelog:

!  refactored gui code
!  more secure handling of sonys self signed certificate
+  open configuration window when no configuration file is found
+  generate "build.log" when building releases
+  include pysimplegui version in logs for easier debugging
+  include python version in logs for easier debugging
+  proxy support (only SOCKS5)
+  improve configuration window layout
+  add CHANGELOG to builds
+  add thai translation thanks to https://github.com/CENSOR1337
+  add russian translation thanks to https://github.com/andoleal
+  add turkish translation thanks to https://steamcommunity.com/profiles/76561198045705212/
+  add italian translation thanks to https://github.com/Strappazzon
-  fix changelog being cutoff in update notification window
-  fix updater on linux
-  fix handling unicode languages
-  minor typos in english translation
-  fix cutoff strings
-  fix crash when available disc space is below threshold
-  hotfix for issues between keyring and PyInstaller
-  inform user when no viable keyring backend could be found

PS3GameUpdateDownloader v007

07 Jul 15:48
Compare
Choose a tag to compare

changelog:

!  important change
+  new feature or minor change
-  bugfix

-  fixed main window becoming malfunctional when pressing download in the queue window with an empty queue
-  retranslate main window when changing language
+  load english string as fallback when the current localization doesnt contain the wanted string
+  added sorting and removal of entrys to the queue management
+  improved select window
+  every run now has its own logfile
-  prevent the same update being added to queue multiple times
-  fix crashes in queue management
+  check if download directory is writeable
+  added percentage and download speed to main window when downloading
+  log crashes for easier debugging
-  fix crash when downloading on python 3.8
+  use enter key to search for updates in main window

PS3GameUpdateDownloader v006

19 May 17:42
Compare
Choose a tag to compare

+! automatic download and installation of updates

  • progress bar for downloads
  • added simple download queue
  • improved responsiveness of the window while downloading
  • fix downloading of game updates for certain games with " or ' in their names

PS3GameUpdateDownloader v005

13 Mar 00:40
Compare
Choose a tag to compare

-add notification for new releases
-add translation support (english & german sofar)

PS3GameUpdateDownloader v004

11 Mar 10:35
Compare
Choose a tag to compare

-improved file size formatting
-added check for free space before download
-improved naming of outputted directories
-fixed a crash when selecting no update in the download window
-added configuration via gui

PS3GameUpdateDownloader v003

20 Dec 19:58
Compare
Choose a tag to compare

-added logging
-added GUI via pysimplegui