What's Changed
chore(release): v0.45.9 — app icon rework, i18n cleanup
- fix(i18n): define the missing
common.loadingkey 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 indocs/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.svgandmoraya-logo-square.svgsource files, replaced by the master/small pair - chore: bump version to 0.45.9 across
package.json,Cargo.toml, andtauri.conf.json; syncCargo.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
- .deb —
sudo dpkg -i moraya_*.deb - .AppImage —
chmod +x Moraya_*.AppImage && ./Moraya_*.AppImage
Windows
Run the .msi installer.