From 516db26c05ce961303f9d5f4d6ec0f4afdcfc7b7 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Fri, 21 Jun 2024 00:33:22 +0200 Subject: [PATCH] Add latest change to the changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34c81310..4b24f179 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,10 @@ backups. PR #1936. * When a new note is created from a reference tag in the editor, the syntax highlighting is properly updated to indicate the tag is now valid. Issue #1916. PR #1938. +* The `Ctrl+E` shortcut now toggles focus between editor and viewer instead of just going to the + editor. The header text colour changes to indicate which panel has focus. This should make it + easier to scroll the content of the viewer without having to click it with the mouse first. + Issue #1387. PR #1940. **Code Improvements**