From c50cb67477bf354f644c7cdf71de976a053ca979 Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Fri, 22 Dec 2023 11:47:09 +0100 Subject: [PATCH] 0.5.9 --- version.ts | 2 +- website/CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/version.ts b/version.ts index e3d2b7e..f58bee3 100644 --- a/version.ts +++ b/version.ts @@ -1 +1 @@ -export const version = "0.5.8"; +export const version = "0.5.9"; diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index 73fa854..93cb15f 100644 --- a/website/CHANGELOG.md +++ b/website/CHANGELOG.md @@ -3,7 +3,7 @@ release. --- -## Next +## 0.5.9 * **Breaking change**: Local attachment URLs (`[page](url)` syntax and `![alt](url)` image syntax) are now interpreted to relative to the page's folder, unless their URL starts with a `/` then they're relative to the space root (as per [this issue](https://github.com/silverbulletmd/silverbullet/issues/363)) * **Breaking change:** Revamped [[Templates]], specifically changed the format of [[Page Templates]]. The “Template: Instantiate Page” has been renamed to {[Page: From Template]}. * It is now even more recommended to tag your [[Templates]] with the “template” tag, because completion in [[Live Queries]] and [[Live Templates]] will now only suggest `#template` tagged pages.