1
0

Changelog

This commit is contained in:
Zef Hemel 2022-11-26 19:10:00 +01:00
parent 5923d98b7b
commit 2603fdb939
2 changed files with 9 additions and 1 deletions

View File

@ -1 +1 @@
export const version = "0.1.13";
export const version = "0.2.2";

View File

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