From 5f4e584e46aa33725e2a380924cf35565278e1d5 Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Tue, 2 Jan 2024 13:48:46 +0100 Subject: [PATCH] 0.5.11 --- version.ts | 2 +- website/CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/version.ts b/version.ts index 773ef97..9f7d8bb 100644 --- a/version.ts +++ b/version.ts @@ -1 +1 @@ -export const version = "0.5.10"; +export const version = "0.5.11"; diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index 86efd02..72b470d 100644 --- a/website/CHANGELOG.md +++ b/website/CHANGELOG.md @@ -3,7 +3,7 @@ release. --- -## Next +## 0.5.11 * Keyboard shortcuts as well as priority (order in which they appear in the [[Command Palette]]) can now be configured for [[Commands]] in [[SETTINGS]]. The `priority` enables you to put frequently used commands at the top. * The rendering of [[Live Templates]], [[Live Queries]], [[Table of Contents]] and [[Linked Mentions]] has been re-implemented. Rendering should now be near-instant and the “flappy” behavior should be largely gone, especially after an initial load (results are cached). There may still be some visual regressions. Please report them if you find them.