Skip to content

Commit 1e3c6e8

Browse files
committed
Bump version to v4.0.0rc4
Signed-off-by: Omkar Phansopkar <[email protected]>
1 parent c8c04d8 commit 1e3c6e8

File tree

5 files changed

+14
-5
lines changed

5 files changed

+14
-5
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ New Features
2727
- Support Drag & drop JSON/SQLite files
2828
- Github actions to create automated releases
2929
- Remove the ability to upload Conclusions to DejaCode #413
30+
- Remove ability to edit conclusions & remove conclusions view
31+
- New top-level views: Packages Explorer & Licenses Explorer
3032
- Update in-app help links #412
3133
- Add source controlled documentation #411
3234
- Update app icon to a more visible one #382

Release.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
- Github actions to create automated releases
1313
Exception: macos arm64 is not yet support by Github actions yet, needs manual build & upload
1414
- Retain column order & states https://github.com/nexB/scancode-workbench/pull/568
15+
- License clues section in Licenses explorer https://github.com/nexB/scancode-workbench/pull/570
16+
- Go to specific file from licenses & packages explorer https://github.com/nexB/scancode-workbench/pull/572
17+
- https://github.com/nexB/scancode-workbench/pull/577
18+
- Working indicator for queries https://github.com/nexB/scancode-workbench/pull/583
19+
- Dashboard updates https://github.com/nexB/scancode-workbench/pull/585
1520

1621
## Bug fixes
1722
- Prevent crashes on unsupported scans
@@ -20,4 +25,6 @@
2025
- Fixed UI anomalies
2126
- Invalid path query fix (Data for files with similar prefix were colliding)
2227
- 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
28+
- license detection parser issues, trimmed filter options, hide empty 'other dependencies' https://github.com/nexB/scancode-workbench/pull/569
29+
- Refined UX including consistent scrollbars, tooltips, Search in licenses, filters for dependencies https://github.com/nexB/scancode-workbench/pull/587
30+
- Updated piechart tooltip https://github.com/nexB/scancode-workbench/pull/582

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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.0rc3",
4+
"version": "4.0.0rc4",
55
"description": "An application for viewing ScanCode results and concluding component origin and license",
66
"repository": {
77
"type": "git",

workbench.ABOUT

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

0 commit comments

Comments
 (0)