0.32 2025-02-10 - In drivers.t: prefer to use Clipboard::WaylandClipboard . - https://github.com/shlomif/Clipboard/issues/13 - Thanks to @hightowe 0.31 2025-01-21 - Make problematic t/drivers.t tests author only. - https://github.com/shlomif/Clipboard/pull/16 - Thanks to @trwyant 0.30 2024-06-16 - Add Wayland detection and support - https://github.com/shlomif/Clipboard/issues/13 - https://github.com/shlomif/Clipboard/pull/14 - Thanks to @hightowe 0.29 2024-04-07 - Add Xsel.pm / xsel support. - Improve clipbrowse's reliability / security: - https://github.com/shlomif/Clipboard/issues/11 - https://github.com/shlomif/Clipboard/pull/12 - Thanks to @fschlich . - Made the code more elegant and reliable. - E.g.: explicit returns 0.28 2021-02-23 - Hopefully fix prereqs on cygwin. - https://github.com/shlomif/Clipboard/issues/7 - Thanks to @tzccinct . 0.27 2021-02-13 - README.md instead of README and INSTALL - https://github.com/shlomif/Clipboard/issues/5 - Thanks to https://github.com/mitchblank . 0.26 2020-05-16 - Try to fix 'Wide character in print' warning with Xclip - https://github.com/shlomif/Clipboard/issues/4 - Thanks to @shawnhcorey . 0.25 2020-05-14 - Fix capitalization in GitHub links (the links still worked) in META.* - A minor and cosmetic change 0.24 2020-03-07 - Remove Makefile.PL due to ::OSPrereqs not munging it along with Build.PL - https://github.com/dagolden/Dist-Zilla-Plugin-OSPrereqs/issues/4 - Fix macOS detection. - https://github.com/shlomif/Clipboard/issues/1 - convert "darwin" to a regex. 0.23 2020-03-06 - Require deps on MacOS and MSwin32 - See: https://github.com/shlomif/Clipboard/issues/1 - Thanks to https://metacpan.org/pod/Dist::Zilla::Plugin::OSPrereqs . 0.22 2020-01-28 - Rebuild for order of 'NAME' and 'VERSION' sections in the generated POD documentation (see 0.001004 in https://metacpan.org/changes/distribution/Pod-Weaver-PluginBundle-SHLOMIF ). - VERSION used to appear before NAME. 0.21 2019-12-02 - Min version of Mac::Pasteboard for macOS Catalina compat - Thanks to William H. Gilmore 0.20 2019-04-18 - use xclip on cygwin/win32 if SSH_CONNECTION is set (rkitover) - use xclip if DISPLAY is set and OS is unknown (rkitover) - Apply doc patch from https://rt.cpan.org/Ticket/Display.html?id=64243 - Thanks to Andreas 0.19 2019-01-31 - Add copy_to_all_selections(). - Convert Changes to https://metacpan.org/pod/CPAN::Changes . - Code cleanups and modernisations. 0.18 2019-01-30 - Remove a stray .orig script. Teaching me to use git status... - Thanks to gregor herrmann . 0.17 2019-01-30 - Blacklist some Win32 and Mac-only prereqs in dist.ini. - Thanks to PERLANCAR . 0.16 2019-01-30 - Add support for Debian GNU/Hurd ( https://rt.cpan.org/Ticket/Display.html?id=116951 ) - Fix https://rt.cpan.org/Ticket/Display.html?id=98435 ; CVE-2014-5509 - clipedit Insecurely used temporary files. 0.15 2019-01-30 - https://rt.cpan.org/Ticket/Display.html?id=121056 - Fix for tests with no "." in @INC 0.14 2019-01-30 - SHLOMIF resumed maintenance - Convert to dzil . 0.12 2010-10-11 - Just added 'dragonfly' OS to recognized list (as *nix type) 0.11 2010-10-07 - Removed dependency on IO::All, Spiffy and IO::Run (!) - Switched Mac from pbcopy shelling to Mac::Pasteboard (Tom Wyant) - Improved error handling of Xclip.pm - Added at/clipfilter-test 0.10 2010-10-06 - Correct recognition of Windows in Makefile.PL (Alexandr Ciornii) - Makefile.PL version update (Alexandr Ciornii) - clipjoin now escapes weechat-type mess, and also now has -q flag. - clipbrowse now defaults to chromium-browser. - added at/clipjoin-test and at/clipbrowse-test - Updating email address and copyright date. - Minor text updates here and there. 0.09 2005-10-20 - Included Anton Berezin's Clipboard::Xclip fix for data that includes \n\n - Added scripts/clipfilter (also with Anton's feedback) - Removed dependency on IO::All - Cheated to make CPAN tests pass (turned 'xclip' dependency into warning). The real fix here is probably to Inline::C it - the xclip source is not that hard to read and pare down to a minimal set. 0.08 2005-06-21 - Fixed the MSWin32 OS string. Oops - I thought it was winSomething - Added a few more OS strings - clipaccumulate, the most obscure script in the batch! 0.07 2005-06-02 - fixed stupid typo in clipedit. Not sure how I let this slip by me. =\ 0.06 2005-06-01 - `editclip`, sure to be a celebrated entry in the world of clipboard editing! - Renamed `joinclip` to `clipjoin`, and `browseclip` to `clipbrowse`. Sorry if you already are in the habit of typing the others (I still am). - `clipbrowse` now opens URLs into a new tab.