Skip to content

Commit 5be6297

Browse files
committed
2.1.7
1 parent abf7f27 commit 5be6297

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@silverbulletmd/silverbullet",
3-
"version": "2.1.6",
3+
"version": "2.1.7",
44
"tasks": {
55
"build": "make clean && deno run -A build_plugs_libraries.ts && deno run -A build_client.ts",
66
"build-production": "deno task build --production",

version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = "2.1.6";
1+
export const version = "2.1.7";

website/CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
An attempt at documenting the changes/new features introduced in each release.
22

33
## Edge
4-
These are changes live on the edge builds:
4+
No changes yet since 2.1.7
55

6+
## 2.1.7
67
* 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
99
* 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
1017

1118
## 2.1.4 - 2.1.6
1219
* Fixed broken auth in Safari

0 commit comments

Comments
 (0)