Skip to content

Releases: Klavionik/copykitten

v1.2.1

26 Aug 21:06
Compare
Choose a tag to compare

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

29 Apr 20:26
Compare
Choose a tag to compare

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

  • Update arboard to 3.4.0.

v1.1.1

20 Feb 11:18
Compare
Choose a tag to compare

[1.1.1] - 2024-02-20

Fixed

  • Fix paste_image return type.

v1.1.0

19 Feb 17:12
Compare
Choose a tag to compare

[1.1.0] - 2024-02-19

Added

  • Added support for image copying/pasting with copy_image/paste_image functions.

v1.0.1

31 Jan 19:37
Compare
Choose a tag to compare

No changes to the package itself, only the project metadata that will be displayed on PyPI is updated.

v1.0.0

31 Jan 18:26
Compare
Choose a tag to compare

This is the first public release.

The package API is minimal, but provides users with the most needed functions: copy, paste, clear.