0.0.10-alpha
Still considered unstable, especially API wise. More large changes are coming. Use at your own risk!
Library
- Added optional listfile support (default on, can be disabled by setting Settings.ListfileFallback to
false). - Added setting for CDN cache directory (default 'cache').
- Improved encoding loading. (by @Warpten)
- Removed a lot of unneeded
asyncandstatic-ness. - Removed Encoding.TryGetEKeys and add implicit bool conversion operator to EncodingResult.
- Updated index
GetAllEntries()to also support file-indexes. - Updated root parsing to store
lookup=>fdidreferences instead oflookup=>RootEntry. - Updated install parsing to normalize filename slashes to
\(#by @bloerwald) (fixes #5).
Tool
- Added lookup based file extraction for filenames/lists (e.g. interface files on Retail, all files on Classic).
- Added listfile based file extraction for filenames/lists if file is not found through other methods.