Releases: marco-calautti/DeltaPatcher
Releases · marco-calautti/DeltaPatcher
Delta Patcher v3.1.5
- Updated xdelta3 library to v3.1.0
- Added support for large files (larger than 4GB)
Delta Patcher v3.1.4
- Fixed button image alignment in modern versions of macOS
Delta Patcher v3.1.3
- Added support for high DPI displays
- Added support for Flatpak
- Windows 32 bit is supported again
Delta Patcher v3.1.2
- Log is now hidden by default: patch descriptions are shown in a tooltip when a patch is loaded.
- For common patching errors (most notably checksum mismatch), a more user friendly message is shown to the user.
Delta Patcher v3.1.1
- Fixed message dialogs not showing in patch creation mode.
Delta Patcher v3.1
- Added support for dark mode on Windows 10 or higher. On older versions of Windows, this feature is just disabled.
- Delta Patcher no longer supports Windows XP, and now requires Windows 7 or higher to run.
- The Windows binary is now 64 bits only.
v3.0.1 - Minor fixes
This is a minor fix of version 3 that addresses a memory leak that could occur in certain circumstances.
3.0.1:
- Fixed memory leak when applying patches without a description.
All new release! Version 3.0.0 out!
It's been a while since a new release, but this is a big one!
Changelog
3.0.0:
- Modernized the build system using cmake.
- xdelta has now finally been embedded as a library rather than an exe that needs to be extracted on the fly. This should finally avoid false positives from some antiviruses. In this process, xdelta has then also been updated to the latest stable version (3.0.11) which now supports secondary compressions.
- Delta Patcher now allows to select the desired secondary compression (including lzma), when in patch creation mode.
- There is no more distinction between lite and full versions. This separation was quite redundant and unnecessary (the only difference was in one button).
- Fixed an annoying bug that would prevent Delta Patcher to open some xdelta patches using secondary compression.
- The Windows exe is still fully self-contained and compatible with Windows XP or above.
- To avoid further false positive from anti virus software, the windows exe is not compressed anymore, so it is a bit larger than version 2.
Stable release 2.0.1
Added drag and drop functionality in patch creation mode.
Stable release 2.0
Major updates to GUI design, features and linux compatibility.
Most importantly, no xdelta.exe is needed starting from this version.