From 9a113c710503921f88df240893a411c115981e17 Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Sat, 29 Jul 2023 12:14:34 +0200 Subject: [PATCH] 0.3.7 --- version.ts | 2 +- website/CHANGELOG.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/version.ts b/version.ts index d144a252..a165590f 100644 --- a/version.ts +++ b/version.ts @@ -1 +1 @@ -export const version = "0.3.6"; +export const version = "0.3.7"; diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index d9329c85..9b92358b 100644 --- a/website/CHANGELOG.md +++ b/website/CHANGELOG.md @@ -3,6 +3,16 @@ release. --- +## 0.3.7 +* **Important bug fix:** under specific circumstances an initial sync (of a new device) could result in the initial page (when opening SB) being deleted. Not good. Please upgrade to this version ASAP. And continue making backups of your space. +* New {[Refactor: Batch Rename Page Prefix]} command to rename a page prefix to something else, can be used to achieve the effect of renaming a folder (e.g. from `topics/` to `my topics/`) while updating all links properly. +* Update to [[Attributes]] syntax +* Fix: Renaming a template page now also updates references to it (e.g. in `render` clauses) +* Scroll position is now retained when switching between pages +* Various other fixes + +--- + ## 0.3.6 * [Mobile view improvements](https://github.com/silverbulletmd/silverbullet/pull/452) for tables and directives (vertical spacing) by [vuau](https://github.com/vuau) * Internal work on [color theming](https://github.com/silverbulletmd/silverbullet/pull/455) by [TheLD6978](https://github.com/TheLD6978)