Skip to content

Commit 9521c76

Browse files
committed
2.1.6
1 parent d7cc653 commit 9521c76

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
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.5",
3+
"version": "2.1.6",
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.5";
1+
export const version = "2.1.6";

website/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ These are changes live on the edge builds:
1313
* Removed `file:deleted` triggering when checking for `getFileMeta` (causing an infinite indexing loop in SilverSearch)
1414
* Server: HTTP Gzip compression is now enabled for sensible content types
1515
* Nicer syntax to query tag objects from the index: `tags.page` becomes an alias for `index.tag "page"` (implemented here: [[^Library/Std/Tag]])
16+
* Hidden files and folders (starting with `.`) are no longer synced, as well as files without a file extension (those were not support anyway)
1617

1718
## 2.1.2
1819
This is a major architectural overhaul compared to 2.0. Please — as always — make sure you regularly backup your space files to avoid any data loss. Nothing should happen, but better be safe than sorry!

0 commit comments

Comments
 (0)