Skip to content

All versions since 0.1.7 - 2024-09-11

0.1.7 - 2024-09-11

Changed

  • (Memos) Bundled version: v0.22.5.
  • Disable UPX on Windows - (3bbd1f0).

Added

  • Auto-updater.

  • Restore the last window size upon restart. Auto-centering is enabled by default but can be disabled via the settings file. - (46e23ff).

1.0.0 - 2025-02-21

Changed

  • (Memos) Bundled version: v0.24.0.
  • Ported to Tauri v2.
  • Update contribution guide - (9068f58).
  • Database checkpoint and config writing are now more robust and less resource-intensive.

Added

  • Menu bar with useful resources.
  • Configuration window.
  • Initial localization support.
  • Support for a custom user agent when running in client mode.
  • (Linux) Heuristics to improve the WebView rendering.
  • (macOS) Allow plain HTTP remote servers - (65d5c08).

Fixed

  • Fix file drag-and-drop.
  • (macOS) Fix issue with Memos not launching.

Known issues

  • (Linux) Tauri v2 degraded WebView performance on some systems with an NVIDIA GPU due to a regression in WebKitGTK. The app is usable, but there is little we can do to make the rendering fast.

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 Latest

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.