Skip to content
Open
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"package": "0.8.1"
"package": "0.9.0"
}
26 changes: 26 additions & 0 deletions package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## [0.9.0](https://github.com/deepmindru-afk/voice-ui-kit/compare/v0.8.1...v0.9.0) (2026-03-17)


### Features

* add function calls to conversation panel ([8b89cc8](https://github.com/deepmindru-afk/voice-ui-kit/commit/8b89cc8423b629029e26b5c9ff8945f39365d44f))
* add reverseOrder prop to Conversation ([f14b09f](https://github.com/deepmindru-afk/voice-ui-kit/commit/f14b09fd1f2e801f57423ed43766bc55a169eeef))
* **console:** add tooltip to Connect button showing connection endpoint ([56dbe30](https://github.com/deepmindru-afk/voice-ui-kit/commit/56dbe30ac1584b594c186e341fc2ea3f45043924))
* **console:** add tooltip to Connect button showing connection endpoint ([ca8867a](https://github.com/deepmindru-afk/voice-ui-kit/commit/ca8867aab41f05280b5b235b64bcead188301c9f))


### Bug Fixes

* improve turn detection and karaoke highlighting ([ccdf529](https://github.com/deepmindru-afk/voice-ui-kit/commit/ccdf529a9acc3c169d5e53340f480988c502fdbf))
* improve turn detection and karaoke highlighting ([e37f57b](https://github.com/deepmindru-afk/voice-ui-kit/commit/e37f57bf1e31879aea205b00cd8f8438d59d35ad))
* long bot messages when bot sends stopped speaking mid-turn ([0277a2c](https://github.com/deepmindru-afk/voice-ui-kit/commit/0277a2cac7821e0b8958fb7e42cce467cb443d38))
* show friendly label for unnamed function calls ([be2ad19](https://github.com/deepmindru-afk/voice-ui-kit/commit/be2ad192a9a232e48506e0426e7f914096494fb8))


### Performance Improvements

* optimize conversation rendering pipeline ([4fa54b3](https://github.com/deepmindru-afk/voice-ui-kit/commit/4fa54b30afb4344a02b15be9796562a644b46331))
* optimize conversation rendering pipeline ([5d6d6ae](https://github.com/deepmindru-afk/voice-ui-kit/commit/5d6d6ae2306431533247c22a19b3ecd5c7e950cf))
* **visualizers:** optimize VoiceVisualizer rendering performance ([0c47a8d](https://github.com/deepmindru-afk/voice-ui-kit/commit/0c47a8d538fe391ea59456eb425886b86b984a43))
* **visualizers:** optimize VoiceVisualizer rendering performance ([ccd871a](https://github.com/deepmindru-afk/voice-ui-kit/commit/ccd871a568affc734ba06d8d05582bab66c4e41f))

## [0.8.1](https://github.com/pipecat-ai/voice-ui-kit/compare/v0.8.0...v0.8.1) (2026-03-11)


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.8.1",
"version": "0.9.0",
"type": "module",
"license": "BSD-2-Clause",
"repository": {
Expand Down