Skip to content

Moraya v0.45.9

Latest

Choose a tag to compare

@github-actions github-actions released this 31 Jul 04:23

What's Changed

chore(release): v0.45.9 — app icon rework, i18n cleanup

  • fix(i18n): define the missing common.loading key and drop leftover locale entries for a menu item that was already removed, fixing untranslated/stale strings across all 12 locale files
  • ui(icons): rework the app icon pipeline around three dedicated sources (moraya-logo-master.svg, moraya-logo-small.svg, moraya-logo.svg) instead of the old single "concept" SVG, with per-platform shaping (macOS Big Sur rounded-rect inset, small-frame simplified glyph for ≤32px, transparent full-bleed elsewhere) documented in docs/specs/moraya-logo.md
  • ui(icons): regenerate all bundle icons (macOS .icns, Windows .ico/Square logos, tray/store PNGs, favicon) from the new sources, with small icon frames now using a flattened, higher-contrast glyph so the logo stays legible at 16–32px
  • fix(icons): favicon now renders from the transparent glyph variant so it stays visible on both light and dark browser tabs
  • chore: remove the superseded moraya-logo-concept.svg and moraya-logo-square.svg source files, replaced by the master/small pair
  • chore: bump version to 0.45.9 across package.json, Cargo.toml, and tauri.conf.json; sync Cargo.lock

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.