Skip to content

v0.5.5

Compare
Choose a tag to compare
@jvilk jvilk released this 10 Nov 19:34
· 405 commits to master since this release
  • ZipFS now works with non-BrowserFS buffers. Previously, it would fail because it would try to use the unsupported string encoding extended_ascii, which I custom wrote for BrowserFS buffers. I broke that out into a submodule so it can be used with other buffer implementations, so now ZipFS works.