From 2603fdb939120cfb38cde50a842d082e259f814d Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Sat, 26 Nov 2022 19:10:00 +0100 Subject: [PATCH] Changelog --- version.ts | 2 +- website/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/version.ts b/version.ts index fb9b29d..b65a131 100644 --- a/version.ts +++ b/version.ts @@ -1 +1 @@ -export const version = "0.1.13"; +export const version = "0.2.2"; diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index b1b4f88..023f13c 100644 --- a/website/CHANGELOG.md +++ b/website/CHANGELOG.md @@ -3,6 +3,12 @@ release. --- +## 0.2.2 +* Removed `publish` out of builtins, this will be available via [silverbullet-publish](https://github.com/silverbulletmd/silverbullet-publish) later. +* Added `invokeFunction` command to run arbitrary functions from the CLI. + +--- + ## 0.2.1 * New `Plugs: Add` command to quickly add a new plug (will create a `PLUGS` page if you don't have one yet). @@ -10,6 +16,8 @@ release. * **New core plug:** [[🔌 Share]] for sharing your pages with the outside work (such as collab, see below). * **New plug:** [[🔌 Collab]] for real-time collaboration on your pages. +--- + ## 0.2.0 * The editor is now in "live preview" mode where a lot of markdown is hidden unless the cursor is present. This will take some getting used to, but results in a much more distraction free look. * Clicking on the page name in the top bar now allows you to quickly rename pages, hit enter to apply the change.