diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index 4d58b07..73fa854 100644 --- a/website/CHANGELOG.md +++ b/website/CHANGELOG.md @@ -5,13 +5,18 @@ release. ## Next * **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. +* New [[Frontmatter]] attributes with special meaning: `displayName` and `aliases` (allowing to specify alternative names for pages) +* The [[Page Picker]] now also shows (and matches against) tags, aliases and display names for pages. * Added new commands to manage [[Outlines]]. Note this resulted in changing names and keyboard shortcuts for managing folds as well, to be more consistent with the other outline commands. * Removed built-in multi-user [[Authentication]], `SB_AUTH` is no longer supported; use `--user` or `SB_USER` instead or an authentication layer such as [[Authelia]]. -* Work on supporting multiple database and storage backends, reviving [[Install/Deno Deploy]] support. -* This is now documented on the brand-new [[Install/Configuration]] page. -* A new `silverbullet sync` command to [[Sync]] spaces (early days, use with caution) -* Technical refactoring in preparation for multi-tenant deployment support (allowing you to run a single SB instance and serve multiple spaces and users at the same time) - * Lazy everything: plugs are now lazily loaded (after a first load, manifests are cached). On the server side, a whole lot of infrastructure is now only booted once the first HTTP request comes in +* Background and more experimental work: + * Work on supporting multiple database and storage backends, reviving [[Install/Deno Deploy]] support. + * This is now documented on the brand-new [[Install/Configuration]] page. + * A new `silverbullet sync` command to [[Sync]] spaces (early days, use with caution) + * Technical refactoring in preparation for multi-tenant deployment support (allowing you to run a single SB instance and serve multiple spaces and users at the same time) + * Lazy everything: plugs are now lazily loaded (after a first load, manifests are cached). On the server side, a whole lot of infrastructure is now only booted once the first HTTP request comes in ---