Skip to content

Releases: LonoxX/obsidian-github-issues

1.9.2

27 Mar 14:04

Choose a tag to compare

Automated release 1.9.2

1.9.1

25 Mar 15:54

Choose a tag to compare

What's Changed

  • fix: resolve vault cache synchronization issues with file and folder operations by @OwainWilliams in #47
  • fix: escape single quotes in YAML list variables
  • chore: bump typescript from 5.9.3 to 6.0.2

New Contributors

Full Changelog: 1.9.0...1.9.1

1.9.0

23 Mar 07:59

Choose a tag to compare

New Features

  • GitLab Support – Track GitLab Issues and Merge Requests directly in your vault
  • Sub-Issues for GitLab – Sub-issues are supported via the GitLab Work Items API
  • Self-hosted GitLab – Configure a custom URL for self-hosted GitLab instances
  • Multiple Providers – Use multiple GitLab accounts/instances simultaneously

Full Changelog: 1.8.0...1.9.0

1.8.0

22 Feb 18:37

Choose a tag to compare

What's Changed

New Features

  • Settings Profiles – Manage multiple template configurations as profiles and switch between them quickly
  • Filter by Reviewer – Filter pull requests by requested reviewer
  • Advanced Template Logic – Conditional blocks (If/Elif/Else), value mappings in templates Wiki

Bugfixes

  • Global template applied correctly – Global content and filename templates are now reliably used for all repos without manual configuration per repository
  • Sub-issues in default template – Sub-issues are now correctly included in the default content template
  • Empty assignee fallback – Unassigned assignees no longer cause template errors
  • Sync error fixed – A bug that prevented synchronization has been resolved
  • Cleanup of shared folders – Files with the wrong type are now correctly skipped during cleanup
  • Project sync and display – Various bugs in the display and synchronization of GitHub Projects have been fixed

Full Changelog: 1.7.0...1.8.0

1.7.0

16 Jan 08:49

Choose a tag to compare

What's Changed

GitHub Sub-Issue Integration

You can now Add Sub-Issues in Your Notes

  • Internal Obsidian link if issue exists in vault
  • External GitHub link if issue doesn't exist

Obsidian Keychain Support

Uses Obsidian's Keychain to store your token securely

  1. Enable Use SecretStorage
  2. Click Create new secret
  3. Enter a name and paste your token
  4. The token is now stored securely

If you have an existing token, use Migrate to Keychain to move it to secure storage.

other changes

  • Created a wiki and removed inline template help for a cleaner, simpler description.
  • Fix a bug where global templates were not working

Full Changelog: 1.6.2...1.7.0

Pasted image 20260116073013 Pasted image 20260116073109 Pasted image 20260116072135 Pasted image 20260116074551

1.6.2

08 Jan 11:56

Choose a tag to compare

What's Changed

  • fix: duplicate content on same issue ID in Kanban board

Full Changelog: 1.6.1...1.6.2

1.6.1

30 Dec 11:35

Choose a tag to compare

fix: projectData only for GitHub Projects, not repo issues

1.6.0

30 Dec 10:53

Choose a tag to compare

What's Changed

  • feat: GitHub Projects integration
  • chore: bump dependencies

Full Changelog: 1.5.0...1.6.0

1.5.0

28 Nov 13:30

Choose a tag to compare

What's Changed

feat: add context-sensitive hash tag escaping #27

Implement configurable escaping of # characters that are not valid
Markdown headers to prevent unintended Obsidian tags.

Escape Logic:

  • # Header → not escaped (valid Markdown header with space after #)
  • #1337-Issue\#1337-Issue (no space after #)
  • Hi testing #1337Hi testing \#1337 (# in middle of text)

Settings:

  • Global setting: "Escape hash tags" in Advanced Settings (default: disabled)
  • Per-repository setting: Can be enabled/disabled for each repository individually

Full Changelog: 1.4.0...1.5.0

1.4.0

03 Nov 13:57

Choose a tag to compare

Automated release 1.4.0