From eb8ff20cfcdc801a65a9974dfe782f0c4a85965e Mon Sep 17 00:00:00 2001 From: noahim Date: Thu, 6 Aug 2026 14:25:31 +0900 Subject: [PATCH] chore: release 0.14.4 Co-Authored-By: Claude Fable 5 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 464ed6a2..fffe942a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 9be6bf8f..266f1451 100644 --- a/package.json +++ b/package.json @@ -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.",