You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Need to include zip64 extra field in central directory (fix #353) ([#360](https://github.com/zip-rs/zip2/pull/360))
20
+
- Fails to extract file which might or might not be malformed ([#376](https://github.com/zip-rs/zip2/pull/376)) ([#426](https://github.com/zip-rs/zip2/pull/426))
21
+
-*(aes)* Allow AES encryption while streaming ([#463](https://github.com/zip-rs/zip2/pull/463))
22
+
- Default "platform" field in zip files should be set to the local platform, rather than always "Unix" ([#470](https://github.com/zip-rs/zip2/pull/470)) ([#471](https://github.com/zip-rs/zip2/pull/471))
23
+
24
+
### <!-- 2 -->🚜 Refactor
25
+
26
+
- Define cfg_if! and cfg_if_expr! internal macros ([#438](https://github.com/zip-rs/zip2/pull/438))
27
+
28
+
### <!-- 4 -->⚡ Performance
29
+
30
+
- Change an assert to debug_assert when encrypting/decrypting AES, and eliminate a fallible operation ([#521](https://github.com/zip-rs/zip2/pull/521))
31
+
- eliminate a String clone per new file added to archive, and other related refactors ([#522](https://github.com/zip-rs/zip2/pull/522))
32
+
33
+
### <!-- 7 -->⚙️ Miscellaneous Tasks
34
+
35
+
- Fix another merge error, this one affecting only builds with flate2 and not zopfli
36
+
- Fix more merge issues
37
+
- Fix merge
38
+
- Fix write_dir build errors on specific feature configs
0 commit comments