Skip to content

Latest commit

 

History

History
156 lines (99 loc) · 4.73 KB

CHANGELOG.md

File metadata and controls

156 lines (99 loc) · 4.73 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.3 - 2025-01-19

Fixed

  • Allow linking directly to single files, and generally improved reliability of regex. Thanks @joshleaves!

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

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

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

0.7.1 - 2024-04-21

Fixed

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

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!

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

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

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

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

0.3.0 - 2024-02-09

Changed

  • Default column set for simple tables
  • Some documentation and CI improvements

Fixed

  • Removed some extraneous logging

0.2.0 - 2024-02-09

Changed

  • Added columns for issue results
  • Added support for simpler queries using dedicated endpoints for issues and pull requests

0.1.0 - 2024-02-01

Initial release.