Skip to content

Releases: nathonius/obsidian-github-link

Release v1.0.2

30 Aug 22:35
10aabb2
Compare
Choose a tag to compare

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

20 Aug 22:23
8d495d9
Compare
Choose a tag to compare

Release v1.0.0

08 Jul 22:54
4372812
Compare
Choose a tag to compare

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

16 Jun 18:48
ea2ee06
Compare
Choose a tag to compare

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

21 Apr 13:25
14ba964
Compare
Choose a tag to compare

0.7.1 - 2024-04-21

Fixed

  • ⚡ Plugin data is initialized if no data is present on plugin load. Thanks @agriffis!

Release v0.7.0

12 Apr 03:04
f8c9e47
Compare
Choose a tag to compare

0.7.0 - 2024-04-11

Changed

  • If a link is just a repo, the username or organization will be included as well
  • Links to PRs will show a simple mergeable or not mergeable PR status
  • Added support for custom oauth app. See the wiki for more info!

Release v0.6.0

30 Mar 00:48
6876269
Compare
Choose a tag to compare

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

17 Mar 03:22
98ec93d
Compare
Choose a tag to compare

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

10 Mar 01:11
c01f27e
Compare
Choose a tag to compare

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

25 Feb 00:34
07fceac
Compare
Choose a tag to compare

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