Skip to content

Commit 971b32b

Browse files
Bump version to v4.0.0rc3
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent e31efbc commit 971b32b

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

Diff for: Release.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,13 @@
1111
- Support for Drag & drop JSON/SQLite files
1212
- Github actions to create automated releases
1313
Exception: macos arm64 is not yet support by Github actions yet, needs manual build & upload
14+
- Retain column order & states https://github.com/nexB/scancode-workbench/pull/568
1415

1516
## Bug fixes
1617
- Prevent crashes on unsupported scans
1718
- Provision for header-less scans (Test scans)
1819
- Table column fixes
1920
- Fixed UI anomalies
20-
- Invalid path query fix (Data for files with similar prefix were colliding)
21+
- Invalid path query fix (Data for files with similar prefix were colliding)
22+
- window title update & occasional sqlite error for packages https://github.com/nexB/scancode-workbench/pull/560
23+
- license detection parser issues, trimmed filter options, hide empty 'other dependencies' https://github.com/nexB/scancode-workbench/pull/569

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "scancode-workbench",
33
"productName": "scancode-workbench",
4-
"version": "4.0.0rc2",
4+
"version": "4.0.0rc3",
55
"description": "An application for viewing ScanCode results and concluding component origin and license",
66
"repository": {
77
"type": "git",

Diff for: workbench.ABOUT

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
about_resource: scancode-workbench
22
name: ScanCode Workbench
3-
version: 3.1.1
3+
version: 4.0.0rc3
44
license: apache-2.0
55
owner: nexB Inc.
66
copyright: Copyright (c) 2019 nexB Inc.

0 commit comments

Comments
 (0)