Skip to content

Commit b581fce

Browse files
committed
📝 Docs: v1.0.1 Updates
1 parent 6b04f3f commit b581fce

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7-
## [Unreleased]
7+
## [1.0.1] - 2024-01-28
88
### Added
99
- New message to identify whether Whisper was being called using the API or running locally.
1010
- 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/).
3636
### Changed
3737
- Updated Whisper Python package; the local model is now compatible with Python 3.11.
3838

39-
[Unreleased]: https://github.com/savbell/whisper-writer/compare/v1.0.0...HEAD
39+
[Unreleased]: https://github.com/savbell/whisper-writer/compare/v1.0.1...HEAD
40+
[1.0.1]: https://github.com/savbell/whisper-writer/releases/tag/v1.0.0...v1.0.1
4041
[1.0.0]: https://github.com/savbell/whisper-writer/releases/tag/v1.0.0

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# <img src="./assets/ww-logo.png" alt="WhisperWriter icon" width="25" height="25"> WhisperWriter
22

3-
![version](https://img.shields.io/badge/version-1.0.0-blue)
3+
![version](https://img.shields.io/badge/version-1.0.1-blue)
44

55
<p align="center">
66
<img src="./assets/ww-demo-image.gif" alt="WhisperWriter demo gif">
@@ -178,6 +178,8 @@ Below are features I am planning to add in the near future:
178178
Below are features not currently planned:
179179
- [ ] Pipelining audio files
180180

181+
Implemented features can be found in the [CHANGELOG](CHANGELOG.md).
182+
181183
## Contributing
182184

183185
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.

0 commit comments

Comments
 (0)