From 1e3f75ec7d45fe8e8a4fb755a2c5b6e03ad0e74d Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Thu, 17 Aug 2023 12:29:56 +0200 Subject: [PATCH] 0.3.10 --- version.ts | 2 +- website/CHANGELOG.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/version.ts b/version.ts index 0fe271c8..cff04f67 100644 --- a/version.ts +++ b/version.ts @@ -1 +1 @@ -export const version = "0.3.9"; +export const version = "0.3.10"; diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index 4b9b2118..9358d441 100644 --- a/website/CHANGELOG.md +++ b/website/CHANGELOG.md @@ -3,7 +3,7 @@ release. --- -## Next +## 0.3.10 * Sync improvements: * Now syncing the currently open page every 5s with the server * Now more instantly syncing indirectly updated pages, e.g. when checking off tasks in a query @@ -11,7 +11,7 @@ release. * New `/page-template` slash command to apply (insert) a page [[🔌 Core/Templates|template]] at the current location * When the PWA starts, it will now send you back to the last opened page instead of the index page (you may have to reinstall the PWA for this change to take effect). * [[Markdown/Syntax Highlighting]] for HTML -* [[Frontmatter]] attributes starting with `$` are now indexed again +* [[Frontmatter]] attributes starting with `$` are now indexed again (couldn't remember why we excluded them before) * Various heavy-weight commands (such as {[Space: Reindex]} and {[Directives: Update Entire Space]}) now use an internal message queue, allowing to continue the processing even when interrupted or crashing. * Various internal refactorings