Skip to content

Releases: davidmonnom/obsidian-pr-tracker

1.1.0

20 Jun 07:03

Choose a tag to compare

Refactored: component tree now uses Context API instead of prop drilling - reduces coupling and makes it easier to add shared state going forward.

Added: comment count badge on each PR card, so reviewers can gauge discussion volume at a glance.

Added: inline code diff viewer - no need to leave the page to see changes size.

1.0.2

19 Jun 09:54

Choose a tag to compare

Prevent error in obsidian CI

  • Error: Found 3 dynamic <script> element creations
  • Dynamically injecting script elements can load and execute arbitrary external code.

Use react 18 instead of 19.

1.0.1

19 Jun 09:44

Choose a tag to compare

Initial release.