pull/753/head 0.7.2
Zef Hemel 2024-02-25 08:30:59 +01:00
parent 33effe0cc3
commit 5668669f80
2 changed files with 11 additions and 3 deletions

View File

@ -1 +1 @@
export const version = "0.7.1";
export const version = "0.7.2";

View File

@ -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. Heres 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)