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