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
Clipmer is now text-only. Image clipboard history has been removed — copying an image no longer creates an entry, and the popup only tracks text. This is what finally fixes the runaway CPU and memory some of you hit: re-encoding clipboard images on every poll was the root of it, and there's no clean way around that on Linux. The trade-off is keeping resource use flat no matter what's on your clipboard, plus a much smaller, faster-loading history file. Any image entries already in your history will disappear after upgrading.