pull/513/head 0.3.10
Zef Hemel 2023-08-17 12:29:56 +02:00
parent 7d3303251d
commit 1e3f75ec7d
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
export const version = "0.3.9";
export const version = "0.3.10";

View File

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