From 5668669f80866e65bb2c4976b16c6212f35e4711 Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Sun, 25 Feb 2024 08:30:59 +0100 Subject: [PATCH] 0.7.2 --- version.ts | 2 +- website/CHANGELOG.md | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/version.ts b/version.ts index 3f63be8fd..6a5d7df15 100644 --- a/version.ts +++ b/version.ts @@ -1 +1 @@ -export const version = "0.7.1"; +export const version = "0.7.2"; diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index 0eb49b0f8..183eedf34 100644 --- a/website/CHANGELOG.md +++ b/website/CHANGELOG.md @@ -2,11 +2,19 @@ An attempt at documenting the changes/new features introduced in each 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._ -* We had a big influx of people and contributions from the community, which is amazing. Here’s the highlights: - * Prefill a new page with heading title in {[Page: Extract]} by [Patrik Stenmark](https://github.com/silverbulletmd/silverbullet/pull/744) +* Nothing yet since 0.7.2 + +--- + +## 0.7.2 + +* We had a big influx of people and contributions from the community, which is amazing. Here are the highlights: + * Ability to “bake” templates and query results (with the new “bake” button or {[Page: Bake live blocks]}), that is: replace these blocks with their rendered results, and therefore freeze them in time, by [Marek S. Łukasiewicz](https://github.com/silverbulletmd/silverbullet/pull/719) + * Pre-fill a new page with heading title in {[Page: Extract]} by [Patrik Stenmark](https://github.com/silverbulletmd/silverbullet/pull/744) * Added custom data field to template plug by [Michael Kolb](https://github.com/silverbulletmd/silverbullet/pull/716) * Markdown tables are now indexed [[Objects#table]], and queryable by [Michael Kolb](https://github.com/silverbulletmd/silverbullet/pull/729) * Added “copy to clipboard” button to code blocks, by [Joe Krill](https://github.com/silverbulletmd/silverbullet/pull/735)