|
1 | 1 | ## Major changes |
2 | 2 |
|
3 | | -- Support for To-do items by @OmkarPh in #593 |
4 | | -- Track & filter reviewed licenses by @OmkarPh in #571 |
5 | | -- Build filetree with missing directories to support `--only-findings` scans by @OmkarPh #624 |
6 | | -- Sort the files in tableview by their depth in directory tree by @OmkarPh in #625 |
| 3 | +- New PR template by @dotarjun in #617 |
| 4 | +- Fixed Boolean cell renderer, refactored renderers, hidden license text for directories by @OmkarPh in #627 |
| 5 | +- Updated docs - illustrations corresponding to new UI for to-do, reviews, matches table by @OmkarPh in #628 |
| 6 | +- Support for new License detection format by @OmkarPh in #629 |
| 7 | +- MacOS arm64 build in github actions by @OmkarPh in #630 |
7 | 8 |
|
8 | 9 | ### 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 |
9 | 10 |
|
10 | 11 | ## ScanCode Toolkit Compatibility |
11 | 12 |
|
12 | | -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). |
13 | | - |
14 | | -## Bug fixes |
15 | | - |
16 | | -- Fixed Irregular auto-scroll to target path by @OmkarPh in #610 |
17 | | -- Fixed all vulnerabilities & updated packages by @OmkarPh in #611 |
18 | | -- Restore old app name by @dotarjun in #615 |
19 | | -- Fixed compund SPDX expression resolution in detection & clue matches by @OmkarPh in #619 |
20 | | -- Reduce release build size by removing redundant `node_modules` dependencies & include metadata in release archive by @OmkarPh in #623 |
21 | | -- Fixed Boolean cell renderer, refactored renderers, hidden license text for directories by @OmkarPh in #627 |
| 13 | +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). |
22 | 14 |
|
23 | 15 | ## Framework |
24 | 16 |
|
|
0 commit comments