Skip to content

Moraya v0.45.8

Choose a tag to compare

@github-actions github-actions released this 30 Jul 07:55

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, and check_command_exists off the Tauri main thread, and bound the --version probe to 10s — a slow or hanging command (e.g. a cold npx resolve) 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/core to 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

  • .debsudo dpkg -i moraya_*.deb
  • .AppImagechmod +x Moraya_*.AppImage && ./Moraya_*.AppImage

Windows

Run the .msi installer.