I'm excited to announce that we've released NanaZip 5.0 Update 1, now available for download. This update contains several fixes and improvements.
Because of the progress of the modernized 7-Zip Plugin SDK which mentioned since NanaZip 3.0 has more progress in NanaZip 5.0, I can finally push some progress for #302, which is one of the important reasons why I create NanaZip project.
As a professional Windows desktop app developer (at least I think I am) who also loves embedded, IoT, and retro platforms, I added some format codecs that can improve my productivity.
I can finally have a good rest before the end of my vacation because I have done nearly all the open-source development things I want on vacation days, lol.
Release Notes
- Features
- Introduce the .NET Single File Application bundle readonly support which currently extracting compressed files in the bundle are not supported.
- Introduce the Electron Archive (asar) readonly support.
- Introduce the ROMFS file system image readonly support.
- Introduce the ZealFS file system image readonly support.
- Introduce the WebAssembly (WASM) binary file readonly support.
- Introduce the Work In Progress littlefs file system image readonly support which currently only block information can acquired.
- Improvements
- Update Ukrainian and Russian translation. (Contributed by SlowDancer011.)
- Update Hungarian translation. (Contributed by JohnFowler58.)
- Update packages for maintainer tools.
- Fixes
- Fix the empty folders are excluded issue for the UFS/UFS2 file system image readonly support.
- Fix the unavailable issue when cancelling the extraction for the UFS/UFS2 file system image readonly support.
Note for Release Notes
Because the decoder and encoder interfaces are not ready in the modernized 7-Zip Plugin SDK, The .NET Single File Application bundle readonly support which currently extracting compressed files in the bundle are not supported.
I want to write littlefs parser by myself instead of using littlefs library because I want to have a lightweight readonly implementation which I can try to use that in MBR for happiness on the retro 16-Bit x86 platform. So, it's currently only block information that can be acquired.
I watched the videos from Zeal8bit last summer which makes me interested in making readonly support for his ZealFS which is used in his 8-bit computer design. I'm happy and have shared my ZealFS file system image readonly support implementation news via Zeal8bit/Zeal-Software-Collection#1.
Download
-
MSIX Package: NanaZip_5.0.1252.0.msixbundle
- SHA-256: 98B3111AF394DDC3864D084FD43EC4415B72E30ABE38078F35140ED99EB1F662
-
License XML: NanaZip_5.0.1252.0.xml
- SHA-256: 540B1693CB97E93093CEA730B90EA6AE4E796B8FA3EC16E3B77BF5745F9B1B9E
-
Debug Symbols: NanaZip_5.0.1252.0_DebugSymbols.zip
- SHA-256: 16C125029664CFEE80F41F09CC411FF595080D43AC4238FF0AB70AE35AE9ED6A
Kenji Mouri