v3.4.0
3.4.0 (2026-04-05)
Features
-
Add configurable CSS variables for group styling:
--so-group-item-indent(default:0px) — indent items inside groups (withpadding-inline-startfor RTL support)--so-group-header-expanded-shift(default:30px) — header text position when expanded--so-group-header-collapsed-shift(default:10px) — header text position when collapsed--so-group-header-hover-shift(default:10px) — header text position on hover (collapsed)
Set all
*-shiftvars to the same value to prevent text jumping on expand/collapse/hover. -
Add accordion mode: New
accordion_modesetting in Appearance Settings. When enabled, opening a group automatically collapses all others. Available as a UI toggle and via config (accordion_mode: true).
Bug Fixes
- resolve infinite reload loop + group separator + configurable CSS vars (#109) (839e705), closes #98 #98 thanks! @cnc-lasercraft