Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ members = [
]

[workspace.package]
version = "0.3.4"
version = "0.3.5"
edition = "2021"
license = "MIT"
repository = "https://github.com/DevVig/microbridge"
Expand Down
4 changes: 2 additions & 2 deletions apps/microbridge-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/microbridge-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "microbridge-ui",
"private": true,
"version": "0.3.4",
"version": "0.3.5",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
4 changes: 2 additions & 2 deletions apps/microbridge-ui/src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/microbridge-ui/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "microbridge-ui"
version = "0.3.4"
version = "0.3.5"
description = "Microbridge menu bar app (primary UI)"
authors = ["Microbridge contributors"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion apps/microbridge-ui/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Microbridge",
"version": "0.3.4",
"version": "0.3.5",
"identifier": "ai.microbridge.ui",
"build": {
"beforeDevCommand": "npm run dev",
Expand Down
25 changes: 25 additions & 0 deletions docs/releases/v0.3.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Microbridge 0.3.5 (2026-07-20)

Ships the compact Integrations icon grid and the fixed in-app update
manifest.

## Highlights

- **Compact icon tiles:** Settings → Integrations uses a dense ~72px grid with
each host’s real macOS app icon (Synara, Claude, ChatGPT, Codex, Cursor, T3,
CNVS, and the rest).
- **Traffic lights stay visible:** green / yellow / red on every tile; hover
for the diagnostic; click Cursor / Factory / T3 / OpenCode for setup actions.
- **Updater fix:** the app and release pipeline use `update.json` so Check for
Updates no longer follows a stuck `latest.json` redirect.

## Upgrade notes

- No migration. Install this DMG (or `brew upgrade` after the formula bump).
- Prefer this over `v0.3.4` if you want the icon tiles; `v0.3.4` may exist as a
transitional build without the compact icon grid.

## Risk / notes

- Older builds that still request `latest.json` need one manual upgrade to
`0.3.5` (or newer) before in-app updates work again.
Loading