Moraya v0.45.8
What's Changed
chore(release): v0.45.8 — MCP fixes, Typst templates, outline fix
- fix(mcp): stop deleting user-created servers whose name happens to match a preset (e.g. "Git", "Memory", "Filesystem") on every restart — the old dedup rule matched on name alone, so any manually added or marketplace-installed server sharing a preset's name was silently wiped from disk on each launch
- fix(mcp): move
mcp_connect_stdio,mcp_disconnect, andcheck_command_existsoff the Tauri main thread, and bound the--versionprobe to 10s — a slow or hanging command (e.g. a coldnpxresolve) no longer freezes the whole window while MCP servers are checked at startup - fix(outline): source-mode outline no longer reads
#inside fenced code blocks (``` / ~~~) or YAML frontmatter as a heading, so code comments like# 代码块内部stopped polluting the outline panel - feat(typst): add "File → New Typst Document from Template..." — scaffolds a project from any Typst Universe package via the engine's own
typst init; the package index is cached on disk and served stale when offline - feat(export): remove the "PDF (Typst)" export menu item and its shortcut, superseded by the native project-template flow above
- chore: bump
@moraya/coreto 0.17.10 and sync lockfiles for the v0.45.8 release
See the assets below to download and install.
macOS
Homebrew (recommended):
brew tap zouwei/moraya
brew install --cask moraya
Manual: Download the .dmg file below, drag Moraya to Applications, and double-click to launch.
The app is signed with an Apple Developer ID and notarized by Apple — no Gatekeeper workaround needed.
Linux
- .deb —
sudo dpkg -i moraya_*.deb - .AppImage —
chmod +x Moraya_*.AppImage && ./Moraya_*.AppImage
Windows
Run the .msi installer.