Releases: nathonius/obsidian-github-link
Releases · nathonius/obsidian-github-link
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
Release v0.5.1
0.5.1 - 2024-03-16
Changed
- Some extra logic to attempt to handle rate limit errors
Fixed
- Corrected caching behavior of individual issues and PRs
Release v0.5.0
0.5.0 - 2024-03-09
Changed
- Documentation has moved to the new wiki
- New option to show tooltips on status icons
- More icons have been added to make issue and PR statuses clearer
Fixed
- Issues closed as not planned will be gray instead of red
Release v0.4.0
0.4.0 - 2024-02-24
Changed
- Default page size set to 10, and configurable in settings
- Tables include a refresh button
- Log level setting for debugging
Fixed
- Search queries for private repos work when not the default account
- Column names are now case-insensitive
- Tables horizontally scroll when appropriate
- GitHub links within markdown links are not transformed into tags