chore: bump version to 1.3.2 for release #692
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I'd like to release 1.3.2, it will have one critical bug fix on Mac.
The following are the changes between version 1.3.1 and HEAD of the royshil/obs-backgroundremoval repository:
GitHub workflows, templates, and documentation
bug_report.md,feature_request.md) with new YAML-based forms (bug_report.yml,feature_request.yml) and added a.github/ISSUE_TEMPLATE/config.ymlfor custom issue/discussion/contact links.FAQ.mdfile with 50 common Q&A covering install, configuration, troubleshooting, technical details, and community resources..gitignorenow explicitly includesFAQ.md.pages/):interactive-help.astropage and an interactive chatbot UI).Website frontend
pages/src/components/Chat.svelteand supporting LLM logic inpages/src/lib/llm.ts(Svelte store for local LLM-based chatbot).Core Plugin (C++)
background-filter.cpp:backgroundMaskfor the next frame is now protected by a mutex (std::lock_guard<std::mutex> lock(tf->outputLock);), making it thread-safe.backgroundMaskis empty when rendering, a warning is logged, OBS skips the filter for that frame, and returns early instead of crashing or producing undefined behavior.Summary of impact
If you want line-by-line details of any of these changes, or the full diff for a specific file, let me know!