Make adjacent duplicate-set switching near-instant (0.9.3, #182) #188
No reviewers
Labels
No labels
Kind/Bug
Kind/Feature
Priority/High
Priority/Medium
Reviewed/Confirmed
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
ai-collab/bulk-image-organizer!188
Loading…
Reference in a new issue
No description provided.
Delete branch "0.9.1/issue-182-dupe-set-switch"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #182. Version 0.9.3.
On large workspaces (~9k images, hundreds of groups), changing the active duplicate set with W/S, the toolbox list, or next/prev was still 1–2 seconds even when neighbor images were already cached. Multi/Grid navigation no longer re-filters the full thumbnail model or re-queries dupe summaries; membership dicts and tag colors stay cached for the current set and its neighbors; Multi paints from a pixmap cache trimmed to that window. The thumbnail proxy filter runs when Single/viewer actually reads rows.
Also fixes a Single filmstrip ghost slot: after marking DELETE with Hide Deleted on and moving to the next group, an extra empty thumb could appear. Clicking it left the previous image on screen at 1:1. The issue #38 pin is released before the new group's session rows are snapshotted.
USER_GUIDE is unchanged. This restores already-documented usage (session filmstrip, W/S group movement); the bundled guide is usage-only and does not take bug-fix rationale.
Test plan