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-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,19 @@
1
1
An attempt at documenting the changes/new features introduced in each release.
2
2
3
3
## Edge
4
-
These are changes live on the edge builds:
4
+
No changes yet since 2.1.7
5
5
6
+
## 2.1.7
6
7
* Restructure of the `Library/Std` library, added some more (self) documentation. See [[^Library/Std]] as an entry point.
7
-
* Readded `page:saved` event that was removed in 2.1
8
-
* Fixed infinite item index loop in obscure cases
8
+
* Re-added `page:saved` event that was removed in 2.1
9
9
* When the clipboard API is used in Safari, will now give a proper error (Safari restriction) by ([Noah Stanley](https://github.com/silverbulletmd/silverbullet/pull/1575))
10
+
* Full text search results now show full page path
11
+
* Space folders now support symlinks again (regression from 2.1)
12
+
* Lua: fixes in arithmetic model (by [Matouš Jan Fialka](https://github.com/silverbulletmd/silverbullet/pull/1587))
13
+
* Lua: Removed unary plus from grammar (wasn’t actually supported) (by [Matouš Jan Fialka](https://github.com/silverbulletmd/silverbullet/pull/1585))
14
+
* Bugfix: auth and service worker caching fixes
15
+
* Bugfix: docker health check failed when SB_URL_PREFIX was used
16
+
* Bugfix: infinite item index loop in obscure cases
0 commit comments