diff --git a/manifest.json b/manifest.json index 2c0074b..83f1701 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "vault-full-statistics", "name": "Vault Full Statistics", - "version": "1.2.2", + "version": "1.2.3", "minAppVersion": "0.15.0", "description": "Status bar item with vault full statistics such as number of notes, files, attachments, links, tags and quality of vault.", "author": "Mikhail Savin", "authorUrl": "https://github.com/jtprogru", "isDesktopOnly": false -} \ No newline at end of file +} diff --git a/package.json b/package.json index e7d7942..c25574f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vault-full-statistics", - "version": "1.2.2", + "version": "1.2.3", "description": "Status bar item with vault full statistics such as number of notes, files, attachments, links, tags and quality of vault.", "main": "main.js", "scripts": { diff --git a/src/main.ts b/src/main.ts index 32673d3..078a1c1 100644 --- a/src/main.ts +++ b/src/main.ts @@ -5,6 +5,7 @@ import { FullVaultMetricsCollector } from './collect'; import { FullStatisticsPluginSettings, FullStatisticsPluginSettingTab } from './settings'; const DEFAULT_SETTINGS: Partial = { + excludeDirectories: '', displayIndividualItems: false, showNotes: false, showAttachments: false, diff --git a/versions.json b/versions.json index 39c9eb9..878cd31 100644 --- a/versions.json +++ b/versions.json @@ -8,5 +8,6 @@ "1.0.0": "0.15.0", "1.0.1": "0.15.0", "1.2.1": "0.15.0", - "1.2.2": "0.15.0" -} \ No newline at end of file + "1.2.2": "0.15.0", + "1.2.3": "0.15.0" +}