Releases: nabijaczleweli/totalcmd-zstd
Releases · nabijaczleweli/totalcmd-zstd
Release list
v0.3.0
Ils sontario torontoises
Fixed:
* Opening the configure file in non-trivial configurations
(bbf177c2b341bd24ccdeb6c6402bf3e2d965ee67)
* Block returned by final ZSTD_endStream() being discarded
(f702a115c8779f0d975bb771e3a8666baa07b337)
(93110db4597c7e53cd8609687885cef3059afcdb)
Changed:
* .zst/.tzst understood and configured by default
(d633d14218d2ae66414236251af064b56dca2795)
* When decompressing, open the file once,
and read it once asynchronously with the decompression
(46696dec59b34ba24e87514f974749b418f14ad4)
* Global progress callback now used if decompression-specific not
given
(which it never was IME?)
(4beab79a2b50ba7130554476f25758cda7ac5acf)
* Set unpacked size to packed size
(the detection functionally always returns -1)
which fixes progress bars too
(e5c216425f878eb88c154db2ffa81baed15395d1)
Internal:
* Embedded zstd v1.2.0 -> v1.5.7
(5d0757dfd2b876beee3c4e1b86a8e70385b4de05)
* Embedded inih r40 -> r58
(5d0757dfd2b876beee3c4e1b86a8e70385b4de05)
* Embedded whereami-cpp v1.1.0 -> v1.1.1
(e478e49794f7d7f830182ec753142ff453dc76ff)
* Rapptz/jsonpp -> nlohmann/json v3.11.3
(6e175e9b48f15baaf5b447242e51074323304123)
* C++20
(7909ff608302e8a91d05769e2d3c54530aa66012)
(3b8dbd5db74a2602d0152cf576cce731e38b5cf2)
(bbf177c2b341bd24ccdeb6c6402bf3e2d965ee67)
(a0e660b59c91374855bb23e3921b4a7aa092671a)
* AppVeyor CI fixed
(1038bea6e85590c566672891639ea81e2e8f7cff)
(fb1a5a4f951f055f667558926f425b01892be17c)
v0.2.0
Have you considered moving to Toronto?
New:
* Try to use the F4 Editor from wincmd.ini for opening configuration
(53da07f7becd9f8f8ba4f5da6f6558c04ebeaea2)
(#1)
* inih for loading .ini files
(baecfd4e59b8768a7e2a15feacf2957af526eace)
(6192e782f6711ed0771a1da3f1788c9388dd9e7f)
Fixed:
* Proper(er) 32-bit builds
(d866cff8edb0f20d6d5ef9914faa9380872a349e)
(3c07d257e1e1b9ae6ee450a92e2d04dbc70ec450)
Changed:
* Files are decompressed in chunks rather than from the entire
contents loaded into memory
(569196b6731846f24a539972aae992fc665c1081)
(f0beccac864650a895a1481b150d43848739e7f2)
(#2)