070
BazBags
070 (2026-05-02)
Full Changelog Previous Releases
- CategoriesPage: two layout fixes for the Match Rules section. (1) Swap the Match Mode dropdown and the Add Match Rule button so Match Mode sits in the LEFT card and Add sits in the RIGHT card. The previous layout put the dropdown's "Match Mode" label on the right side of the row, which read awkwardly - section labels are conventionally left-aligned and that's where the eye lands first. The Layout engine alternates strictly left/right by emit order, so the swap is just a swap of the two blocks{} appends. For default categories the Reset Rules to Default half-width button stacks under Match Mode in the left card now (used to stack under Add). (2) Hide the entire Pinned Items section + tip on protected (catch-all) categories. Pinning items to Other is functionally meaningless - Other already catches everything that doesn't match another category's rules, so a manual pin to Other is just a redundant override that says "this thing that already lands here should land here." Wrapping the section in
if not isProtectedremoves the noise from the Other detail page entirely, leaving Other with: an info note, the Identity (rename) section, and the Match Priority slider. Cleaner page that reflects the catch-all's locked-down nature, bump to 070