diff --git a/CHANGELOG.md b/CHANGELOG.md index 337c913..0ab637c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,10 +9,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [Unreleased] +[0.6.0] + - Added: `UserAudioControl` dropdown can list both microphones and speakers with grouped sections - Added: `dropdownMenuLabel` to customize or hide the main dropdown label - Added: `microphoneLabel`, `speakerLabel` to customize dropdown section labels - Added: `noMicrophones`, `noSpeakers` to independently hide device dropdown sections +- Added: `noTextInput` to `Console` template and `Conversation` component to hide text input controls +- Added: `noInject` to `TextInput` component to prevent user text messages from being injected into conversation state +- Added: `onSend` callback prop to `TextInput` - Updated: Console template now uses `UserAudioControl` for speaker selection instead of `UserAudioOutputControl` - Fixed: `noAudioOutput` prop correctly passed down to `PipecatAppBase` in Console template diff --git a/package/package.json b/package/package.json index e5f5802..d163903 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "@pipecat-ai/voice-ui-kit", - "version": "0.5.0", + "version": "0.6.0", "type": "module", "license": "BSD-2-Clause", "repository": {