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

Commit 472b2ee

Browse files
Prepare 0.0.8 release
Bump the app version to 0.0.8 and update the release notes for the installed DMG microphone entitlement fix.
1 parent 1102670 commit 472b2ee

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.7",
4+
"version": "0.0.8",
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.7 fixes the false microphone permission warning by matching Philo's microphone access flow.
1+
unsigned Char 0.0.8 fixes installed DMG builds that were missing the macOS microphone entitlement and could not register for microphone access.

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

0 commit comments

Comments
 (0)