Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,23 @@ are added as a new section above the previous one — existing entries are
never overwritten, so this file (like the docs page) accumulates the full
release history over time.

## Simple Collider v1.2.0 (Unreleased)
## Simple Collider v1.2.1 (Unreleased)

Minor bug fix release.

### Bug Fixes

- [#674](https://github.com/Weisl/simple_collider/issues/674): Fixed a crash
when creating a collider from a curve, text, or metaball object with
"Use Modifier Stack" disabled (the default) —
`AttributeError: 'Curve' object has no attribute 'update'`.
- [#673](https://github.com/Weisl/simple_collider/issues/673): Fixed the
Oriented Minimum BBox collider crashing on degenerate/flat geometry with no
triangular convex-hull face to orient from (now skips that island with a
warning instead), and fixed its scratch mesh/object leaking as orphan
data-blocks on every use.

## Simple Collider v1.2.0 (2026-08-04)

This release adds scene-wide collider validation and an alternative
CoACD-based Auto Convex backend, alongside a round of responsiveness and
Expand Down
Loading
Loading