Releases: patchkit-net/patchkit-patcher-unity
Releases · patchkit-net/patchkit-patcher-unity
v3.1.0-rc5
- Once more fix to disk space check function
v3.1.0-rc4
- Brought back free disk space check
v3.1.0-rc3
- Disk space checking temporary disabled due to NotImplementedException on Windows.
v3.1.0-rc2
- Fix unknown error on first game download caused by invalid disk space check
v3.1.0-rc1
Added
- Sending logs to S3 on error
- Error if there's no enough space on the device
- Security check against application secret
v3.0.2
Added
- Info how to fix JSON dll issue
- Asset Store tools and internal tools
Changed
- Forcing torrent-client executable flag before start
Fixed
- TorrentDownloader: Possible NullReferenceException on Dispose()
- Linux application were not started correctly
- Version info tags reading
v3.0.0
- Replaced librsync windows libraries with ones compiled with MinGW64 - Visual Studio version had a bug causing patched file to be invalid in some cases.
- Verifying file consistency before patching. Inconsistent files will cause new version to be downloaded from the scratch.
v3.0.0-rc5
Fix issues with closing patcher
v3.0.0-rc2
- Fix bug when updater switches to http downloader after torrent downloader failure
- Fix parsing patcher data from command line arguments
v3.0.0-rc1
Many fixes