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.2"
version = "0.3.3"
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.2",
"version": "0.3.3",
"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.2"
version = "0.3.3"
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.2",
"version": "0.3.3",
"identifier": "ai.microbridge.ui",
"build": {
"beforeDevCommand": "npm run dev",
Expand Down
36 changes: 36 additions & 0 deletions docs/releases/v0.3.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Microbridge 0.3.3 (2026-07-20)

This patch release turns Integrations into a glanceable tile grid with
session-aware traffic-light status for every supported host.

## Highlights

- **Integration tiles:** Settings → Integrations is a compact 2–3 column square
grid instead of a long vertical list.
- **Traffic lights stay visible:** every tile always shows green / yellow / red
status; hover reveals the diagnostic detail.
- **Host attribution on the face of the catalog:** Synara, ChatGPT, Claude
Desktop, and Conductor show **Active · N threads** when their journals are
live, or **Waiting** when idle — no separate pairing adapter.
- **Actions stay on click:** Cursor, Factory, T3 Code, and OpenCode open a
detail strip for Enable / Pair / Repair / Disconnect.

## Upgrade notes

- No migration or manual configuration is required.
- Direct installs: use **Check for Updates…** or install the notarized DMG from
this release.
- Homebrew: `brew update && brew upgrade microbridge` after the formula bump
lands.

## Verification

- UI tests and production frontend build for the tile grid.
- Required GitHub CI on the Integrations PRs (#72, #73).

## Risk / notes

- Existing `v0.3.2` installations do not contain this Integrations layout until
upgraded.
- Physical Codex Micro HID behavior remains a separate real-device validation
gate.
Loading