Release notes
# Release Notes: 2.7.0 โ Live Background Removal Lite
## Highlights
### ๐โฏ Important Fix: Safer vcpkg Integration
With 2.7.0, we've made a major improvement to how our plugin uses vcpkg dependencies. Previously, multiple OBS plugins could crash due to symbol conflicts if their dependencies did not enforce the recommended `-fvisibility=hidden`.
**Now, Live Background Removal Lite ensures that all vcpkg-based libraries are consistently built with `-fvisibility=hidden`**. This helps prevent rare (but serious) plugin crashes caused by symbol clashes when other OBS plugins are loaded.
Our team spent extensive effort debugging and resolving these tricky, low-level compatibility issues. This upgrade should make your streaming setup much safer and more stableโeven in complex plugin environments.
## Whatโs Changed
- Major update to vcpkg dependency handling:
- All dependencies now enforce `fvisibility=hidden` to reduce symbol leaks and crash risks.
- This change provides improved crash resistance with other plugins.
- No changes to plugin features or UI in this release.
## How to Update
Just update the plugin as usual! No manual action is required for this fix. If you use multiple OBS plugins, you're especially encouraged to upgrade for maximum stability.
---
Thank you for using Live Background Removal Lite!
If you spot any issues or have feedback, please let us know.