Skip to content

Releases: fvandillen/obsidian-azure-devops-workitems

1.0.3

Choose a tag to compare

@github-actions github-actions released this 03 Aug 13:38

Fixes everything flagged by the community directory's automated review.

  • Requires Obsidian 1.13.0 or newer. The settings tab now uses Obsidian's current settings API, which replaces the deprecated one this plugin was built on.
  • The settings tab is searchable from Obsidian's settings search, and only shows the credential fields for the authentication mode you picked.
  • The Azure CLI integration no longer loads any desktop-only code on mobile.
  • Chips no longer override your theme's link styling with !important, so theme and snippet overrides now work.
  • Releases from here on ship with release notes, and the README documents what the plugin accesses: which network calls it makes, when it runs az, when it reads the clipboard, and what it stores in your vault.

No change to how you use the plugin.

1.0.2

Choose a tag to compare

@github-actions github-actions released this 03 Aug 12:07
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

1.0.1

Choose a tag to compare

@github-actions github-actions released this 03 Aug 11:52

Fixes reported by the community directory's automated review.

  • Describe the eslint-disable directive in the Azure CLI auth provider, and target the rule name that current typescript-eslint actually uses.
  • Remove unused callback parameters and the type imports they were the last users of.

No functional change.

1.0.0

Choose a tag to compare

@github-actions github-actions released this 03 Aug 11:41

First release.

  • Type az# (configurable) in a note to search Azure DevOps work items and insert a reference.
  • References are plain markdown links, so notes stay portable — they render as rich chips in reading view and live preview.
  • Hover a chip for a preview card with state, assignee, iteration and description.
  • Three authentication modes: personal access token, Microsoft Entra ID (auth code + PKCE, works on mobile) and an existing Azure CLI session.
  • Works with Azure DevOps Services and Azure DevOps Server.