Skip to content
This repository was archived by the owner on Apr 27, 2026. It is now read-only.

Commit 5af19e5

Browse files
Cut 0.0.10 release
Bump the app version to 0.0.10 across the frontend and Tauri metadata and refresh the release notes.
1 parent 133af1d commit 5af19e5

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unsigned-char",
33
"private": true,
4-
"version": "0.0.9",
4+
"version": "0.0.10",
55
"license": "MIT",
66
"packageManager": "bun@1.3.9",
77
"bin": {

release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
unsigned Char 0.0.9 fixes meeting startup getting stuck in "Starting listening" and stops incomplete local model caches from being treated as ready.
1+
unsigned Char 0.0.10 adds a local speaker library, reruns diarization after participant edits, moves summary API keys into the macOS Keychain, and simplifies AI summary setup with cleaner provider/model controls and curated hosted-model presets.

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "unsigned-char"
3-
version = "0.0.9"
3+
version = "0.0.10"
44
description = "A local-first meeting transcription desktop shell"
55
authors = ["John Jeong"]
66
license = "MIT"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "unsigned Char",
4-
"version": "0.0.9",
4+
"version": "0.0.10",
55
"identifier": "com.char.unsigned.app",
66
"build": {
77
"beforeDevCommand": "bun run dev",

0 commit comments

Comments
 (0)