Skip to content

0.0.10-alpha

Choose a tag to compare

@Marlamin Marlamin released this 14 Feb 02:05
· 64 commits to main since this release
fd7a16c

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 async and static-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 => fdid references instead of lookup => 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.