Skip to content

Version History

Version 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).