Skip to content

Releases: encounter/nod

v2.0.0-alpha.10

30 May 15:00

Choose a tag to compare

What's Changed

Full Changelog: v2.0.0-alpha.9...v2.0.0-alpha.10

v2.0.0-alpha.9

26 May 00:59

Choose a tag to compare

What's Changed

Full Changelog: v2.0.0-alpha.8...v2.0.0-alpha.9

v2.0.0-alpha.8

10 Mar 02:47

Choose a tag to compare

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

10 Mar 01:38

Choose a tag to compare

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

09 Mar 20:28

Choose a tag to compare

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

09 Mar 20:11

Choose a tag to compare

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

16 Oct 17:30

Choose a tag to compare

What's Changed

Full Changelog: v2.0.0-alpha.3...v2.0.0-alpha.4

v2.0.0-alpha.3

20 Aug 15:00

Choose a tag to compare

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

20 Aug 03:04

Choose a tag to compare

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

18 Aug 19:07

Choose a tag to compare

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