Skip to content

Releases: zao/ooz

Bun Release 0.2.2

21 Aug 10:16
@zao zao
Compare
Choose a tag to compare

Fixed a corner case bug where if a given path or path from the bundle manifest did not match any of the file entries, the file could erroneously be created with the contents of other files due to uninitialized data.

Full Changelog: v0.2.1...v0.2.2

Bun Release 0.2.1

27 Jul 00:45
@zao zao
6307b38
Compare
Choose a tag to compare

Minor improvement on version 0.2.0 which derives the seed used in the path hash algorithm automatically from data in the index.

Bun Release 0.2.0

25 Jul 14:47
@zao zao
082d139
Compare
Choose a tag to compare

Adds support for data files stored in 3.21.2's update to the bundle system.

Note that for bundles from that patch and onward the extracted files and directories will be written and matched in lowercase as the case information is no longer stored in the files. On Windows this is a lesser concern but users on case-sensitive filesystems may need to adjust their code. Old bundles retain the old case-sensitive matching and extraction for compatibility.

A write-up with more information can be seen in PR #5.

Bun Release 0.1.0

14 Jan 10:53
@zao zao
2480701
Compare
Choose a tag to compare

First versioned release of Bun and ooz, should build on x64 and ARM64 on Windows, Linux and macOS.
Prebuilt binaries for x64 Windows bundled for ease of use, everything else builds with CMake.