From 828c80353cde3ceb1c7c4990742f8841c3352ba5 Mon Sep 17 00:00:00 2001 From: Michael Hansen Date: Wed, 18 Oct 2023 10:32:23 -0500 Subject: [PATCH] Add CHANGELOG --- openwakeword/CHANGELOG.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 openwakeword/CHANGELOG.md diff --git a/openwakeword/CHANGELOG.md b/openwakeword/CHANGELOG.md new file mode 100644 index 0000000..d53cb5b --- /dev/null +++ b/openwakeword/CHANGELOG.md @@ -0,0 +1,38 @@ +# Changelog + +## 1.8.0 + +- Include fix for potential deadlock +- Only process wake words that a client requests +- armv7 support + +## 1.7.1 + +- Always use wake word file name as key + +## 1.7.0 + +- Make wake word loading completely dynamic (new models are automatically discovered) +- Rebuild Wyoming info message on each request +- Deprecate --model + +## 1.5.1 + +- Include language in wake word descriptions + +## 1.5.0 + +- Remove webrtc +- Remove audio options related to webrtc +- Remove wake word option (dynamic loading) +- Dynamically load wake word models + +## 1.4.0 + +- Add noise suppression/auto gain with webrtc + +## 1.1.0 + +- Initial release + +