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

Accepts T3 Code server `0.0.29` and matching nightlies so Integrations can
reconnect after T3 auto-updates.

## Highlights

- **T3 Code 0.0.29 contract:** Microbridge accepts server bases `0.0.28` and
`0.0.29`, including `*-nightly.…` builds (for example
`0.0.29-nightly.20260720.859`).
Comment on lines +8 to +10
- **Pinned upstream commit refreshed** to the verified shell/dispatch surface.

## Upgrade notes

- No migration. Install this DMG (or `brew upgrade` after the formula bump).
- After upgrading, re-enable or reconnect T3 Code Nightly under Settings →
Integrations if it was left in **Incompatible**.

## Risk / notes

- Other T3 server bases remain **Incompatible** until their contract is verified
and shipped.
Loading