Releases: obsproject/bouf
Releases · obsproject/bouf
Bouf v0.6.0
Release Notes
- Fix
bouf-sign
--files
argument missing clap flags - Always serialise a
compressed_hash
to make life a little easier on the client side (nlohmann withstd::optional
is no fun) - Update NSIS script with shader cache removal and
QuietUninstallString
- Update zstd crate to 0.13 (updates zstd to v1.5.5)
- Added support for codesigning with Google's CNG provider and Google Cloud KMS
- Fixed building with newer clap versions
- Fixed prepare step copying old files when it shouldn't
Full Changelog: v0.5.2...v0.6.0
Checksums
bouf-linux-v0.6.0.zip: c28d5a637df20d6a927888022fe34fc0542f36ba1dbc2942791d7af4da257487
bouf-mac-v0.6.0.zip: 7b51a4d28bada56d0015ca3edfa3195e8dd19f12fb661ae55335ffd9676d456f
bouf-nsis-v0.6.0.zip: 4124f3466512592f5b0faf99d6f0b1bb1ec23b4dbb753ea3caf5c57eb09de959
bouf-windows-v0.6.0.zip: 00634ad7f96712227fa44795d9929a6fca808961b962cd9cbed32beb48c30563
v0.5.2
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
- Add logging by @derrod in #28
- build(deps): update object requirement from 0.30.3 to 0.31.0 by @dependabot in #29
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- build(deps): update winreg requirement from 0.10.1 to 0.50.0 by @dependabot in #27
- Rework file filtering, cleanup, and add some documentation by @derrod in #25
Full Changelog: v0.4.4...v0.5.0
v0.4.4
Full Changelog: v0.4.3...v0.4.4
- Copy converted release notes file to output direcotry
- Set zstd compression and delta patches as the default
v0.4.3
Full Changelog: v0.4.2...v0.4.3
- Updated clap, rsa, hashbrown, and toml dependencies
- Renamed
excludes
tonever_copy
- Made always copied filter configurable
- Apply include/exclude filters to overrides
- Updated VS redist checker binary
- Various clippy fixes
(Uploading binaries because why not)