Skip to content

Commit 9184cee

Browse files
authored
chore: add release notes for v0.0.8 (#180)
Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
1 parent 4d46a70 commit 9184cee

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

RELEASE_NOTES.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Patchloom for VS Code
2+
3+
This release aligns the extension with [Patchloom CLI v0.7.0](https://github.com/patchloom/patchloom/releases/tag/patchloom-v0.7.0) and completes platform parity for the managed installer.
4+
5+
## Aligned with Patchloom CLI v0.7.0
6+
7+
v0.7.0 renamed CLI arguments to match what LLMs naturally generate. The extension's Quick Action **Replace text** now uses the v0.7.0 syntax (`patchloom replace <old> --new <new> <file>`), and the MCP e2e test suite is updated for the `selector` to `key` parameter rename in doc tools.
8+
9+
If you use the Replace quick action, update the CLI to v0.7.0+ before upgrading the extension.
10+
11+
## Full platform parity for managed install
12+
13+
The managed installer now covers all 8 targets shipped by the CLI. Three new platforms added in this release:
14+
15+
| Target | Use case |
16+
|--------|----------|
17+
| `aarch64-pc-windows-msvc` | Windows ARM64 (Surface Pro X, Snapdragon laptops) |
18+
| `x86_64-unknown-linux-musl` | Alpine dev containers, musl-based CI runners |
19+
| `aarch64-unknown-linux-musl` | Alpine ARM64 dev containers |
20+
21+
Musl detection is automatic: the extension checks for `/lib/ld-musl-<arch>.so.1` and downloads the correct binary. No configuration needed.
22+
23+
## Install or update the CLI
24+
25+
```bash
26+
brew upgrade patchloom # Homebrew
27+
cargo install patchloom # from source
28+
```
29+
30+
Or run **Patchloom: Update Patchloom** from the VS Code command palette if you use the managed installer.

0 commit comments

Comments
 (0)