Releases: mjsumpter/obsidian-tag-page
Releases · mjsumpter/obsidian-tag-page
1.1.0
What's Changed
- Duckfarts fix create tag page for nested by @duckfarts in #25
- Feature: Add setting to toggle link reference to optionally be the full note name by @mjsumpter in #30
Full Changelog: 1.0.3...1.1.0
1.0.3
What's Changed
- Fixes a bug with file separators by replacing invalid characters with a character designated in the settings
- Shoutout to @duckfarts for a first contribution, as well as finding and addressing this bug!
Full Changelog: 1.0.2...1.0.3
1.0.2
- Fix TagInfo Map keys to be lowercase. This reflects Obsidian's case-insensitivity standard for tags
Full Changelog: 1.0.1...1.0.2
1.0.1
- Fix up nested tag bugs where they were generally disorganized and showing up under wrong headers
- Sort headings by size
Full Changelog: 1.0.0...1.0.1
1.0.0
What's Changed
- Nested Tag Headers by @mjsumpter in #17
- Bump to 1.0.0 by @mjsumpter in #18
Full Changelog: 0.1.3...1.0.0
0.1.3
What's Changed
- Case Insensitive Tags and other small fixes by @mjsumpter in #15
Full Changelog: 0.1.2...0.1.3
0.1.2
Fix versioning issue
0.1.1
Updated CONTRIBUTING link in README
Full Changelog: 0.1.0...0.1.1
0.1.0
What's Changed
- Fixed link to issue page by @RaghavSaptam in #8
- Add CONTRIBUTING.md to repo by @mjsumpter in #10
- Fetch nested tags by @mjsumpter in #11
- Bug fixes by @mjsumpter in #12
New Contributors
- @RaghavSaptam made their first contribution in #8
Full Changelog: 0.0.7...0.1.0
0.0.7
- Update ribbon title to use sentence case, per Obsidian guidelines