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

Commit 2a04454

Browse files
Prepare 0.0.4 release
Bump app versions to 0.0.4, refresh release notes, and align the GitHub release title with unsigned Char branding.
1 parent 32b8282 commit 2a04454

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
run: |
113113
gh release view "${{ steps.release_meta.outputs.tag }}" >/dev/null 2>&1 || \
114114
gh release create "${{ steps.release_meta.outputs.tag }}" \
115-
--title "unsigned {char} v${{ steps.release_meta.outputs.version }}" \
115+
--title "unsigned Char v${{ steps.release_meta.outputs.version }}" \
116116
--notes-file release-notes.md
117117
118118
- name: Generate updater manifest

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.3",
4+
"version": "0.0.4",
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.3 renames the app to unsigned Char and fixes microphone permission detection so meeting capture stops warning after access is already enabled.
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.

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

0 commit comments

Comments
 (0)