Releases: milisp/mcp-linker
Releases · milisp/mcp-linker
v2.2.2
v2.2.0
✨ Highlights
- change Project URL to milisp.dev
- New Sidebar — Fully redesigned sidebar with responsive support, keyboard shortcuts, and a unified collapsed/expanded render path
- Email & Password Auth — Users can now sign in with email and password in addition to OAuth
- Supabase-native Sync — Cloud sync and config management migrated from custom API to Supabase directly
- Language Settings — New general settings section with in-app language selection
🆕 New Features
- Redesigned sidebar with responsive layout, keyboard shortcuts, and cyclic mode toggle
- Email and password authentication support on the Auth page
- Logout functionality and reorganized user menu in the sidebar
- Sidebar now shows About link and pricing upgrade prompt
- Missing encryption key alert extracted into a reusable
MissingKeyDialog - Version tracking on upgrade past v2.1.0 recorded via Supabase
- Header controls now conditionally hidden based on current view state
tauri-plugin-openerintegrated for URL handling in sidebar feedback link
♻️ Refactoring & Cleanup
- Cloud sync and config management fully migrated to Supabase (removed custom API endpoints)
- Replaced
tauri-plugin-shellwithtauri-plugin-openerfor URL handling - Replaced
@lobehub/iconswith an internal icons component - Renamed VSCode client to Copilot and updated supported client list
- Removed CherryStudio client logic and file path configuration entirely
- Removed
SearchInput,ThemeStore,usePlatform,PromptOptimizerStore, andstartTrialdialog - Routing simplified — views now resolved dynamically from URL segments
- Settings moved from sidebar navigation into the user menu
- Form components consolidated into a central barrel file
- Update logic centralized into a Zustand store
- Personal tab state moved from global Zustand store to local component state
- Batch action handling moved from
LocalTableHeaderintoDataTable - Dashboard stat card titles shortened for clarity
🏗️ Infrastructure & Chores
- Project URLs migrated to
milisp.devdomain - Removed release/version-bumping/submodule-update scripts
- Removed unused camera and microphone entitlements from macOS build
- Removed
tauri-appdirectory references; pre-commit hook now runstsc --noEmit - Cleaned up unused files, react-router lockfile leftovers
📖 Docs
- README now mentions Arch Linux AUR package (#29)
v2.1.0
What's new
Highlight
- Better nav
- Improve ui
- Remove Codex agent
Refactoring & Cleanup
- Consolidated navigation and route state into a dedicated store, removing
react-router/react-router-domdependencies - Simplified auth flow: inlined redirect logic in
ProtectedRoute, addedsessionCheckedguard to prevent duplicate session checks, removedAuthDebugcomponent - Adjusted global layout for full-height rendering and controlled scroll behavior
- Improved responsiveness and refactored the Claude Code page header layout
- Removed team management functionality and associated components
v2.0.1
Features
- improve trial management and user notifications in AuthPage and Dashboard
v2.0.0
Highlight
- .edu email auto access Lifetime Pro tier - send me email if you're student without .edu email
- enhance tier-based functionality match user tier
- If you're an earlier user of the Lifetime plan and have downloaded this version, send me an email and I will upgrade your tier to Lifetime Pro.
Features
- Updated LicenseNag to simplify pricing options button text.
- Enhanced BatchActionsDropdown to conditionally enable actions based on user tier, integrating upgrade prompts.
- Modified LocalSyncDialog to filter available clients based on user tier, ensuring appropriate access.
- Improved PersonalMcpSection to reflect cloud sync availability based on tier status.
- Refined ServerStatusSwitch to provide upgrade prompts for tier restrictions.
- Adjusted LocalTable and LocalTableHeader to conditionally display sync options and upgrade prompts based on user tier.
- Updated ClientSelector to enforce tier-based client selection logic, allowing for development mode exceptions.
- Enhanced useTier hook to include comprehensive tier access checks and cloud sync availability.
v1.9.0
Feature
- free codex agent includes almost all features in Codexia with your own ChatGPT subscription.
- limit mcp clients, only free for Claude desktop
- Signed dmg - no more damage dialog from macOS
- add upgrade tier plan button
- update pay plan
Tip
it’s free in all versions less than v1.8.0, any suggestions DM me to get discount on twitter.
Fix
- Adaptation for Codex v0.71.0
v1.8.0
v1.7.2
Fix: enhance LicenseNag component logic for user tier and trial detection
- Updated the LicenseNag component to prevent display for users with paid tiers or active trials.
- Added loading state check to avoid flashing for paid users.
- Implemented auto-dismiss functionality for the LicenseNag when a paid tier or active trial is detected after opening.
Note
v1.7.0 add Codex CLI and Claude Code local sync, add, edit, delete mcp server and more. 👉 v1.7.0
Tip
Which one to download modern GitHub release page
Full Changelog: v1.7.1...v1.7.2
v1.7.1
What’s New in v1.7.1
Note
last release add Codex CLI and Claude Code local sync, add, edit, delete mcp server and more. 👉 v1.7.0
🚀 Highlights
- Automatic Updates – Check for updates directly in-app with a new update dialog integrated into Settings.
- Improved CI/CD Workflow – More reliable builds with optimized GitHub Actions setup.
- Dependency Refresh – Updated Tauri plugins, Radix UI, and other libraries for better performance and security.
🛠 Developer Notes
- Migrated to tauri-apps/tauri-action@v0 for workflow optimization.
- Fixed workspace path in CI configuration (src-tauri → tauri-app/src-tauri).
- Bumped project version to v1.7.1 and updated dependencies across package.json, Cargo.toml, and Cargo.lock.
- Streamlined update process: removed UpdateDialog component and integrated update checks into SettingsPage and UpdateChecker.
Download
Full Changelog: v1.7.0...v1.7.1
v1.7.0
What’s New in v1.7.0
- Codex CLI support: add, delete, disable, enable, and local sync for MCP server configs
- Claude Code integration: add MCP servers from marketplace, disable/enable, and local sync for MCP server configs
- CI & release workflow: improved stability and automation
- Login page: remember last used login provider
- Documentation: updated and refined
Tip
I also created 👉 Codex GUI, a powerful interface for Codex CLI. Give it a try and share your feedback!
Download
Full Changelog: v1.6.0...v1.7.0