v0.12.0
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 replaceKvdb.KeyValueDatabase
- Update
SaveDataIndexer
classes to match FS 10.0 and to useFlatMapKeyValueStore
. - Replace
TitleId
withProgramId
,DataId
and their subtypes. - Use
ReferenceCountedDisposable<T>
when returning anISaveDataInfoReader
fromIFileSystemProxy
- Add
- #146 Change
IFileSystem
interfaces to match FS by changing them to abstract classes and tweaking a few method signatures - #154 Rename
FsService
toFsSrv
to match the original naming in FS - #147 Rewrite
FsSystem.BucketTree
andFsSystem.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