|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## [0.1.0](https://github.com/mcpmux/mcp-mux/compare/v0.0.12...v0.1.0) (2026-02-16) |
| 3 | +## [0.1.0](https://github.com/mcpmux/mcp-mux/compare/v0.0.1...v0.1.0) (2026-02-16) |
4 | 4 |
|
| 5 | +First public release of McpMux — the unified MCP gateway and manager for AI clients. |
5 | 6 |
|
6 | 7 | ### Features |
7 | 8 |
|
8 | | -* 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)) |
9 | | -* 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)) |
10 | | -* 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)) |
11 | | -* 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)) |
12 | | -* redesign README, screenshots, and E2E capture ([#87](https://github.com/mcpmux/mcp-mux/issues/87)) ([84f15cb](https://github.com/mcpmux/mcp-mux/commit/84f15cb8b805912ca810ad00bff9f819802f4d78)) |
13 | | - |
14 | | - |
15 | | -### Bug Fixes |
16 | | - |
17 | | -* e2e flaky fix ([#75](https://github.com/mcpmux/mcp-mux/issues/75)) ([d8e28f8](https://github.com/mcpmux/mcp-mux/commit/d8e28f8fd7a6ab50d3a12d766b970d482ae2fbe2)) |
18 | | -* gracefully handle invalid Apple certificate in release builds ([bb4221f](https://github.com/mcpmux/mcp-mux/commit/bb4221f9e4a47ff7fad041b13e432a2ed55e1f96)) |
19 | | -* replace deprecated macos-13 runner with macos-latest ([92ad770](https://github.com/mcpmux/mcp-mux/commit/92ad7702d2cada69df46c3a221bc2101caf17a20)) |
20 | | -* skip Apple certificate in tauri-action when import fails ([968d4b9](https://github.com/mcpmux/mcp-mux/commit/968d4b90b09bffc9a2432a32f2318ffde3facb88)) |
21 | | -* taskbar icon visibility ([#83](https://github.com/mcpmux/mcp-mux/issues/83)) ([400c4bc](https://github.com/mcpmux/mcp-mux/commit/400c4bcce315bc7354dacb40b1cfa95a51e0edd3)) |
22 | | - |
23 | | -## [0.0.12](https://github.com/mcpmux/mcp-mux/compare/v0.0.1...v0.0.12) (2026-02-14) |
24 | | - |
25 | | -Prior test releases (v0.0.2–v0.0.12) during development. |
| 9 | +* Unified MCP gateway — configure servers once, connect every AI client through a single endpoint |
| 10 | +* Encrypted credential storage via OS keychain (DPAPI, Keychain, Secret Service) with AES-256-GCM field-level encryption |
| 11 | +* Spaces for organizing servers into workspaces with per-client access key authentication |
| 12 | +* FeatureSet filtering — fine-grained control over tools, resources, and prompts per client |
| 13 | +* OAuth 2.1 + PKCE with automatic token refresh for OAuth-enabled MCP servers |
| 14 | +* Server discovery — browse and install from the community registry at mcpmux.com |
| 15 | +* Streamable HTTP transport with SSE notifications |
| 16 | +* Stdio transport with platform-specific process isolation |
| 17 | +* Server connection logging with MCP protocol notifications and stderr capture |
| 18 | +* Custom server configuration fields — environment variables, arguments, and headers |
| 19 | +* Default values for server input definitions |
| 20 | +* McpMux-branded OAuth authorization pages |
| 21 | +* System tray with autostart on login |
| 22 | +* Built-in auto-updater with signed releases |
| 23 | +* Cross-platform installers — Windows (NSIS), macOS (DMG via Homebrew), Linux (APT + AppImage + .deb) |
0 commit comments