pull/513/head 0.3.11
Zef Hemel 2023-08-23 20:12:46 +02:00
parent 5079d3e68e
commit 6d1494d5ea
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
export const version = "0.3.10";
export const version = "0.3.11";

View File

@ -3,7 +3,7 @@ release.
---
## Next
## 0.3.11
* 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.