Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## v0.5.0 - 2026-09-08

- Raised the minimum supported VS Code version to 1.136 (`engines.vscode` and `@types/vscode` are both `^1.136.0`). Installations older than 1.136 keep the last compatible release from the Marketplace instead of updating.
- Bumped dev dependency `@types/node` to 26.4.1.
- CI now runs `vsce package` after the build, so a manifest fault such as an `@types/vscode` newer than `engines.vscode` fails the pull request instead of surfacing in the release job.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "markdown-link-title",
"displayName": "Markdown Link Title",
"description": "Paste a URL in Markdown and get [Page Title](url). Customisable, zero dependencies, honours VS Code proxy settings.",
"version": "0.4.0",
"version": "0.5.0",
"publisher": "antoinekh",
"license": "MIT",
"icon": "media/icon.png",
Expand Down