I'm excited to announce that we've released the NanaZip 5.0 Preview 1 which is now available for download. This update contains several fixes and improvements.
Release Notes
- Introduce NanaZip Platform Abstraction Layer (K7Pal) for wrapping the platform specific infrastructures. (https://github.com/M2Team/NanaZip/tree/main/K7Pal) (Work In Progress)
- Provide hash functions interfaces implemented with Windows CNG API. NanaZip uses these hash functions from K7Pal:
- MD2
- MD4
- MD5
- SHA-1
- SHA-256
- SHA-384
- SHA-512
- ED2K (Implemented as the K7Pal MD4 wrapper in NanaZip.Codecs.)
- Provide hash functions interfaces implemented with Windows CNG API. NanaZip uses these hash functions from K7Pal:
- Synchronize the 7-Zip mainline implementations to 24.09. (https://github.com/ip7z/7zip/releases/tag/24.09) (Thanks to Igor Pavlov. Noticed by FadeMind and peashooter2.)
- Finally move NanaZip console version to NanaZip.Core project.
- Don't fail ModernSHBrowseForFolderW when DefaultFolder cannot be set. (Contributed by dinhngtu.)
- Update Mile.Windows.UniCrt to 1.1.278.
Download
-
MSIX Package: NanaZipPreview_5.0.1215.0.msixbundle
- SHA-256: 0B0D3F77FA2D2C289D5EB25D3EF3B02D3D2458D1DD7A8A5966788424C68E3B4B
-
License XML: NanaZipPreview_5.0.1215.0.xml
- SHA-256: AA0EFCF8B12AA77DB1A3253352FAAF86EABBAC2452BC6CDCDA9A54E422A3621B
-
Debug Symbols: NanaZipPreview_5.0.1215.0_DebugSymbols.zip
- SHA-256: 0CD625098D660D9FB4D8B1EC73A73EA79CC7ED7CC85B69DADDE4A6FB1212EE90
Kenji Mouri