All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
copyandcopy_imagefunctions now support the detach mode on Linux. In detach mode, copying will spawn a daemon that will manage the copied content instead of the parent process, useful for short scripts. See README for details.
- The public API now have proper docstrings visible via the built-in
helpfunction. arboardwas bumped to 3.6.1, resulting in a breaking change topaste. Previously, if you cleared the clipboard after copying text data into it,pastewould have returned an empty string. Now it will raise an exception. There are also multiple improvements and bug fixes to how image data is handled.
- The package can now be installed using any Python version higher than 3.7.
- Initialize the inner clipboard instance lazily to prevent import-time errors in headless environments.
- Update
arboardto 3.4.0.
- Fix
paste_imagereturn type.
- Added support for image copying/pasting with
copy_image/paste_imagefunctions.
- Add more project metadata to be shown on PyPI and some nice badges.
- First public release.
- Copykitten can
copy,paste, andclearthe clipboard.