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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
If you're looking for a hosted desktop recording API, consider checking out [Recall.ai](https://www.recall.ai/product/desktop-recording-sdk?utm_source=github&utm_medium=sponsorship&utm_campaign=ruzin-stenoai), an API that records Zoom, Google Meet, Microsoft Teams, in-person meetings, and more.

## 📢 What's New
- **2026-07-24** 🔎 Settings search — press ⌘K on the Settings screen to search every setting and jump straight to the right tab.
- **2026-07-24** 🔔 Cleaner notificationsmeeting and note alerts now show as Steno's own in-app toast instead of native OS notifications.
- **2026-07-24** ✨ Letter avatars — notes in the Previous list show their initial instead of a generic file icon.
- **2026-07-24** 📅 Connected calendarCalendar settings now show the account you've connected.
- **2026-07-26** 🎙️ System audio without Screen Recording — record both sides of a call with no Screen Recording permission. Now requires macOS 14.4 or later.
- **2026-07-26** ⬇️ Automatic updatesSteno installs a downloaded update while you're idle and relaunches, never mid-recording. Turn it off in Settings to keep the manual prompt.
- **2026-07-26** ↩️ Undo delete + re-transcribe — restore a note right after deleting it, and re-transcribe an existing recording from its detail view.
- **2026-07-26** 🌏 Chinese transcriptionpick Simplified or Traditional Chinese when the Whisper engine is selected.


## Features
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stenoai",
"version": "0.6.4",
"version": "0.6.5",
"description": "AI powered intelligence layer for confidential workflows",
"main": "main.js",
"homepage": "https://github.com/ruzin/stenoai",
Expand Down
21 changes: 21 additions & 0 deletions docs/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@ title: "Changelog"
description: "What's new in Steno -- recent releases and notable changes."
---

<Update label="v0.6.5" description="July 26, 2026">
**New**
- **System audio without the Screen Recording permission** — record both sides of a call without granting Screen Recording. This uses Core Audio Process Taps, so Steno now requires macOS 14.4 or later. (Turn the "Record system audio" toggle off any time to record the microphone only.)
- **Automatic updates** — Steno now installs a downloaded update while your Mac is idle and relaunches on its own, and never while you're recording or processing. Turn off "Install updates automatically" in Settings → General to keep the manual "Restart to update" prompt.
- **Re-transcribe a recording** — re-run transcription on an existing recording from its note, useful after switching engines or language.
- **Undo a deleted note** — deleting a note now shows an Undo, so a note is soft-deleted and recoverable rather than gone immediately.
- **Chinese transcription** — choose Simplified or Traditional Chinese when the Whisper transcription engine is selected in Settings → AI.
- **Low-memory warning** — Settings now warns when a local summarization model may exceed your Mac's available memory before you switch to it.

**Improved**
- Deleting a note no longer asks for confirmation first, since Undo can restore it.

**Fixed**
- The macOS Keychain "Safe Storage" prompt no longer appears on every launch.
- The manual check-for-updates now follows redirects, so it keeps working after the download location moves.
- Opening Settings from a bare link now lands on General instead of stranding you on a stale tab.
- The AI's internal reasoning tags no longer leak into your notes in a few remaining cases.
- Fewer false "meeting detected" prompts.
- Macs below macOS 14.4 are no longer offered an update they can't install; a manual check explains that a newer macOS is required instead.
</Update>

<Update label="v0.6.4" description="July 24, 2026">
**New**
- **Settings search** — Press ⌘K on the Settings screen to search every setting and jump straight to the tab it lives on.
Expand Down
Loading