From aa6b38c378b07817f94626cbefe3239bd17a6ec6 Mon Sep 17 00:00:00 2001 From: Andy Gayton Date: Sat, 17 May 2025 16:42:00 -0400 Subject: [PATCH] docs: fix typo in change log --- changes/v0.7.2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changes/v0.7.2.md b/changes/v0.7.2.md index c1e4cd3d..4c5a653a 100644 --- a/changes/v0.7.2.md +++ b/changes/v0.7.2.md @@ -3,7 +3,7 @@ This releases begins to improve basic UX around Stacks Features: -- A new action has been added for Stack: command-Enter, which copies all content in the stack, seperated by new lines +- A new action has been added for Stack: command-Enter, which copies all content in the stack, separated by new lines - When editing an item within a Stack, the new version replaces the old version. The old version is still preserved in global stack. A link is now create between the new and old items: this link isn't visible yet though - The light / dark theme now defaults to the user's system's preference - We're now generating builds for Intel Macs! (for Toby).