Skip to content

Commit

Permalink
2.3.0 Optional support for Kanban plugin, also expanding indexer cove…
Browse files Browse the repository at this point in the history
…rage to include non markdown files.
  • Loading branch information
TfT Hacker committed Dec 4, 2024
1 parent f4fb4d6 commit 2d8eadd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 2d8eadd

Please sign in to comment.