Skip to content

v4.0.0

Choose a tag to compare

@github-actions github-actions released this 01 Aug 07:17
06fd68f
  • Switched to plain semver versioning (see README_LATEX.md) — the previous <upstream-version>-latex-<fork-version> scheme was a semver prerelease tag, which the VS Code Marketplace's publish API rejects outright
  • .vsix packaging now shows README_LATEX.md (this fork's own docs) as the extension's main page instead of upstream's README.md, via vsce package --readme-path README_LATEX.md (npm run vsce:package / vsce:publish)
  • Published to the VS Code Marketplace for the first time, as xiupos.excalidraw-vscode-latex
  • Releases now publish to the Marketplace automatically: pushing a version tag runs vsce publish in CI alongside the existing GitHub Release build