- feat: removed need for
$PPID
arg. made optional with-fc
flag - feat: pinned items view
- feat: custom paths for source files and temp dir
- bug fix: high CPU usage when image files copies
- bug fix:
clipse -clear
not deleting all temp files - feat: replace
<BINARY FILE>
image indicator with 📷
- feat: additional
clear
commands to save pinned items/images - feat: multi-select for copy and delete
- feat: multi-select copy from active filter
- feat: warn on deleting a pinned item in the ui
- feat: custom theme support for all ui components
- feat: previews for text and images
- feat: added debug logging
- ci:
golangci-lint
added to build workflow (thank you @ccoVeille) - bug fix: updated description to show local time rather than UTC
- bug fix: removed duplicate
No items.
status message when clipboard empty - optimization: improved the listener's go routine pattern to save CPU usage
- optimization: refactored the core codebase to make fewer calls to external files
- bug fix: toggle pin status message showing opposite event
- bug fix: duplicated images sharing the same reference file
- feat: optional duplicates
- feat: added a separate Wayland listener client to access data directly from the stdin using
wl-clipboard --watch
. - feat: significantly improved CPU usage if using Wayland
- fix: not able to copy images from a browser if using Wayland
- bug fix: images copied form stdin and from their temp file no longer share the same byte length for wayland. This lead to a bug where the initial image would not be 'de-duplicated' and would sometimes cause rendering issues. Implemented a fix where all no images can now be duplicated, even if
duplicatesAllowed
is set totrue
. - bug fix: images not keeping pinned status after being chosen on Wayland
- bug fix: image binary data sometimes parsing as a string on Wayland
- bug fix: inconsistent viewport start position
- bug fix: inconsistent confirmation list start position
- bug fix: EDT timezone bug when saving images
- feat: custom keybinding
- feat: custom image preview rendering with
kitty
shell