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
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [0.14.4](https://github.com/sendbird/stave/compare/v0.14.3...v0.14.4) (2026-08-06)

### Features

* Allow the active Lens page to play audio, capture microphone input, and select an audio output device, while continuing to reject camera, popup, unrelated, and stale-view permission requests.
* Add the macOS microphone usage description and audio-input entitlements so packaged builds can prompt for and use the microphone.
* Document the Lens media-permission behavior and cover it with focused policy and packaging tests.

### References

* [#341](https://github.com/sendbird/stave/pull/341)

## [0.14.3](https://github.com/sendbird/stave/compare/v0.14.2...v0.14.3) (2026-08-05)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stave",
"private": true,
"version": "0.14.3",
"version": "0.14.4",
"description": "Stave: AI coding workspace for Claude and Codex.",
"author": {
"name": "Sendbird, Inc.",
Expand Down
Loading