Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 1.72 KB

CHANGELOG.md

File metadata and controls

57 lines (36 loc) · 1.72 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]

2.0.0 - 2024-10-19

Added

  • accept text from stdin (#16) by @PlexSheep
  • (release-plz) added contributors to changelog (#24) by @asasine
  • (clipboard) [breaking] removed clipboard support (#23) by @asasine

Fixed

  • (release-plz) removed extraneous newlines in changelog by @asasine

Other

  • Added CONTRIBUTING.md (#19) by @asasine

1.2.1 - 2024-09-26

Fixed

  • Changed output to stderr for piping purposes
  • (goodboye) Changed number of spaces between words to two from three

1.2.0 - 2024-09-20

Added

  • Added new g o o d b o y e binary

1.1.1 - 2024-05-23

Fixed

  • Added special handling for clipboard failures on Linux

1.1.0 - 2024-05-16

Added

  • added human_panic
  • Added initial version 1.0.0

Fixed

  • updated description
  • upgraded dependencies to latest compatible version

Other

  • Added workflow_dispatch trigger
  • Added status badges to README
  • Added release-plz integration
  • Added more documentation