Skip to content

Commit de3807b

Browse files
committed
0.18.16
1 parent 360feec commit de3807b

4 files changed

Lines changed: 17 additions & 4 deletions

File tree

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-tagfolder",
33
"name": "TagFolder",
4-
"version": "0.18.15",
4+
"version": "0.18.16",
55
"minAppVersion": "1.7.2",
66
"description": "Show tags as folder.",
77
"author": "vorotamoroz",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-tagfolder",
3-
"version": "0.18.15",
3+
"version": "0.18.16",
44
"description": "Show tags as folder.",
55
"main": "main.js",
66
"type": "module",

updates.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 0.18.16
2+
3+
### Fixes
4+
5+
- Fixed nested tag collection when rendering a subtree with a previous trail, so relative child tags are matched against their full tag path correctly.
6+
- Fixed archive tag filtering at the root tree so descendant archive branches remain visible while archived notes are hidden from unrelated root folders.
7+
8+
### Digging the weeds
9+
10+
- Added CI for pull requests and pushes to `main`.
11+
- Added automated tests for TagFolder template rendering, tag tree collection, archive filtering, and utility functions.
12+
- Added coverage reporting for the new test suite.
13+
114
## ~~0.18.12~~ 0.18.13
215

316
(0.18.12 was skipped due to a versioning mistake)

0 commit comments

Comments
 (0)