From c13794aa7075807e98f727863c1320d09905e421 Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Thu, 11 Jul 2024 20:39:46 +0200 Subject: [PATCH] 0.8.0 --- version.ts | 2 +- website/CHANGELOG.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/version.ts b/version.ts index f92a23da..93327160 100644 --- a/version.ts +++ b/version.ts @@ -1 +1 @@ -export const version = "0.7.7"; +export const version = "0.8.0"; diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index cfd0aa70..bc075513 100644 --- a/website/CHANGELOG.md +++ b/website/CHANGELOG.md @@ -6,6 +6,11 @@ release. ## Edge _These features are not yet properly released, you need to use [the edge builds](https://community.silverbullet.md/t/living-on-the-edge-builds/27) to try them._ +* Nothing new since 0.8.0 yet! + +--- + +## 0.8.0 * The old **Template Picker** has now been rebranded to [[Meta Picker]] and surfaces pages in your space tagged as `#template` or `#meta`. Read more about this in [[Meta Pages]]. * [[Transclusion]] has now been implemented, allowing inline embeddings of other pages as well as images (by onespaceman) using the convenient `![[link]]` syntax. * For new spaces, the default [[SETTINGS]] page is now tagged with `#meta`, which means it will only appear in the [[Meta Picker]]. There is also a new {[Navigate: Open SETTINGS]} command (bound to `Ctrl-,` and `Cmd-,`).