1
0

CHANGELOG

This commit is contained in:
Zef Hemel 2023-08-23 20:16:06 +02:00
parent 6d1494d5ea
commit 3af0f180cd

View File

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