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

Commit ae6a800

Browse files
Prepare 0.0.9 release
Bump the app, bundle, and crate versions to 0.0.9 and update the release notes for the startup/model readiness fix.
1 parent 230a385 commit ae6a800

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.8",
4+
"version": "0.0.9",
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.8 fixes installed DMG builds that were missing the macOS microphone entitlement and could not register for microphone access.
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.

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.8"
3+
version = "0.0.9"
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.8",
4+
"version": "0.0.9",
55
"identifier": "com.char.unsigned.app",
66
"build": {
77
"beforeDevCommand": "bun run dev",

0 commit comments

Comments
 (0)