From ca80ed62ddf3912ad2bde71d9a08b6ab0eb9ad96 Mon Sep 17 00:00:00 2001 From: davidramnero Date: Thu, 13 Nov 2025 15:31:25 +0100 Subject: [PATCH 1/2] update version number to 1.0.1 --- CHANGELOG.md | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index c948f18..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,23 +0,0 @@ -# Change Log - -## [1.3.1] - 2025-07-11 -- Fix bug with negative column number in range vscode ([#2](https://github.com/JustusRijke/Cppcheck-Lite/pull/2)) - -## [1.3.0] - 2025-05-28 -- Added option to `cppcheck-lite.standard`, allowing users to specify it manually via `cppcheck-lite.arguments` or let `cppcheck` use its default setting. -- Improved Windows compatibility by quoting paths and normalizing backslashes in executable and file paths. - -## [1.2.1] - 2025-02-08 -- **FIX** Ignore background file openings (e.g., during symbol renaming) to prevent unnecessary Cppcheck runs and clutter in the Problems tab. - -## [1.2.0] - 2025-02-02 -- Added `cppcheck-lite.path` setting to specify a custom path to the `cppcheck` executable. -- Improved error handling to display a message if `cppcheck` is not found or cannot be run. - -## [1.1.0] - 2025-02-02 -- Added "Code" field showing the applied C/C++ standard to items in the Problems panel. -- Enabled cppcheck execution when opening a new file. -- Ensured cppcheck runs for all open files when a workspace is opened. - -## [1.0.0] - 2025-02-02 -Initial release \ No newline at end of file From 8f12c746a333bb26a11343dd3229353ebc097c72 Mon Sep 17 00:00:00 2001 From: davidramnero Date: Thu, 13 Nov 2025 15:32:26 +0100 Subject: [PATCH 2/2] updated version number --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7b76afd..32553ed 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "cppcheck-official", "displayName": "Cppcheck Official", "description": "A Visual Studio Code extension that runs cppcheck on C/C++ files on save. Supported by the Cppcheck team.", - "version": "1.0.0", + "version": "1.0.1", "engines": { "vscode": "^1.96.0" },