1
0
This commit is contained in:
Zef Hemel 2024-01-02 13:48:46 +01:00
parent 29146b1a71
commit 5f4e584e46
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
export const version = "0.5.10";
export const version = "0.5.11";

View File

@ -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.