diff --git a/CHANGELOG.md b/CHANGELOG.md index 535aaf1..4839697 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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/). -## [Unreleased] +## [1.0.1] - 2024-01-28 ### Added - New message to identify whether Whisper was being called using the API or running locally. - Additional hold-to-talk ([PR #28](https://github.com/savbell/whisper-writer/pull/28)) and press-to-toggle recording methods ([Issue #21](https://github.com/savbell/whisper-writer/issues/21)). @@ -36,5 +36,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Changed - Updated Whisper Python package; the local model is now compatible with Python 3.11. -[Unreleased]: https://github.com/savbell/whisper-writer/compare/v1.0.0...HEAD +[Unreleased]: https://github.com/savbell/whisper-writer/compare/v1.0.1...HEAD +[1.0.1]: https://github.com/savbell/whisper-writer/releases/tag/v1.0.0...v1.0.1 [1.0.0]: https://github.com/savbell/whisper-writer/releases/tag/v1.0.0 diff --git a/README.md b/README.md index 327103d..8bf9da1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # WhisperWriter icon WhisperWriter -![version](https://img.shields.io/badge/version-1.0.0-blue) +![version](https://img.shields.io/badge/version-1.0.1-blue)

WhisperWriter demo gif @@ -178,6 +178,8 @@ Below are features I am planning to add in the near future: Below are features not currently planned: - [ ] Pipelining audio files +Implemented features can be found in the [CHANGELOG](CHANGELOG.md). + ## Contributing Contributions are welcome! I created this project for my own personal use and didn't expect it to get much attention, so I haven't put much effort into testing or making it easy for others to contribute. If you have ideas or suggestions, feel free to [open a pull request](https://github.com/savbell/whisper-writer/pulls) or [create a new issue](https://github.com/savbell/whisper-writer/issues/new). I'll do my best to review and respond as time allows.