Skip to content

0.7.0

Compare
Choose a tag to compare
@nozwock nozwock released this 07 Apr 20:36
· 153 commits to main since this release
b920eff

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