v0.4.1 — bulk editor + selection-checkbox UX
First patch on the v0.4.0 line — rolls up three user-reported regressions on the asset card plus the bulk editor's new Categories tab.
If you're on v0.4.0, the in-app update prompt will offer this automatically. (This release is also the first end-to-end test of that updater.)
Fixes
- Asset card: 'new' badge no longer eats the selection checkbox. On clips with the
newbadge the badge and the selection box both sat at the top-left and the badge won the click, forcing you to open the clip first to dismiss the badge before you could tick the box. The badge is now in the top-right corner. - Larger selection hit-target. The visible checkbox stays 18×18 but its clickable area is now 32×32 — the padding around the mark is invisible, so there's no visual change beyond a slightly nicer hover state. No more pinpoint accuracy required.
- Bulk editor: assign Categories too, not just tags. The bulk-tag modal is now a bulk tags + categories editor with a Tags / Categories tab and a shared Add-Remove / Replace mode. Each tab has its own staged changes — switching tabs preserves them — and Apply only writes through to a tab you actually touched, so Replace mode on Tags can never wipe direct-category memberships on a Categories tab you never visited. Pending-changes dot on the inactive tab shows queued work.
Updater
- v0.4.0 → v0.4.1 is the first real run of the in-place update flow added in v0.4.0. Installed builds get Inno's
/CLOSEAPPLICATIONS /RESTARTAPPLICATIONSpath; portable builds get the Windows rename-and-respawn trick. The single-instance lock now retries for ~2.5 s so the post-swap process can't race itself.
Reminder
- Categories show clips that are directly in the category or that carry a tag whose group is the category — so bulk-adding a tag in a category still shows up on that category page. The new bulk-categorize button is for the direct membership only.
Downloads
Clippycap-Setup.exe— installer (~104 MB). Bundles ffmpeg + offers to install the Edge WebView2 Runtime if missing.Clippycap-Portable.exe— one-file build (~20 MB). Downloads ffmpeg on first run.