From 971b32b73eab720a5519e69ba46142f7aaf17da4 Mon Sep 17 00:00:00 2001 From: Ayan Sinha Mahapatra Date: Thu, 4 May 2023 02:35:26 +0530 Subject: [PATCH] Bump version to v4.0.0rc3 Signed-off-by: Ayan Sinha Mahapatra --- Release.md | 5 ++++- package-lock.json | 4 ++-- package.json | 2 +- workbench.ABOUT | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Release.md b/Release.md index e3b37b65..bd91790c 100644 --- a/Release.md +++ b/Release.md @@ -11,10 +11,13 @@ - Support for Drag & drop JSON/SQLite files - Github actions to create automated releases Exception: macos arm64 is not yet support by Github actions yet, needs manual build & upload +- Retain column order & states https://github.com/nexB/scancode-workbench/pull/568 ## Bug fixes - Prevent crashes on unsupported scans - Provision for header-less scans (Test scans) - Table column fixes - Fixed UI anomalies -- Invalid path query fix (Data for files with similar prefix were colliding) \ No newline at end of file +- Invalid path query fix (Data for files with similar prefix were colliding) +- window title update & occasional sqlite error for packages https://github.com/nexB/scancode-workbench/pull/560 +- license detection parser issues, trimmed filter options, hide empty 'other dependencies' https://github.com/nexB/scancode-workbench/pull/569 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index f78820df..133d09b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scancode-workbench", - "version": "4.0.0rc2", + "version": "4.0.0rc3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scancode-workbench", - "version": "4.0.0rc2", + "version": "4.0.0rc3", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index d8fecbf4..7abd3175 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "scancode-workbench", "productName": "scancode-workbench", - "version": "4.0.0rc2", + "version": "4.0.0rc3", "description": "An application for viewing ScanCode results and concluding component origin and license", "repository": { "type": "git", diff --git a/workbench.ABOUT b/workbench.ABOUT index e2ba8aac..0d713fe5 100644 --- a/workbench.ABOUT +++ b/workbench.ABOUT @@ -1,6 +1,6 @@ about_resource: scancode-workbench name: ScanCode Workbench -version: 3.1.1 +version: 4.0.0rc3 license: apache-2.0 owner: nexB Inc. copyright: Copyright (c) 2019 nexB Inc.