Skip to content

Releases: marco-calautti/DeltaPatcher

Delta Patcher v3.1.5

29 Apr 09:59
Compare
Choose a tag to compare
  • Updated xdelta3 library to v3.1.0
  • Added support for large files (larger than 4GB)

Delta Patcher v3.1.4

05 Jan 13:37
Compare
Choose a tag to compare
  • Fixed button image alignment in modern versions of macOS

Delta Patcher v3.1.3

04 Jan 16:23
Compare
Choose a tag to compare
  • Added support for high DPI displays
  • Added support for Flatpak
  • Windows 32 bit is supported again

Delta Patcher v3.1.2

30 Dec 18:02
8ba1d9f
Compare
Choose a tag to compare
  • 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

28 Dec 14:33
242121b
Compare
Choose a tag to compare
  • Fixed message dialogs not showing in patch creation mode.

Delta Patcher v3.1

28 Dec 11:19
a8097dd
Compare
Choose a tag to compare
  • 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

10 Sep 07:43
502316f
Compare
Choose a tag to compare

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!

27 Aug 21:45
980eca3
Compare
Choose a tag to compare

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

19 Jul 16:43
Compare
Choose a tag to compare

Added drag and drop functionality in patch creation mode.

Stable release 2.0

12 Jun 10:10
Compare
Choose a tag to compare

Major updates to GUI design, features and linux compatibility.
Most importantly, no xdelta.exe is needed starting from this version.