Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

37 lines (27 loc) · 1.02 KB

Changelog

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.

[Unreleased]

[1.2.3] - 2024-10-20

  • Add Python 3.13 PyPI classifier.

[1.2.2] - 2024-10-07

Changed

  • The package can now be installed using any Python version higher than 3.7.

[1.2.1] - 2024-08-27

Fixed

  • Initialize the inner clipboard instance lazily to prevent import-time errors in headless environments.

[1.2.0] - 2024-04-29

Changed

  • Update arboard to 3.4.0.

[1.1.1] - 2024-02-20

Fixed

  • Fix paste_image return type.

[1.1.0] - 2024-02-19

Added

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

[1.0.1] - 2024-01-31

  • Add more project metadata to be shown on PyPI and some nice badges.

[1.0.0] - 2024-01-31

  • First public release.
  • Copykitten can copy, paste, and clear the clipboard.