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.
- Add Python 3.13 PyPI classifier.
- 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
arboard
to 3.4.0.
- Fix
paste_image
return type.
- Added support for image copying/pasting with
copy_image
/paste_image
functions.
- Add more project metadata to be shown on PyPI and some nice badges.
- First public release.
- Copykitten can
copy
,paste
, andclear
the clipboard.