From 2a4e4874ef9db28fdbd4bcf43c94ab090b6040e8 Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Wed, 17 Jul 2024 20:22:01 +0200 Subject: [PATCH] 0.8.2 --- version.ts | 2 +- website/CHANGELOG.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/version.ts b/version.ts index 742c0f05..459ea4b4 100644 --- a/version.ts +++ b/version.ts @@ -1 +1 @@ -export const version = "0.8.1"; +export const version = "0.8.2"; diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index 4a344dd8..cc62d722 100644 --- a/website/CHANGELOG.md +++ b/website/CHANGELOG.md @@ -6,10 +6,16 @@ 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.2 just yet. + +--- + +## 0.8.2 * [[Page Decorations]] are here (initial implementation by [Deepak Narayan](https://github.com/silverbulletmd/silverbullet/pull/940), later refined by Zef) * New type of [[Shortcuts|shortcut]]: `slashCommand` * Naming is hard. Renamed the `source` attribute of [[Libraries]] to `import`. egacy references to `source` will keep working. * Added support for [[Links#Caret page links]] making it slightly more convenient to link to [[Meta Pages]] +* **Fix:** Remove redundant vertical space for some tables (by [Eric Yang](https://github.com/silverbulletmd/silverbullet/pull/952)) * **Fix:** very large spaces would let the server blow up when saving snapshots. This is now fixed. * **Fix:** Conflict copies could no longer be edited, whoops (initial fix by [Semyon Novikov](https://github.com/silverbulletmd/silverbullet/pull/939), later refined by Zef) * **Fix**: `silverbullet upgrade` should now work again (or at least on the next upgrade)