Releases: encounter/nod
v2.0.0-alpha.10
What's Changed
- Add vendored crates to release assets by @ReillyBrogan in #19
Full Changelog: v2.0.0-alpha.9...v2.0.0-alpha.10
v2.0.0-alpha.9
What's Changed
- nodtool: Add scrubbing option by @GABO1423 in #11
- Fix zstd compression by @henriquegemignani in #15
Full Changelog: v2.0.0-alpha.8...v2.0.0-alpha.9
v2.0.0-alpha.8
What's Changed
- CMake: Rename nod-ffi output library to nod (2e2a706)
Full Changelog: v2.0.0-alpha.7...v2.0.0-alpha.8
v2.0.0-alpha.7
What's Changed
- CMake: Link Rust stdlib dependencies on Windows (d204fad)
Full Changelog: v2.0.0-alpha.6...v2.0.0-alpha.7
v2.0.0-alpha.6
What's Changed
- Improve CMake configuration for C FFI library
- Add prebuilt CMake packages to releases for x86_64 Windows, x86_64 Linux, arm64 macOS
Full Changelog: v2.0.0-alpha.5...v2.0.0-alpha.6
v2.0.0-alpha.5
What's Changed
- fix: fix compilation after running cargo update by @mq1 in #8
- Support single-threaded runtimes with optional "threading" feature (d2c7e0e)
- Add experimental C bindings via nod-ffi (4c0eda0)
Full Changelog: v2.0.0-alpha.4...v2.0.0-alpha.5
v2.0.0-alpha.4
What's Changed
- Upgrade adler to adler2 by @kay-lambdadelta in #6
- Simple WBFS partition stripping by @mq1 in #4
Full Changelog: v2.0.0-alpha.3...v2.0.0-alpha.4
v2.0.0-alpha.3
What's Changed
- Fixed: SplitFileReader at file boundaries (c219afa)
Full Changelog: v2.0.0-alpha.2...v2.0.0-alpha.3
v2.0.0-alpha.2
What's Changed
- Fixed: Regression reading lossless WBFS/CISO files (e5c1f60)
Full Changelog: v2.0.0-alpha.1...v2.0.0-alpha.2
v2.0.0-alpha.1
What's Changed
nod v2 is a complete internal overhaul, with support for writing all supported disc image formats (except NFS), seamless multi-threaded reading and writing, and improved API ergonomics.
nod's conversion code is faster and creates smaller disc images than both Dolphin and NKit v2, while supporting more formats and compression options.
- Added: Conversion between all supported disc image formats (except NFS)
- Added: Support decrypted Wii discs
- Added: Conversion between decrypted/encrypted Wii discs
- Added: Multi-threaded processing for both reading and writing
Authoring support (e.g. disc image creation from an extracted filesystem) is currently in progress, but may not be included in nod v2.
Full Changelog: v1.4.4...v2.0.0-alpha.1