Releases: Klavionik/copykitten
Releases · Klavionik/copykitten
v1.2.3
This release only updates the PyPI classifiers, adding Python 3.13.
v1.2.2
[1.2.2] - 2024-10-07
Changed
- The package can now be installed using any Python version higher than 3.7.
v1.2.1
This version fixes a possible import-time error when trying to import copykitten
package in headless environments.
[1.2.1] - 2024-08-27
Fixed
- Initialize the inner clipboard instance lazily to prevent import-time errors in headless environments.
v1.2.0
This version updates arboard to 3.4.0, fixing the issue regarding image transparency in Windows application (see #5).
[1.2.0] - 2024-04-29
Changed
v1.1.1
[1.1.1] - 2024-02-20
Fixed
- Fix
paste_image
return type.
v1.1.0
[1.1.0] - 2024-02-19
Added
- Added support for image copying/pasting with
copy_image
/paste_image
functions.
v1.0.1
No changes to the package itself, only the project metadata that will be displayed on PyPI is updated.
v1.0.0
This is the first public release.
The package API is minimal, but provides users with the most needed functions: copy
, paste
, clear
.