Skip to content

Releases: Morilli/ManifestDownloader

ManifestDownloader 1.8.2

12 Apr 23:10
Compare
Choose a tag to compare

Maintenance release. I've updated the dependent zstd and pcre2 libraries and fixed a couple minor/rare bugs.

Full Changelog: v1.8.1...v1.8.2

ManifestDownloader 1.8.1

27 Jul 19:35
Compare
Choose a tag to compare
  • gracefully attempt a reconnection when a socket connection was closed server-side due to inactivity (main cause of this would be updating an existing installation, where minutes could pass verifying files without a single file needing to be patched)
  • better handling of rare error scenarios, like an unexpected failure to send or receive data while in the middle of communication, or the ZSTD decompression failing for some reason

ManifestDownloader 1.8_fix1

04 Feb 19:39
Compare
Choose a tag to compare
  • added IdenTrust Commercial Root CA 1 certificate

ManifestDownloader 1.8

08 Dec 21:48
Compare
Choose a tag to compare
  • adds support for using a local file system path as bundle_base instead of a url.
  • that file path must contain all necessary bundles, and my software does not offer a way to download them all right now, so have fun getting them

ManifestDownloader 1.7

21 Jul 03:37
Compare
Choose a tag to compare
  • fixes regex groups in filter/unfilter
  • (hopefully) improve file reading/verifying performance; also efficient (?) sha256 implementation
  • fixes an error when downloading files that are larger than 2 gigabytes

ManifestDownloader 1.6

21 Jan 14:33
Compare
Choose a tag to compare
  • mainly fixes new certificate errors (ssl is a blessing); tell me once it breaks again lol (i said i'd fix it properly but it broke cause i made a mistake okay this doesn't count)
  • uhh i think a couple qol improvements regarding rare errors

ManifestDownloader 1.5.1

14 Oct 01:10
Compare
Choose a tag to compare
  • fixes an issue with a missing certificate causing all https requests to fail
  • due to the nature of this issue, it might happen again. In that case I'll make sure to fix it properly (but I wanna see it happen first)

ManifestDownloader 1.5

09 Oct 20:43
0dd0785
Compare
Choose a tag to compare
  • adds ssl support, which allows using https urls (before, every request was http only)
  • that's pretty much it, have fun with https

ManifestDownloader 1.4.1

29 Aug 16:29
Compare
Choose a tag to compare

Fixes a bug in chunked transfer encoding parsing, which I patched in last time

ManifestDownloader 1.4

09 Aug 19:54
Compare
Choose a tag to compare
  • fixes a potentially (actually occured in like all cases) error in the chunked transfer encoding parsing code, which resulted in a crash
  • improves binary size again
  • also updates pcre2 from 10.34 to 10.35 but that doesn't change anything I don't think