You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quieter in the background. Every external clipboard event was rebuilding the history list — even with the popup hidden — and decoding any visible image entries' base64 data into pixel bitmaps. With many image entries in history, that produced steady CPU and memory pressure while you were doing other things. Renders now wait until the window is actually visible; data still updates underneath, and the catch-up render happens once on open.