Releases: nozwock/yanu
Releases · nozwock/yanu
0.10.1
0.10.0
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
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
0.8.0
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
- @arturkasperek made their first contribution in #21
Full Changelog: 0.7.2...0.8.0
0.7.2
0.7.1
0.7.0
Note
System Temp directory will be used by default.
For Windows, which is inC:\
drive. So make sure you've enough space there, if not then just edit thetemp_dir
field in the config file.
What's Changed
- Added
build-backend
subcommand for unix systems bc8c8e1 - Added
--temp-dir
config option 11979aftemp_dir
is used to decide where to store temp filestemp_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
New Contributors
Full Changelog: 0.6.1...0.7.0
0.6.1
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
- @nekomekoraiyuu made their first contribution in #5
Full Changelog: 0.6.0...0.6.1
0.6.0
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
Full Changelog: 0.4.1...0.5.0
Changes
- Added Unpacking/Repacking functionality.
- Migrated from
fs
tofs-err
. - Migrated from
tempdir
totempfile
.