diff --git a/CHANGELOG.md b/CHANGELOG.md index 90fe3ca..1b86050 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ -# 2.3.0 (Pending - still in development) +# 2.3.0 - New: Added support for references to show up in the kanban plugin. This can be toggled on and off in settings. -- Changed: SNW's internal index did not include file extensions, which in some cases led to issues. the index now uses the full path with the extension. +- Changed: SNW's internal index did not include file extensions, which in some cases led to issues. the index now uses the full path with the extension, which means every file whether it is a MD file or not is included in the index. # 2.2.1 diff --git a/manifest.json b/manifest.json index 108bcd5..d6c55b8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian42-strange-new-worlds", "name": "Strange New Worlds", - "version": "2.2.1", + "version": "2.3.0", "minAppVersion": "1.7.2", "description": "Help see how your vault is interconnected with visual indicators.", "author": "TfTHacker", diff --git a/package.json b/package.json index c9b9ee5..a7bd2bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian42-strange-new-worlds", - "version": "2.2.1", + "version": "2.3.0", "description": "Revealing networked thought and the strange new worlds created by your vault", "scripts": { "dev": "node --no-warnings esbuild.config.mjs", diff --git a/versions.json b/versions.json index a901800..7b91d18 100644 --- a/versions.json +++ b/versions.json @@ -12,5 +12,6 @@ "2.1.4": "1.5.11", "2.1.5": "1.7.2", "2.2.0": "1.7.2", - "2.2.1": "1.7.2" + "2.2.1": "1.7.2", + "2.3.0": "1.7.2" } \ No newline at end of file