You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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