Skip to content

Releases: MegatonHammer/linkle

Release v0.2.11

25 Jul 03:24
Compare
Choose a tag to compare
Version 0.2.11

Release v0.2.10

19 Apr 08:17
Compare
Choose a tag to compare
Crates.io release v0.2.10

Release v0.2.9

16 Apr 19:45
Compare
Choose a tag to compare
Cargo-nro: Don't try to parse PackageID

Release v0.2.8

10 Apr 14:34
Compare
Choose a tag to compare
Release 0.2.8

v0.2.7

25 May 12:41
Compare
Choose a tag to compare
  • Fix NSO cmdline generating NRO instead of NSO
  • Update to latest lz4 crate
  • Allow target machine ARM to support 32 bits NRO/NSO

v0.2.6

14 Feb 23:19
246b853
Compare
Choose a tag to compare
  • Add key generation command (keygen), uses ~/.switch/prod.keys or $XDG_HOME/.switch/prod.keys, and derives all the keys from it.
  • Improve error handling. No more confusing IO error without the associated file that caused it.

v0.2.5

20 Sep 23:28
Compare
Choose a tag to compare
Document RomFs building

v0.2.4: Initial release

20 Sep 23:00
52daf83
Compare
Choose a tag to compare
Creating a NRO file:

    linkle nro input.elf output.nro

Creating a NSO file:

    linkle nso input.elf output.nso

Creating a PFS0/NSP file:

    linkle pfs0 input_directory output.pfs0

Creating a NACP file:

    linkle ncap input.json output.nacp