Releases: LonoxX/obsidian-github-issues
Releases · LonoxX/obsidian-github-issues
1.9.2
1.9.1
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
- @OwainWilliams made their first contribution in #47
Full Changelog: 1.9.0...1.9.1
1.9.0
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
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
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
- Enable Use SecretStorage
- Click Create new secret
- Enter a name and paste your token
- 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

1.6.2
What's Changed
- fix: duplicate content on same issue ID in Kanban board
Full Changelog: 1.6.1...1.6.2
1.6.1
fix: projectData only for GitHub Projects, not repo issues
1.6.0
What's Changed
- feat: GitHub Projects integration
- chore: bump dependencies
Full Changelog: 1.5.0...1.6.0
1.5.0
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 #1337→Hi 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
Automated release 1.4.0