Skip to content

Releases: patchkit-net/patchkit-patcher-unity

v3.3.0-rc1

31 Aug 22:33
Compare
Choose a tag to compare
v3.3.0-rc1 Pre-release
Pre-release

Added

  • getdiskspaceosx a native library for determining the amount of free space available on Mac OSX.
  • Status descriptions for updating app patcher state
  • Add configuration option to switch whether to use diffs or not

Changed

  • Separate version integrity check progress from update progress

v3.2.0

13 Aug 19:12
Compare
Choose a tag to compare

Added

  • Using geolocation to find closest http server available
  • Decides on torrents based on publish_method remote app property

Changed

  • Display warning message when auto-update fails and app is installed

Fixed

  • HTTP downloader resumes the download on error
  • Moving files after installation instead of copying them
  • Fix keys API connection problem
  • Fix API cache usage problems
  • Fix problem with remaining ".app" directories on Mac OSX

v3.1.4

13 Aug 19:13
Compare
Choose a tag to compare

Fixed

  • Fix TorrentDownloader progress reporting for big files

v3.1.3

16 Jun 10:10
Compare
Choose a tag to compare

Added

  • Add miliseconds information to log date and time
  • Add KNOWNBUGS.md

Removed

  • Remove stack trace information from logs sent to server

Changed

  • Improved overall stability
  • API Cache server urls

Fixed

  • Fix problem with resource validation
  • Fix problems with overwritting files by downloader and unarchiver
  • Fix situation when user was asked for license key once again
  • Fix sending patcher logs to server
  • Fix problem with shared access violation when downloading torrents

v3.1.3-rc2

10 Jun 11:16
Compare
Choose a tag to compare
v3.1.3-rc2 Pre-release
Pre-release

Changed

  • API Cache server urls

v3.1.3-rc1

03 Jun 15:03
Compare
Choose a tag to compare
v3.1.3-rc1 Pre-release
Pre-release

Added

  • Add miliseconds information to log date and time
  • Add KNOWNBUGS.md

Removed

  • Remove stack trace information from logs sent to server

Changed

  • Improved overall stability

Fixed

  • Fix problem with resource validation
  • Fix problems with overwritting files by downloader and unarchiver
  • Fix situation when user was asked for license key once again
  • Fix sending patcher logs to server
  • Fix problem with shared access violation when downloading torrents

v.3.1.2

24 May 13:41
Compare
Choose a tag to compare

Fixed

  • torrent-client.exe required MSVCP140.dll to work correctly (this time the fix is real)

v3.1.1

18 May 09:12
Compare
Choose a tag to compare

Fixed

  • torrent-client.exe required MSVCP140.dll to work correctly

v3.1.0

15 May 10:22
Compare
Choose a tag to compare

Added

  • Sending logs to S3 on error
  • Error if there's no enough space on the device
  • Security check against application secret
  • Add Pack1 support
  • Add command line --readable to pass readable secret

v3.1.0-rc6

08 May 06:36
Compare
Choose a tag to compare
v3.1.0-rc6 Pre-release
Pre-release
  • Add Pack1 support
  • Add command line --readable to pass readable secret for debugging purposes