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

Commit 4e1a5eb

Browse files
Prepare 0.0.5 release
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c6b04d2 commit 4e1a5eb

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.4",
4+
"version": "0.0.5",
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.4 restores bundle-based macOS launches so microphone prompts are attached to the app bundle again, and hardens microphone permission detection when macOS app-level and capture-device APIs disagree.
1+
unsigned Char 0.0.5 fixes false microphone and system-audio permission errors that could block recording even when access was already granted.

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.4"
3+
version = "0.0.5"
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.4",
4+
"version": "0.0.5",
55
"identifier": "com.johnjeong.unsignedchar",
66
"build": {
77
"beforeDevCommand": "bun run dev",

0 commit comments

Comments
 (0)