You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,25 @@
1
+
# 2.3.3
2
+
3
+
- Fix: detection of links to headings with special characters. [#163](https://github.com/TfTHacker/obsidian42-strange-new-worlds/issues/163).
4
+
1
5
# 2.3.2
6
+
2
7
- Fix: When using editing toolbar configured for showing toolbar at top, the SNW reference counter overlapped. The CSS was mofiied to prevent this. [#155](https://github.com/TfTHacker/obsidian42-strange-new-worlds/issues/155).
3
8
4
9
# 2.3.1
10
+
5
11
- Change: if a link is the only link in the vault to a destination (thus the reference count is 1), the reference counter will not be shown next to the link, regardless of the minimum threshold count set in settings. This makes sense. If the link is used once, its obvious without the counter, and the counter simply stating the link has one reference was redudant and annoying to many users.
6
12
7
-
# 2.3.0
13
+
# 2.3.0
14
+
8
15
- New: Added support for references to show up in the kanban plugin. This can be toggled on and off in settings.
9
16
- 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.
10
17
11
18
# 2.2.1
12
19
13
20
- Reference count now appears in the files property subpan
14
21
15
-
# 2.2.0
22
+
# 2.2.0
16
23
17
24
- This is another major update to the indexing engine to avoid detecting certain reported issues.
18
25
- Additional optimization efforts to improve performance. (removing loops, keeping index optimized)
0 commit comments