Skip to content

Commit

Permalink
Bump version to v4.0.0rc4
Browse files Browse the repository at this point in the history
Signed-off-by: Omkar Phansopkar <omkarphansopkar@gmail.com>
  • Loading branch information
OmkarPh committed Jul 28, 2023
1 parent c8c04d8 commit 1e3c6e8
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ New Features
- Support Drag & drop JSON/SQLite files
- Github actions to create automated releases
- Remove the ability to upload Conclusions to DejaCode #413
- Remove ability to edit conclusions & remove conclusions view
- New top-level views: Packages Explorer & Licenses Explorer
- Update in-app help links #412
- Add source controlled documentation #411
- Update app icon to a more visible one #382
Expand Down
9 changes: 8 additions & 1 deletion Release.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
- 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
- License clues section in Licenses explorer https://github.com/nexB/scancode-workbench/pull/570
- Go to specific file from licenses & packages explorer https://github.com/nexB/scancode-workbench/pull/572
- https://github.com/nexB/scancode-workbench/pull/577
- Working indicator for queries https://github.com/nexB/scancode-workbench/pull/583
- Dashboard updates https://github.com/nexB/scancode-workbench/pull/585

## Bug fixes
- Prevent crashes on unsupported scans
Expand All @@ -20,4 +25,6 @@
- Fixed UI anomalies
- 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
- license detection parser issues, trimmed filter options, hide empty 'other dependencies' https://github.com/nexB/scancode-workbench/pull/569
- Refined UX including consistent scrollbars, tooltips, Search in licenses, filters for dependencies https://github.com/nexB/scancode-workbench/pull/587
- Updated piechart tooltip https://github.com/nexB/scancode-workbench/pull/582
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "scancode-workbench",
"productName": "scancode-workbench",
"version": "4.0.0rc3",
"version": "4.0.0rc4",
"description": "An application for viewing ScanCode results and concluding component origin and license",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion workbench.ABOUT
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
about_resource: scancode-workbench
name: ScanCode Workbench
version: 4.0.0rc3
version: 4.0.0rc4
license: apache-2.0
owner: nexB Inc.
copyright: Copyright (c) 2019 nexB Inc.
Expand Down

0 comments on commit 1e3c6e8

Please sign in to comment.