From 29629a236144577b7d02581c1f2bcb43444d791f Mon Sep 17 00:00:00 2001 From: Rishav Date: Sun, 17 May 2026 00:42:10 +0530 Subject: [PATCH 1/2] Update jtl-xls-smart-report to v3.0.0 --- site/dat/repo/various.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/site/dat/repo/various.json b/site/dat/repo/various.json index bff945e76..2c24683c3 100644 --- a/site/dat/repo/various.json +++ b/site/dat/repo/various.json @@ -3190,7 +3190,11 @@ "2.0.0": { "changes": "Added headless CLI mode for CI/CD pipelines and GitHub Actions. Added P95 metric column. Auto-creates output directory if missing. Empty prefix now includes all transactions.", "downloadUrl": "https://github.com/rishavsawarn/jmeter-jtl-xls-report-plugin/releases/download/v2.0.0/jmeter-jtl-xls-report-plugin-2.0.0-jar-with-dependencies.jar" - } + }, + "3.0.0": { + "changes": "Baseline JTL comparison support. The Excel report now contains three sheets: Current, Baseline, and Comparison. Added 'Baseline Directory' field in the GUI listener.", + "downloadUrl": "https://github.com/rishavsawarn/jmeter-jtl-xls-report-plugin/releases/download/v3.0.0/jmeter-jtl-xls-report-plugin-v3.0.0.jar" + } } }, { From d94cd5890578f7403637f2858e87429a42bff4a4 Mon Sep 17 00:00:00 2001 From: Rishav Date: Sun, 17 May 2026 01:08:59 +0530 Subject: [PATCH 2/2] Update jtl-xls-smart-report to v3.0.0 in various.json --- site/dat/repo/various.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/dat/repo/various.json b/site/dat/repo/various.json index 2c24683c3..38d118bb3 100644 --- a/site/dat/repo/various.json +++ b/site/dat/repo/various.json @@ -3194,7 +3194,7 @@ "3.0.0": { "changes": "Baseline JTL comparison support. The Excel report now contains three sheets: Current, Baseline, and Comparison. Added 'Baseline Directory' field in the GUI listener.", "downloadUrl": "https://github.com/rishavsawarn/jmeter-jtl-xls-report-plugin/releases/download/v3.0.0/jmeter-jtl-xls-report-plugin-v3.0.0.jar" - } + } } }, {