# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [2.0.0](https://github.com/asasine/spongebob/compare/v1.2.1...v2.0.0) - 2024-10-19 ### Added - accept text from stdin ([#16](https://github.com/asasine/spongebob/pull/16)) by @PlexSheep - *(release-plz)* added contributors to changelog ([#24](https://github.com/asasine/spongebob/pull/24)) by @asasine - *(clipboard)* [**breaking**] removed clipboard support ([#23](https://github.com/asasine/spongebob/pull/23)) by @asasine ### Fixed - *(release-plz)* removed extraneous newlines in changelog by @asasine ### Other - Added CONTRIBUTING.md ([#19](https://github.com/asasine/spongebob/pull/19)) by @asasine ## [1.2.1](https://github.com/asasine/spongebob/compare/v1.2.0...v1.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](https://github.com/asasine/spongebob/compare/v1.1.1...v1.2.0) - 2024-09-20 ### Added - Added new g o o d b o y e binary ## [1.1.1](https://github.com/asasine/spongebob/compare/v1.1.0...v1.1.1) - 2024-05-23 ### Fixed - Added special handling for clipboard failures on Linux ## [1.1.0](https://github.com/asasine/spongebob/compare/v1.0.1...v1.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