- End-to-end release automation: pushing a new version to
mainnow builds the plugin, refreshes thereleasebranch, and publishes a GitHub release bundle automatically. - Added BRAT setup guidance to the README so you can subscribe to the
releasebranch for hands-free updates.
- No plugin behavior changes; upgrade only if you want the new automation and documentation improvements.
- Inline expanded cards: Prefix a shortcode with
L_to render the full issue title inline with colorful status dots and a rich hover tooltip for extra context. - Safer rendering pipeline: The Markdown processor now walks text nodes instead of raw HTML, preventing the DOM rewrite loops that previously caused crashes in long notes.
- Unified experience: Compact badges keep priority icons and avatars, while expanded cards focus on titles and metadata—no redundant default tooltip required.
- Repository cleanup: Removed the experimental dual-plugin workspace and comparison tooling, making this the single source of truth going forward.
- Streamlined the hover tooltip so it only appears for expanded cards, cutting dozens of unnecessary event listeners per note.
- Strengthened cache guardrails so already-rendered issues are skipped when notes re-render, avoiding flicker and race conditions.
- Patched edge cases where repeated shortcode scanning could remove plugin containers or duplicate renders during Obsidian refreshes.
- Update the plugin from the GitHub release archive (
linian-1.1.0.zip) or copymain.js,manifest.json,styles.css, andversions.jsoninto your vault’s.obsidian/plugins/linianfolder. - No configuration changes are required; existing settings carry forward.
Bugfix release focused on memory leaks, tooltip ordering, and deployment scripts. See CHANGELOG.md for the detailed breakdown.
Initial release delivering real-time Linear shortcode conversion in both Reading Mode and Live Preview, complete with status colors, priority icons, assignee avatars, caching, and a full settings experience.