Releases: alxfain/vscode-redline-markdown-comments
Release list
Redline 0.3.6
Redline 0.3.5
Install: code --install-extension alxfain.redline-markdown-comments, or download redline-markdown-comments-0.3.5.vsix below.
- The README is rewritten for the Marketplace page: what Redline does, how it
works, the feature list, keybindings, settings and a short privacy section.
Developer notes moved todocs/development.md. No changes to the extension.
Redline 0.3.4
Install: code --install-extension alxfain.redline-markdown-comments, or download redline-markdown-comments-0.3.4.vsix below → Extensions panel → ⋯ → Install from VSIX….
- New Marketplace icon: an amber plate with the comment bubble, so the icon reads
the same on the white Marketplace page and in a dark VS Code extension list. - The README points at the Marketplace for installation.
Redline 0.3.3
Install: download redline-markdown-comments-0.3.3.vsix below → VS Code → Extensions panel → ⋯ → Install from VSIX… (or code --install-extension redline-markdown-comments-0.3.3.vsix), then reload the window. If an earlier build is installed under another id, uninstall it once.
- The package is named
redline-markdown-comments, so the extension id is
alxfain.redline-markdown-comments. The Marketplace requires the package name to
be unique across all publishers, andmarkdown-commentswas already taken.
Package files are namedredline-markdown-comments-<version>.vsix. If an earlier
build is installed under another id, uninstall it once.
Redline 0.3.2
Install: download markdown-comments-0.3.2.vsix below → VS Code → Extensions panel → ⋯ → Install from VSIX… (or code --install-extension markdown-comments-0.3.2.vsix), then reload the window. If an earlier build is installed as redline.markdown-comments or sashafainstein.redline, uninstall it once.
- The extension is published under the
alxfainpublisher: its id is now
alxfain.markdown-comments. Nothing else changed. If an earlier build is
installed underredline.markdown-comments, uninstall it once — VS Code treats
the two ids as different extensions and would register the preview twice.
Redline 0.3.1
Install: download markdown-comments-0.3.1.vsix below → VS Code → Extensions panel → ⋯ → Install from VSIX… (or code --install-extension markdown-comments-0.3.1.vsix), then reload the window.
- The preview button and
Cmd+Alt+Mnow appear on every.mdfile. VS Code 1.137
gives some Markdown files a language id of their own —SKILL.mdisskill,
*.prompt.mdisprompt,*.instructions.mdand files under.claude/rules/
areinstructions— and both were gated on the language beingmarkdown. They
are gated on the.mdextension now, the same rule the editor itself uses.
Redline 0.3.0
Install: download markdown-comments-0.3.0.vsix below → VS Code → Extensions panel → ⋯ → Install from VSIX… (or code --install-extension markdown-comments-0.3.0.vsix), then reload the window. If sashafainstein.redline from an older build is still installed, uninstall it once.
Comments inside fenced code blocks.
- Select text inside a
```or~~~block and the "Add comment" button
appears as anywhere else. The tag is written at the end of the block's opening
fence line, after the language name: renderers treat it as part of the info
string and show nothing, the code inside the block is never touched, and the
file keeps the same number of lines. - Several comments on one block share a chip with a count and stack in one card;
the card's quote keeps the code's spacing, so a table row still reads as a row. - A selection that starts in one block and ends in another no longer creates a
comment that would orphan on the next render — the button simply does not appear. - Selecting inside an indented code block (four spaces, no fence) now shows a
short explanation instead of nothing: such a block has no fence line for a tag. - Backticks inside a comment or its anchor are written into the tag as
\u0060
and read back unchanged. On a fence line a literal backtick is invalid
CommonMark and would turn the block into a paragraph.
Redline 0.2.0
Marketplace-ready build: the extension has an identity, an icon and a changelog.
Install: download markdown-comments-0.2.0.vsix below → VS Code → Extensions panel → ⋯ → Install from VSIX… (or code --install-extension markdown-comments-0.2.0.vsix), then reload the window.
If you have an earlier build installed, uninstall it once. The extension id changed from sashafainstein.redline to redline.markdown-comments, so VS Code treats this as a different extension and would otherwise register the preview and the commands twice.
What changed
- Extension id is now
redline.markdown-comments. The display name, theredline.*commands and theredline.*settings are unchanged, so your keybindings and configuration keep working. - A 256x256 icon, built from the same design tokens as the interface.
CHANGELOG.mdcovering every version from 0.1.0.- Package files are named
markdown-comments-<version>.vsix.
No changes to how the extension behaves. 146 unit tests plus the integration suite that runs the extension in a real VS Code; the packaged build is 169 KB with no source maps.
Publication on the Visual Studio Marketplace is next.