Releases: sc2ad/beatsaber-hook
Releases · sc2ad/beatsaber-hook
Fix dlclose issues, null check string_view, linker issues
What's Changed
- Add null check to string_view by @Fernthedev in #148
- Don't dlclose libil2cpp in bs hook by @RedBrumbler in #149
Full Changelog: v4.0.1...v4.0.2
v4.0.1
Full Changelog: v4.0.0...v4.0.1
Use sl2 bindings, fix compile for NDK r26+
What's Changed
- Improvement PR by @RedBrumbler in #140
- Update SafePtr operator bool to make more sense by @RedBrumbler in #138
- Add empty array method & test by @RedBrumbler in #144
Full Changelog: v3.14.0...v4.0.0
Update hook installs to resolve xref issues
Fix for TypeConv, field NTTPs
Full Changelog: v3.12.0...v3.13.0
Improve exception handling in catch handlers
Full Changelog: v3.11.0...v3.12.0
Add general purpose wrappers, MAKE_HOOK_WRAPPER, xref fixes
- Added
accessor-wrapper-types.hpp
andbase-wrapper-type.hpp
for use with customizable sized wrapper types. - In order to facilitate this being applicable, added a
MAKE_HOOK_WRAPPER
to illustrate conversions to and from wrapper types without forcing size constraints. - Made it so that xref traces can work through hooks (hooks also properly log when combined)
Full Changelog: v3.10.0...v3.11.0
Deprecate MakeDelegate and __AllocateUnsafe
Full Changelog: v3.9.0...v3.10.0
Bump rapidjson, improved debugging experience
Full Changelog: v3.8.5...v3.9.0
Fix for generic deduction
Full Changelog: v3.8.4...v3.8.5