You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/CHANGELOG.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,12 @@
1
1
An attempt at documenting the changes/new features introduced in each release.
2
2
3
3
## Edge
4
-
*[[Client Encryption]]: due to a change in how database names are now generated, this will result in a _one-time_ resync and reindex of your space.
4
+
Nothing new since 2.2.0 just yet!
5
+
6
+
## 2.2.0
7
+
This is a dot release primarily because due to changes in how IndexedDB databases are named, a fully resync and reindex of your space will happen on all your devices. I’m sorry for the inconvenience, we try to limit how often this is required. If you’d like to clean up unnecessary databases afterwards you can run the `Client: Clean` command (once) afterwards.
8
+
9
+
*[[Client Encryption]]: when using a untrusted device (e.g. a public computer), enable this option when logging in (only supported with built-in [[Authentication]]) to encrypt all locally stored data (at a performance penalty).
5
10
* Lua fixes, making [[Space Lua]] more compatible with Lua 5.4 (most courtesy of of Matouš Jan Fialka):
* New `widget.htmlBlock` and `widget.markdownBlock` convenience APIs for creating block widgets (that take the full width of the screen rather than being inlined)
19
24
* The [[^Library/Std/APIs/DOM]] API now supports embedded widgets and markdown
25
+
* The markdown renderer now renders ${"`inline code`"} as a `code` tag with `.sb-code` class
20
26
* Atomic upgrades with `silverbullet update` and `silverbullet update-edge` (by [Mihai Maruseac](https://github.com/silverbulletmd/silverbullet/pull/1634))
21
27
* Added `Client : Clean` command that deletes all redundant IndexedDB databases (ones the client is not using)
28
+
* Very basic Prometheus metrics (see [[Install/Configuration#Metrics]])
22
29
* Fix: bottom search bar dark mode styling (by [numan](https://github.com/silverbulletmd/silverbullet/pull/1614))
23
30
* Fix: navigation with auto links (by [MrMugame](https://github.com/silverbulletmd/silverbullet/pull/1607))
31
+
* Fix: `SB_USER` now works with `SB_URL_PREFIX`
24
32
25
33
## 2.1.8
26
34
* New [[^Library/Std/APIs/Virtual Page]] API, internally used by:
0 commit comments