diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b71cc529..a4b46777 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file. The format is based on `Keep a Changelog `__ +[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 -------------------------- diff --git a/Release.md b/Release.md index 92f92ef7..e57002fb 100644 --- a/Release.md +++ b/Release.md @@ -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 diff --git a/SCANCODE_WORKBENCH_VERSION b/SCANCODE_WORKBENCH_VERSION index cc868b62..4bac418e 100644 --- a/SCANCODE_WORKBENCH_VERSION +++ b/SCANCODE_WORKBENCH_VERSION @@ -1 +1 @@ -4.0.1 \ No newline at end of file +4.0.2 \ No newline at end of file diff --git a/attribution.html b/attribution.html index 75349539..ec0969e4 100644 --- a/attribution.html +++ b/attribution.html @@ -25,7 +25,7 @@ -

Attribution for ScanCode Workbench 4.0.1 by nexB

+

Attribution for ScanCode Workbench 4.0.2 by nexB

For instructions on how to obtain a copy of any source code being made @@ -40,10 +40,10 @@

Attribution for ScanCode Workbench 4.0.1 by nexB

http://www.nexb.com/

-

About ScanCode Workbench 4.0.1:

+

About ScanCode Workbench 4.0.2:

- ScanCode Workbench 4.0.1 is licensed under + ScanCode Workbench 4.0.2 is licensed under Apache 2.0 AND MIT License AND CC0-1.0 AND diff --git a/package-lock.json b/package-lock.json index 059f85f2..82f378b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scancode-workbench", - "version": "4.0.1", + "version": "4.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scancode-workbench", - "version": "4.0.1", + "version": "4.0.2", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 3aeb7325..a91e8858 100644 --- a/package.json +++ b/package.json @@ -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",