Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down