diff --git a/version.ts b/version.ts index 773ef9767..9f7d8bbf1 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 86efd0245..72b470dca 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.