Skip to content

All versions since 1.0.1 - 2025-11-20

1.0.1 - 2025-11-20

Changed

  • (Memos) Bundled version: v0.25.2.
  • Disabled UPX on Linux to fix issues with the Tauri bundler.
  • Quit shortcut is now CmdOrCtrl+Q.

Fixed

  • (macOS) “Fix” issues with dialogs using window.confirm() not showing. This fix is a side effect of Memos now using a modal for the confirmation dialog. The issue may return in the future if the upstream changes are reverted, as the JS API bug is in Tauri itself.

Added

  • Allow zooming the config window - (5370ee7).
  • Reduce animation setting - (e0965de).
  • (Linux/macOS) Gracefully shut down Memos via SIGINT - (b77000e).
  • (Windows) Gracefully shut down Memos via CTRL+BREAK - (938be92).
  • Improved logging. If enabled, the Memos server output will be logged to memos.log. The new log config file is log.yaml. You may delete any existing logging_config.yaml - (219c098)(7e81d37).
  • Support for Memos v0.26.0+ API - (78ae677).
  • “Open in browser” (CmdOrCtrl+B) menu item. It can be used to circumvent any issues with the WebView - (9291eb9).
  • Updater execution interval setting - (8643ce1).

1.0.2 - 2025-12-14

Changed

  • Default Memos port to 5230. It will still be changed on the fly if the port is already in use and won’t affect existing installs.
  • Only one process is allowed to run at a time. If you need to work with multiple windows, use the new “View->New Window” feature (CmdOrCtrl+N) or “App->Open in browser” (CmdOrCtrl+B).

Fixed

  • (macOS) ungraceful shutdown when closing the app via the dock.
  • (macOS) fixed updater crashes due to native dialogs not running in the main thread.

Added

  • An orphaned Memos process will be killed on startup. This works around a Tauri issue that prevents the cleanup code from running on macOS when the app is closed via the dock context menu. It should also help to recover from abnormal shutdowns on any platform.
  • New machine translations to Chinese Simplified, Chinese Traditional, French, German, Japanese, Russian and Spanish. Those can be improved by joining the Crowdin project.
  • “View->New Window” (CmdOrCtrl+N) option to open as many windows as you want. Note that all child windows will be closed when the main window that holds the menu bar exits.

1.0.3 - 2026-04-13 Latest

Changed

  • (Memos) Bundled version: v0.26.2.
  • Updated translations with AI.
  • License is now Blue Oak.
  • Better locale fallback logic, with hot language change support.
  • Releases are now immutable, and the application will show the version followed by its short commit hash in the Help menu entry.

Added

  • Complete support for zoom shortcuts (CmdOrCtrl+=, CmdOrCtrl+-, CmdOrCtrl+0, NumLock+Add, NumLock+Subtract, NumLock+0).
  • Support for Windows ARM64.
  • Internal support for MEMOS_DEMO=true. MEMOS_MODE is deprecated and will be retired in a future release.
  • Search feature on settings screen.
  • Polyfill to disable Memos transition effects when “Reduce animations” is on.

Fixed

  • Hiding the menu bar now doesn’t unregister keyboard shortcuts.