From 459f7304ad10bca1c00daaed7f0b7d1ba15e5c2b Mon Sep 17 00:00:00 2001 From: Jan Scheffler Date: Wed, 22 Apr 2026 11:56:42 +0200 Subject: [PATCH] chore: release v0.4.1 Co-Authored-By: Claude Opus 4.7 (1M context) --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59de2ee..4d585a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.1] + ### Fixed - "Not configured" error messages now mention `tfvc.adoBaseUrl` as an alternative to `tfvc.adoOrg` for on-prem installs. Previously both the SCM error toast (`src/extension.ts`) and the review-diff placeholder text (`src/providers/fileContent.ts`) told users to set `tfvc.adoOrg`, sending on-prem users chasing a field they don't need — the underlying check has always accepted either. diff --git a/package.json b/package.json index 707151c..0b25df4 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "tfvc", "displayName": "TFVC", "description": "Team Foundation Version Control (TFVC) source control integration for VS Code", - "version": "0.4.0", + "version": "0.4.1", "publisher": "qodev", "license": "MIT", "repository": {