Skip to content

v0.12.0

Compare
Choose a tag to compare
@Thealexbarney Thealexbarney released this 19 Aug 00:12
· 502 commits to master since this release

hactoolnet

  • #144 Support reading decrypted NCA files and encrypting NCA files (PR from Xpl0itR)
  • #156 Support reading NCA0 files
  • #155 Improve Package2 support when the INI1 is embedded in the kernel
  • #150 List application IDs when using --listapps (PR from leo60228)

LibHac

  • #152
    • Add Kvdb.FlatMapKeyValueStore to replace Kvdb.KeyValueDatabase
    • Update SaveDataIndexer classes to match FS 10.0 and to use FlatMapKeyValueStore.
    • Replace TitleId with ProgramId, DataId and their subtypes.
    • Use ReferenceCountedDisposable<T> when returning an ISaveDataInfoReader from IFileSystemProxy
  • #146 Change IFileSystem interfaces to match FS by changing them to abstract classes and tweaking a few method signatures
  • #154 Rename FsService to FsSrv to match the original naming in FS
  • #147 Rewrite FsSystem.BucketTree and FsSystem.IndirectStorage to closely match the implementation in FS
  • #149 Add ReferenceCountedDisposable<T> to help properly dispose shared objects
  • #145 Fix some errors that were accidentally ignored in FsSystem.Save.AllocationTableStorage