Releases: nathonius/obsidian-github-link
Releases · nathonius/obsidian-github-link
Release v1.2.0
Release v1.1.0
1.1.0 - 2025-02-26
Changed
- Show rich metadata about filenames in links
- A manual input for all slider settings that allows settings outside of the normal bounds
Release v1.0.3
1.0.3 - 2025-01-19
Fixed
- Allow linking directly to single files, and generally improved reliability of regex. Thanks @joshleaves!
Release v1.0.2
1.0.2 - 2024-08-30
Fixed
- Better detection of urls that have display text and should not be rendered as tags
- More graceful handling of invalid URLs
- Don't attempt to render a tag for certain known special GitHub URLs
Release v1.0.1
1.0.1
Release v1.0.0
1.0.0 - 2024-07-08
🔥 First major version update!
Changed
- Tables with multiple pages of results can now show a paginator to fetch other pages
- Better caching for all request types
- Support for new columns: labels, assignee
- Query for issues from a given organization
⚠️ BREAKING CHANGE: Plugin's GitHub API has changed; it was, and remains undocumented so use at your own risk⚠️ BREAKING CHANGE: Users on version 0.5.1 or earlier may lose their account configurations upon updating.
Fixed
- Much better inline tag behavior in live preview mode! ⚡ No more stuck tags, and tags will not render inside code blocks.
- Author and assignee columns will not overflow their containers
Release v0.7.2
0.7.2 - 2024-06-16
Fixed
- Author column for tables actually links to the author on github
- Link all have
target="_blank"set so that they do not close popout windows
Release v0.7.1
Release v0.7.0
Release v0.6.0
0.6.0 - 2024-03-29
Changed
- ✨ A brand new cache layer! ✨
- Improved performance
- Reduced API calls that count against the rate limit
- Cache saved to disk, so data is not lost when Obsidian closes
- See the wiki for more information!
- Improvements in documentation of plugin settings
- Added a new contributing document
- Custom queries include a link to view the query results on GitHub