From 3af0f180cd1ef7507bf3741c1497fe06f9a2d7d9 Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Wed, 23 Aug 2023 20:16:06 +0200 Subject: [PATCH] CHANGELOG --- website/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index c4bca24..350be91 100644 --- a/website/CHANGELOG.md +++ b/website/CHANGELOG.md @@ -8,6 +8,7 @@ release. * Cookies set when using SilverBullet's built-in [[Authentication]] are now per domain + port, allowing you to run multiple instances of SB on a single host with different ports without the authentication interfering. * Page references in [[SETTINGS]] now use double-bracket notation (optionally) which is nicer, because you’ll get completion. See [[SETTINGS]] for examples. * It is now possible to override [[🔌 Plugs]] manifests. The primary use case for this is to be able to _override keyboard shortcuts_. This feature may still change over time, but you can try it out. See [[SETTINGS]] for an example. +* Fix `silverbullet upgrade` hanging * Fixes to syntax coloring * Various internal refactoring in preparation for cool things to come