From 159998bac3446246e189e4ccefd968ef32ea82ea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 02:42:26 +0000 Subject: [PATCH 1/2] chore(main): release 0.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 21 +++++++++++++++++++++ Cargo.toml | 2 +- apps/desktop/src-tauri/Cargo.toml | 2 +- apps/desktop/src-tauri/tauri.conf.json | 2 +- 5 files changed, 25 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 72d5a592..466df71c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.12" + ".": "0.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c321c131..a977e63d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [0.1.0](https://github.com/mcpmux/mcp-mux/compare/v0.0.12...v0.1.0) (2026-02-16) + + +### Features + +* add Homebrew tap support and ad-hoc macOS signing ([#79](https://github.com/mcpmux/mcp-mux/issues/79)) ([b07f1a3](https://github.com/mcpmux/mcp-mux/commit/b07f1a3a6a11fd1ae944368fa0909838ffb41292)) +* add Linux APT repository and install infrastructure ([#85](https://github.com/mcpmux/mcp-mux/issues/85)) ([473eb1a](https://github.com/mcpmux/mcp-mux/commit/473eb1aeb25c8e01d2111b9e1a82e8fee1a4d4dd)) +* apply McpMux branding to OAuth authorization pages ([#74](https://github.com/mcpmux/mcp-mux/issues/74)) ([c84e036](https://github.com/mcpmux/mcp-mux/commit/c84e036b13b276520b8433439954303dbe3dbaed)) +* capture MCP protocol logging notifications in server connection logs ([#76](https://github.com/mcpmux/mcp-mux/issues/76)) ([0587741](https://github.com/mcpmux/mcp-mux/commit/058774135fed2c0220a4900372f665e88eb3dff5)) +* redesign README, screenshots, and E2E capture ([#87](https://github.com/mcpmux/mcp-mux/issues/87)) ([84f15cb](https://github.com/mcpmux/mcp-mux/commit/84f15cb8b805912ca810ad00bff9f819802f4d78)) + + +### Bug Fixes + +* don't pass APPLE_CERTIFICATE to tauri-action ([1943134](https://github.com/mcpmux/mcp-mux/commit/19431347c63eba3ed00b408d3e6c044bd3ac8a9c)) +* e2e flaky fix ([#75](https://github.com/mcpmux/mcp-mux/issues/75)) ([d8e28f8](https://github.com/mcpmux/mcp-mux/commit/d8e28f8fd7a6ab50d3a12d766b970d482ae2fbe2)) +* gracefully handle invalid Apple certificate in release builds ([bb4221f](https://github.com/mcpmux/mcp-mux/commit/bb4221f9e4a47ff7fad041b13e432a2ed55e1f96)) +* replace deprecated macos-13 runner with macos-latest ([92ad770](https://github.com/mcpmux/mcp-mux/commit/92ad7702d2cada69df46c3a221bc2101caf17a20)) +* skip Apple certificate in tauri-action when import fails ([968d4b9](https://github.com/mcpmux/mcp-mux/commit/968d4b90b09bffc9a2432a32f2318ffde3facb88)) +* taskbar icon visibility ([#83](https://github.com/mcpmux/mcp-mux/issues/83)) ([400c4bc](https://github.com/mcpmux/mcp-mux/commit/400c4bcce315bc7354dacb40b1cfa95a51e0edd3)) + ## [0.0.12](https://github.com/mcpmux/mcp-mux/compare/v0.0.1...v0.0.12) (2026-02-14) Prior test releases (v0.0.2–v0.0.12) during development. diff --git a/Cargo.toml b/Cargo.toml index 60b51843..70ba787b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ members = [ ] [workspace.package] -version = "0.0.12" +version = "0.1.0" edition = "2021" license = "GPL-3.0-or-later" repository = "https://github.com/mcpmux/mcpmux" diff --git a/apps/desktop/src-tauri/Cargo.toml b/apps/desktop/src-tauri/Cargo.toml index 2e281d80..b6f493e3 100644 --- a/apps/desktop/src-tauri/Cargo.toml +++ b/apps/desktop/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mcpmux" -version = "0.0.12" +version = "0.1.0" edition.workspace = true publish = false description = "McpMux - Centralized MCP Server Management" diff --git a/apps/desktop/src-tauri/tauri.conf.json b/apps/desktop/src-tauri/tauri.conf.json index c06cca9e..0de481c8 100644 --- a/apps/desktop/src-tauri/tauri.conf.json +++ b/apps/desktop/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "McpMux", - "version": "0.0.12", + "version": "0.1.0", "identifier": "com.mcpmux.desktop", "build": { "beforeDevCommand": "pnpm dev:web", From 4d0a93b8fa21a9649a948eb88a4c5bd308767a78 Mon Sep 17 00:00:00 2001 From: Mohammod Al Amin Ashik Date: Mon, 16 Feb 2026 10:42:57 +0800 Subject: [PATCH 2/2] chore: rewrite v0.1.0 changelog as first public release Signed-off-by: Mohammod Al Amin Ashik --- CHANGELOG.md | 37 +++++++++++++++++-------------------- 1 file changed, 17 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a977e63d..eaf7a8f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,26 +1,23 @@ # Changelog -## [0.1.0](https://github.com/mcpmux/mcp-mux/compare/v0.0.12...v0.1.0) (2026-02-16) +## [0.1.0](https://github.com/mcpmux/mcp-mux/compare/v0.0.1...v0.1.0) (2026-02-16) +First public release of McpMux — the unified MCP gateway and manager for AI clients. ### Features -* add Homebrew tap support and ad-hoc macOS signing ([#79](https://github.com/mcpmux/mcp-mux/issues/79)) ([b07f1a3](https://github.com/mcpmux/mcp-mux/commit/b07f1a3a6a11fd1ae944368fa0909838ffb41292)) -* add Linux APT repository and install infrastructure ([#85](https://github.com/mcpmux/mcp-mux/issues/85)) ([473eb1a](https://github.com/mcpmux/mcp-mux/commit/473eb1aeb25c8e01d2111b9e1a82e8fee1a4d4dd)) -* apply McpMux branding to OAuth authorization pages ([#74](https://github.com/mcpmux/mcp-mux/issues/74)) ([c84e036](https://github.com/mcpmux/mcp-mux/commit/c84e036b13b276520b8433439954303dbe3dbaed)) -* capture MCP protocol logging notifications in server connection logs ([#76](https://github.com/mcpmux/mcp-mux/issues/76)) ([0587741](https://github.com/mcpmux/mcp-mux/commit/058774135fed2c0220a4900372f665e88eb3dff5)) -* redesign README, screenshots, and E2E capture ([#87](https://github.com/mcpmux/mcp-mux/issues/87)) ([84f15cb](https://github.com/mcpmux/mcp-mux/commit/84f15cb8b805912ca810ad00bff9f819802f4d78)) - - -### Bug Fixes - -* don't pass APPLE_CERTIFICATE to tauri-action ([1943134](https://github.com/mcpmux/mcp-mux/commit/19431347c63eba3ed00b408d3e6c044bd3ac8a9c)) -* e2e flaky fix ([#75](https://github.com/mcpmux/mcp-mux/issues/75)) ([d8e28f8](https://github.com/mcpmux/mcp-mux/commit/d8e28f8fd7a6ab50d3a12d766b970d482ae2fbe2)) -* gracefully handle invalid Apple certificate in release builds ([bb4221f](https://github.com/mcpmux/mcp-mux/commit/bb4221f9e4a47ff7fad041b13e432a2ed55e1f96)) -* replace deprecated macos-13 runner with macos-latest ([92ad770](https://github.com/mcpmux/mcp-mux/commit/92ad7702d2cada69df46c3a221bc2101caf17a20)) -* skip Apple certificate in tauri-action when import fails ([968d4b9](https://github.com/mcpmux/mcp-mux/commit/968d4b90b09bffc9a2432a32f2318ffde3facb88)) -* taskbar icon visibility ([#83](https://github.com/mcpmux/mcp-mux/issues/83)) ([400c4bc](https://github.com/mcpmux/mcp-mux/commit/400c4bcce315bc7354dacb40b1cfa95a51e0edd3)) - -## [0.0.12](https://github.com/mcpmux/mcp-mux/compare/v0.0.1...v0.0.12) (2026-02-14) - -Prior test releases (v0.0.2–v0.0.12) during development. +* Unified MCP gateway — configure servers once, connect every AI client through a single endpoint +* Encrypted credential storage via OS keychain (DPAPI, Keychain, Secret Service) with AES-256-GCM field-level encryption +* Spaces for organizing servers into workspaces with per-client access key authentication +* FeatureSet filtering — fine-grained control over tools, resources, and prompts per client +* OAuth 2.1 + PKCE with automatic token refresh for OAuth-enabled MCP servers +* Server discovery — browse and install from the community registry at mcpmux.com +* Streamable HTTP transport with SSE notifications +* Stdio transport with platform-specific process isolation +* Server connection logging with MCP protocol notifications and stderr capture +* Custom server configuration fields — environment variables, arguments, and headers +* Default values for server input definitions +* McpMux-branded OAuth authorization pages +* System tray with autostart on login +* Built-in auto-updater with signed releases +* Cross-platform installers — Windows (NSIS), macOS (DMG via Homebrew), Linux (APT + AppImage + .deb)