Releases: Obsidian-jira-plugin/obsidian-jira-issue
Releases · Obsidian-jira-plugin/obsidian-jira-issue
Release list
refs/tags/2.0.2
What's Changed
Other Changes
- Fix queryParameters being dropped when use2025Api is set by @james-e-kelly in #22
- fix: don't misparse a plain JQL query containing a colon as advanced key:value config by @tkorner in #33
- fix: recompute Live Preview inline issue decorations on viewport change by @tkorner in #34
- release: bump version to 2.0.2 by @tkorner in #35
New Contributors
- @james-e-kelly made their first contribution in #22
Full Changelog: 2.0.1...2.0.2
refs/tags/2.0.1
What's Changed
Other Changes
- docs: update documentation for v2.0.0 features and add acknowledgements by @tkorner in #18
- fix(security): remove unsafe innerHTML round-trip in inline issue rendering by @tkorner in #24
- fix(security): never write plaintext credentials to disk in Master Passphrase mode by @tkorner in #27
- fix: bound the overflow-tag resource leak with a periodic sweep by @tkorner in #29
- fix: guard hasJsonBody against response.json's throwing lazy getter by @tkorner in #28
- fix: address remaining review style findings (this:void, any, headings) by @tkorner in #26
- fix: address Obsidian review manifest and release findings by @tkorner in #23
- fix: address review correctness findings (floating promises, case scoping, require imports) by @tkorner in #25
- release: bump version to 2.0.1 by @tkorner in #31
Full Changelog: 2.0.0...2.0.1
2.0.0
Obsidian Jira Issue 2.0.0 (Community Release)
This release marks the transition of Jira Issue to the Obsidian Jira Plugin Community.
🚀 Key Improvements
- Security & Storage: Native Obsidian
SecretStorageAPI and AES-GCM master passphrase encryption for Jira credentials (marc0l92#191, marc0l92#195, #7). - Mobile Compatibility: Robust JSON response parsing on Android / mobile devices even with missing or non-standard Content-Type headers (marc0l92#189, #11).
- Modern UI & Rendering: Configurable Modern (theme-native pastel status badges) and Classic render styles (#7) with instant live rerendering.
- Jira Cloud & Server Flexibility: Support for Epic Link and Parent aliases (marc0l92#194) and custom browser Web Base URLs (marc0l92#196, #14).
- Offline / Reduced Motion: Animated text overflow respects accessibility settings.