Skip to content

Releases: nozwock/yanu

0.10.1

04 May 23:01
9bcc910
Compare
Choose a tag to compare

Fixes

  • Fixes os error 13 on Android

Full Changelog: 0.10.0...0.10.1

0.10.0

04 May 06:01
21281d6
Compare
Choose a tag to compare

Known Issues

  • Temp dirs are not cleaned up automatically upon exit while loading (PC Only) #26

What's Changed

  • GUI Rewrite by @nozwock in #23
  • Added XCI to NSP conversion
  • Added Overwrite TitleID for update
  • Added warnings for insufficient storage space (CLI)
  • Improved logs
  • Removed Key mismatch warnings

Full Changelog: 0.9.0...0.10.0

0.8.1

15 Apr 12:05
d10edfe
Compare
Choose a tag to compare

Full Changelog: 0.8.0...0.8.1

What's Changed

  • Cleans up some files early 4c39ad1
    • Should lead to less storage use during the process
  • Added file sizes to the logs 481bbd2
  • Removed an unnecessary warning b46e22e

Fixes

  • Fixed incorrect Patched NCA being returned from pack function 03be96d
    • This might've been causing some issues before, not sure
  • Fixed --outdir option of update subcommand having no effect 1b0523e

0.8.0

14 Apr 15:36
2591402
Compare
Choose a tag to compare

What's Changed

  • Added --titleid option in repack subcommand for more granular control a3088e1
  • Improved error message for empty roms_dir c5fed94
  • Always cleanup hacpack temp folders ebdc177
  • Added NACP handling for some data 524452b
    • Allows to have Program's Name and Version in the resulting patched file 78b03d9
  • Move to GPLv2 license 1fe79a5
  • refactor: refactor the project structure by @nozwock in #20
  • Add GitHub action for generating docker image by @arturkasperek in #21

New Contributors

Full Changelog: 0.7.2...0.8.0

0.7.2

09 Apr 12:53
dba36b1
Compare
Choose a tag to compare

Full Changelog: 0.7.1...0.7.2

What's Changed

  • Added nsp_extractor option in config for PC a15e90c
  • Add warning for Unicode paths on PC 0a10478

0.7.1

09 Apr 07:19
93d32ae
Compare
Choose a tag to compare

Full Changelog: 0.7.0...0.7.1

What's Changed

  • Changed default Temp directory on PC to CWD 0a5adc3
    • Because I was threatened by @weeb to do so

Note - Need to manually delete the config file first for this to take effect.

0.7.0

07 Apr 20:36
b920eff
Compare
Choose a tag to compare

Note
System Temp directory will be used by default.
For Windows, which is in C:\ drive. So make sure you've enough space there, if not then just edit the temp_dir field in the config file.

What's Changed

  • Added build-backend subcommand for unix systems bc8c8e1
  • Added --temp-dir config option 11979af
    • temp_dir is used to decide where to store temp files
    • temp_dir can be changed either through CLI or by manually editing the config file
  • Uses fallback readers for NCA on PC builds 88c62f6
  • Removed max depth search limit for roms_dir 8a62900
  • Added nca_extractor option in config for PC builds 39e90b7
  • Removed winapi dependency 358b63b
  • Shortened keyfile option 74d76b6
  • Add --tag to allow installing a specific version on Android by @nekomekoraiyuu in #9
  • Refactor codebase by @nozwock in #14

Fixes

  • Fixed TitleID mismatches e86d86f
    • Hopefully fixes related FS pack errors
  • Fixed Unicode issues #11

New Contributors

Full Changelog: 0.6.1...0.7.0

0.6.1

16 Mar 10:34
2ea26d2
Compare
Choose a tag to compare

What's Changed

  • Added an icon for the Windows build.
  • Set outdir to /sdcard on Android build.
    • With this, the patched NSP wouldn't have to be moved to internal storage at the end.
  • Bash sensei sponsor by @nekomekoraiyuu in #5 (Improved yanu installation script)

Fixes

  • Fixed hac2l not compiling on Linux due to a missing build flag.

New Contributors

Full Changelog: 0.6.0...0.6.1

0.6.0

15 Mar 14:45
7308be2
Compare
Choose a tag to compare

Full Changelog: 0.5.0...0.6.0

Changes

  • TUI is now available for all builds with yanu tui.
  • Addded hac2l for the Android build.
    • With this, many newer games should work fine, just like on PC with the exception of Sparse type games.

Fixes

  • Fixed Not found error while compiling Backend tools. (didn't affect the Windows build)

0.5.0

14 Mar 21:17
fd7c693
Compare
Choose a tag to compare

Full Changelog: 0.4.1...0.5.0

Changes

  • Added Unpacking/Repacking functionality.
  • Migrated from fs to fs-err.
  • Migrated from tempdir to tempfile.