Skip to content

Commit

Permalink
Bump version to v4.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Omkar Phansopkar <omkarphansopkar@gmail.com>
  • Loading branch information
OmkarPh committed Feb 27, 2024
1 parent 4ed7892 commit 2626f6e
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 21 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a
Changelog <https://keepachangelog.com/en/1.0.0/>`__

[v4.0.3] - Unreleased
--------------------------


[v4.0.2] - 2024-02-27
--------------------------

**This ScanCode-Workbench release contains schema changes: scans will have to be re-imported**
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

--------------------
New Features
~~~~~~~~~~~~

- New PR template by @dotarjun in #617
- Fixed Boolean cell renderer, refactored renderers, hidden license text for directories by @OmkarPh in #627
- Updated docs - illustrations corresponding to new UI for to-do, reviews, matches table by @OmkarPh in #628
- Support for new License detection format by @OmkarPh in #629
- MacOS arm64 build in github actions by @OmkarPh in #630

[v4.0.1] - 2024-01-22
--------------------------

Expand Down
20 changes: 6 additions & 14 deletions Release.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,16 @@
## Major changes

- Support for To-do items by @OmkarPh in #593
- Track & filter reviewed licenses by @OmkarPh in #571
- Build filetree with missing directories to support `--only-findings` scans by @OmkarPh #624
- Sort the files in tableview by their depth in directory tree by @OmkarPh in #625
- New PR template by @dotarjun in #617
- Fixed Boolean cell renderer, refactored renderers, hidden license text for directories by @OmkarPh in #627
- Updated docs - illustrations corresponding to new UI for to-do, reviews, matches table by @OmkarPh in #628
- Support for new License detection format by @OmkarPh in #629
- MacOS arm64 build in github actions by @OmkarPh in #630

### Note - Due to new features & schema changes, you'll have to re-import scans in workbench, previously generated sqlite files aren't compatible with this and further releases

## ScanCode Toolkit Compatibility

This v4.0.1 of ScanCode Workbench is compatible with scans from any [ScanCode Toolkit](https://github.com/nexB/scancode-toolkit/) releases at or after [`v32.0.0`](https://github.com/nexB/scancode-toolkit/releases/tag/v32.0.0rc4) and also from the latest develop, but using the latest `v32.x` stable releases is recommended: [latest SCTK release](https://github.com/nexB/scancode-toolkit/releases/latest).

## Bug fixes

- Fixed Irregular auto-scroll to target path by @OmkarPh in #610
- Fixed all vulnerabilities & updated packages by @OmkarPh in #611
- Restore old app name by @dotarjun in #615
- Fixed compund SPDX expression resolution in detection & clue matches by @OmkarPh in #619
- Reduce release build size by removing redundant `node_modules` dependencies & include metadata in release archive by @OmkarPh in #623
- Fixed Boolean cell renderer, refactored renderers, hidden license text for directories by @OmkarPh in #627
This v4.0.2 of ScanCode Workbench is compatible with scans from any [ScanCode Toolkit](https://github.com/nexB/scancode-toolkit/) releases at or after [`v32.0.0`](https://github.com/nexB/scancode-toolkit/releases/tag/v32.0.0rc4) and also from the latest develop, but using the latest `v32.x` stable releases is recommended: [latest SCTK release](https://github.com/nexB/scancode-toolkit/releases/latest).

## Framework

Expand Down
2 changes: 1 addition & 1 deletion SCANCODE_WORKBENCH_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.1
4.0.2
6 changes: 3 additions & 3 deletions attribution.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</head>

<body>
<h1>Attribution for ScanCode Workbench 4.0.1 by nexB</h1>
<h1>Attribution for ScanCode Workbench 4.0.2 by nexB</h1>

<p>
For instructions on how to obtain a copy of any source code being made
Expand All @@ -40,10 +40,10 @@ <h1>Attribution for ScanCode Workbench 4.0.1 by nexB</h1>
<a href="http://www.nexb.com/" rel="nofollow">http://www.nexb.com/</a>
</p>

<h2>About ScanCode Workbench 4.0.1:</h2>
<h2>About ScanCode Workbench 4.0.2:</h2>

<p>
ScanCode Workbench 4.0.1 is licensed under
ScanCode Workbench 4.0.2 is licensed under
<a href="#license_apache-2.0">Apache 2.0</a> AND
<a href="#license_mit">MIT License</a> AND
<a href="#license_cc0-1.0">CC0-1.0</a> AND
Expand Down
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.1",
"version": "4.0.2",
"description": "An application for viewing ScanCode results and concluding component origin and license",
"repository": {
"type": "git",
Expand Down

0 comments on commit 2626f6e

Please sign in to comment.