PackageTrack
Sign in Get early access

github.com/savedra1/clipse

v1.2.1 #1663 most downloaded on Go modules savedra1/clipse

What this package is like to depend on

Last release 6 months ago

27 Jan 2026

Release timing varies

gaps range from 1 weeks to 7 months

Some releases are documented

notes for 9 of 22 stable releases

Nothing withdrawn

no release was ever pulled

2 years old

40 releases · first in 2024

11 releases in the last 12 months

see the full history below

Release timeline

40 releases · Mar 2024 to Jan 2026
2025 2026
Release Pre-release

Releases

latest 40
  1. v1.2.1 27 Jan 2026
    Release notes

    v1.2.1

    Just some minor bug fixes following v1.2.0. Also a new feature to allow specifying multiple keys for a single action (thanks to @Aethar01 🫡)

    What's Changed

    • release: v1.2.0 by @savedra1 in #304
    • issues/305: (fix) image overlap bug by @savedra1 in #306
    • issues/164: (fix) fuzzy panic on null byte char by @savedra1 in #311
    • chore(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in #310
    • chore(deps): bump actions/upload-artifact from 4 to 6 by @dependabot[bot] in #309
    • chore(deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in #308
    • chore(deps): bump actions/download-artifact from 4 to 7 by @dependabot[bot] in #307
    • issues/317: (fix) correctly handle entries with prefix '-' by @savedra1 in #321
    • Allow config to take multiple keys for a single keybind. by @Aethar01 in #320
    • Update hyprland configuration example to work with v.0.53 by @CrisDan1905 in #314
    • issues/312: (fix) 'sh' procs dying when exe symlinked to nix hash by @savedra1 in #322
    • chore(deps): bump golang.org/x/sys from 0.39.0 to 0.40.0 by @dependabot[bot] in #319
    • release: v1.2.1 by @savedra1 in #324

    New Contributors

    Full Changelog: v1.2.0...v1.2.1

    Open source →
  2. v1.2.1-0.20251226170708-6033485ca663 26 Dec 2025 pre-release

    Nothing published for this version

  3. v1.2.0 26 Dec 2025
    Release notes

    v1.2.0 is finally here 🎉

    Some big changes have been added to improve the listener performance by integrating with the C APIs for X/Darwin. This means the executable now needs building differently depending on the host display server. Please be mindful of this when installing and check the updated README instructions.

    Lots of new features including auto-paste, excluded apps, mouse actions and more.

    AUR and Nix packages to be updated in due course!

    Big thank you to all the contributors 🧡 and a special thanks to @one137 for the amazing "excluded apps" security feature 🚀

    What's Changed

    • bug fix: custom keybinds not registering
    • feat: pause listener (@bilyes )
    • feat: automatic deletion after a specified amount of time (thanks to @n0op3)
    • feat: realtime UI updates (@wassup05 )
    • feat: Exclude certain apps (@one137 )
    • feat: wayland exclude sensitive content (@roeland)
    • feat: auto-paste 🥳
    • feat: exit code for custom apis (@domgom)
    • bug fix: images not copying on MacOs
    • bug fix: high cpu usage on x11 and MacOs
    • feat: allow exit preview with quit key and allow copy from preview
    • feat: force quit keybind
    • bug fix: ensure existing processes are killed correctly (@awerty-noob)
    • feat: output-all (@wassup05)
    • feat: configurable max item length
    • feat: feat: optional description timestamp
    • feat: optional mouse actions
    • chore: remove attoto clipboard dependency
    • bc: remove -fc option

    Full Changelog: https://github.com/savedra1/clipse/blob/main/CHANGELOG.md

    Open source →
    Release notes
    • bug fix: Image preview persists when viewport closed with quit key
    • bug fix: Correctly handle paste operations for entries with prefix '-' on Wayland
    • bug fix: Shell processes being killed when exe is symlinked to a path containing substring 'sh'
    • feat: Allow keybinds to take multiple values
    Open source →
  4. v1.1.5 26 Dec 2025

    Nothing published for this version

  5. v1.1.4 26 Dec 2025

    Nothing published for this version

  6. v1.1.3 26 Dec 2025

    Nothing published for this version

  7. v1.1.2 26 Dec 2025

    Nothing published for this version

  8. v1.1.1 26 Dec 2025

    Nothing published for this version

  9. v1.1.1-0.20251030203210-1ef85453dc7b 30 Oct 2025 pre-release

    Nothing published for this version

  10. v1.1.1-0.20251019141327-78e4186a5b47 19 Oct 2025 pre-release

    Nothing published for this version

  11. v1.1.1-0.20250928235905-785eb9189386 28 Sep 2025 pre-release

    Nothing published for this version

  12. v1.1.1-0.20250710183232-9e7bb6f6f15f 10 Jul 2025 pre-release

    Nothing published for this version

  13. v1.1.1-0.20241127210212-efa93ec00e8c 27 Nov 2024 pre-release

    Nothing published for this version

  14. v1.1.0 04 Oct 2024
    Release notes

    v1.1.0

    Two great new features!

    • You can now add your own custom keybinds to your config.json file 🎉 Thanks to @TiagoRibeiro25
    • Clipse now supports high quality image previews with custom rendering made available in the config.json file 🚀 Thanks to @ztmzzz

    There has also been a bug fix implemented for a time zone issue that affects anyone in the US New York region. See #122.

    Changelog

    • c1582cf fix: workflow error
    • b56a393 release: 1.0.9 -> 1.1.0 (#144)
    • 67cff33 fix: timezone bug (122) (#143)
    • ea705b5 chore(deps): bump crate-ci/typos from 1.24.5 to 1.24.6 (#140)
    • a7d7692 fix: corrected preview keybind menu options (#141)
    • d57a340 feat: display images using sixel or kitty (#138)
    • b087f9f chore(deps): bump github.com/charmbracelet/bubbles from 0.18.0 to 0.20.0 (#133)
    • b91cd7e chore(deps): bump crate-ci/typos from 1.24.1 to 1.24.5 (#134)
    • 3556f32 chore(deps): bump github.com/charmbracelet/bubbletea from 1.0.1 to 1.1.1 (#137)
    • 3cb02c6 feat: custom keybindings support (#136)
    • 3f8c200 chore: remove dnf package from todos (#129)
    • 40dd9e0 chore(deps): bump github.com/charmbracelet/bubbletea (#127)
    • 96c56d5 chore: add copr package instructions to readme (#128)
    • 7e947d1 chore(deps): bump github.com/charmbracelet/bubbletea (#126)
    • e284ef2 chore(deps): bump github.com/charmbracelet/bubbles from 0.18.0 to 0.19.0 (#125)
    • acdb26e chore(deps): bump github.com/charmbracelet/lipgloss (#124)
    • 0308c0d chore(deps): bump crate-ci/typos from 1.23.6 to 1.24.1 (#123)
    • eeb6aa3 chore(deps): bump github.com/charmbracelet/bubbletea (#121)
    • 62a5e04 chore(deps): bump crate-ci/typos from 1.23.5 to 1.23.6 (#115)
    • 6e8f09b chore(deps): bump crate-ci/typos from 1.23.2 to 1.23.5 (#113)
    • 4ae23ed chore: update faq
    • 7e8aa76 chore: update docs to latest version
    • 0ac78b3 nix: update package
    Open source →
    Release notes
    • bug fix: custom keybinds not registering
    • feat: pause listener
    • feat: automatic deletion after a specified amount of time
    • feat: realtime UI updates
    • feat: Exclude certain apps
    • feat: wayland exclude sensitive content
    • feat: auto-paste
    • feat: exit code for custom apis
    • bug fix: images not copying on MacOs
    • bug fix: high cpu usage on x11 and MacOs
    • feat: allow exit preview with quit key and allow copy from preview
    • feat: force quit keybind
    • bug fix: ensure existing processes are killed correctly
    • feat: output-all
    • feat: configurable max item length
    • feat: feat: optional description timestamp
    • feat: optional mouse actions
    • chore: remove attoto clipboard dependency
    • bc: remove -fc option
    Open source →
  15. v1.0.10-0.20241004204853-c1582cfd9564 04 Oct 2024 pre-release

    Nothing published for this version

  16. v1.0.10-0.20240829192943-3f8c200ca013 29 Aug 2024 pre-release

    Nothing published for this version

  17. v1.0.10-0.20240717130840-7e8aa768d1a5 17 Jul 2024 pre-release

    Nothing published for this version

  18. v1.0.9 16 Jul 2024
    Release notes

    Some more minor bug fixes following the wl-clipboard listener implementation

    fix: image binary data sometimes parsing as a string on Wayland
    fix: inconsistent viewport start position
    fix: inconsistent confirmation list start position
    fix: listener not killing existing wl-paste --watch processes

    Open source →
    Release notes
    • bug fix: EDT timezone bug when saving images
    • feat: custom keybinding
    • feat: custom image preview rendering with kitty shell
    Open source →
  19. v1.0.8 16 Jul 2024
    Release notes

    v1.0.7 -> v1.0.8 (#110)

    Open source →
  20. v1.0.7 13 Jul 2024
    Release notes
    • 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
    Open source →
  21. v1.0.6 13 Jul 2024

    Nothing published for this version

  22. v1.0.5 13 Jul 2024

    Nothing published for this version

  23. v1.0.4 13 Jul 2024

    Nothing published for this version

  24. v1.0.4-0.20240705182044-54c882877e6d 05 Jul 2024 pre-release

    Nothing published for this version

  25. v1.0.3 05 Jul 2024
    Release notes
    • 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 to true.
    • bug fix: images not keeping pinned status after being chosen on Wayland
    Open source →
  26. v1.0.2 03 Jul 2024

    Nothing published for this version

  27. v1.0.1 03 Jul 2024

    Nothing published for this version

  28. v1.0.1-0.20240702221221-99ea3d02e265 02 Jul 2024 pre-release

    Nothing published for this version

  29. v0.1.0 02 Jul 2024

    Nothing published for this version

  30. v0.0.72-0.20240528103515-e8114725bcf2 28 May 2024 pre-release

    Nothing published for this version

  31. v0.0.72-0.20240521165647-de4173c41c42 21 May 2024 pre-release

    Nothing published for this version

  32. v0.0.72-0.20240516175209-6708edc61747 16 May 2024 pre-release

    Nothing published for this version

  33. v0.0.72-0.20240516174552-d13270defd2e 16 May 2024 pre-release

    Nothing published for this version

  34. v0.0.72-0.20240513213831-cdf76bf4db3e 13 May 2024 pre-release

    Nothing published for this version

  35. v0.0.72-0.20240506100757-7853f27461da 06 May 2024 pre-release

    Nothing published for this version

  36. v0.0.71 03 May 2024
    Release notes
    • 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
    Open source →
  37. v0.0.7 30 Apr 2024

    Nothing published for this version

  38. v0.0.7-0.20240320123303-2b984da027d0 20 Mar 2024 pre-release

    Nothing published for this version

  39. v0.0.6 04 Mar 2024
    Release notes
    • 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 📷
    Open source →
  40. v0.0.4 04 Mar 2024

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive