You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please leave a brief discription of the bug or feature request:
3
-
* if reporting a bug, tell us how to reproduce the issue.
4
-
* Check the Develop Console tab and copy any error text there might be: https://scancode-workbench.readthedocs.io/en/latest/basics/check_for_errors_in_the_developer_tools.html
4
+
5
+
- if reporting a bug, tell us how to reproduce the issue.
6
+
- Check the Develop Console tab and copy any error text there might be: https://scancode-workbench.readthedocs.io/en/latest/basics/check_for_errors_in_the_developer_tools.html
5
7
6
8
### System configuration
9
+
7
10
For bug reports, it really helps us to know:
8
-
* What OS are you running on? (Windows/MacOS/Linux)
9
-
* What version of scancode-workbench are you running on?
10
-
* What version of scancode-toolkit was used to generate the scan file?
11
+
12
+
- What OS are you running on? (Windows/MacOS/Linux)
13
+
- What version of scancode-workbench are you running on?
14
+
- What version of scancode-toolkit was used to generate the scan file?
* You can [download the latest release](https://github.com/nexB/scancode-workbench/releases)
23
-
for your operating system or build it yourself (see below). Once downloaded, you
24
-
can find `ScanCode-Workbench` under `dist/ScanCode-Workbench-<os>-<arch>-<version>`
25
-
* ScanCode Workbench >= v4 is only compatible with scans from
26
-
[ScanCode v32.0.0](https://github.com/nexB/scancode-toolkit/releases) and
27
-
above which are run with the ScanCode `-i` option. For a list of available ScanCode
28
-
options see [How To: Set what will be detected in a scan](https://scancode-toolkit.readthedocs.io/en/latest/tutorials/how_to_set_what_will_be_detected_in_a_scan.html)
22
+
- You can [download the latest release](https://github.com/nexB/scancode-workbench/releases)
23
+
for your operating system or build it yourself (see below). Once downloaded, you
24
+
can find `ScanCode-Workbench` under `dist/ScanCode-Workbench-<os>-<arch>-<version>`
25
+
- ScanCode Workbench >= v4 is only compatible with scans from
26
+
[ScanCode v32.0.0](https://github.com/nexB/scancode-toolkit/releases) and
27
+
above which are run with the ScanCode `-i` option. For a list of available ScanCode
28
+
options see [How To: Set what will be detected in a scan](https://scancode-toolkit.readthedocs.io/en/latest/tutorials/how_to_set_what_will_be_detected_in_a_scan.html)
29
29
30
30
```bash
31
31
scancode -clipeu <input><output_file>
32
32
```
33
33
34
-
* We have provided a set of sample scans that you can quickly review in
35
-
ScanCode Workbench in order to get a sense of its functionality and the types of
36
-
information captured by a scan. The samples are located at
This v4.0.0 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).
27
29
28
30
## Bug fixes
31
+
29
32
- Prevent crashes on unsupported scans
30
33
- Provision for header-less scans (Test scans)
31
34
- Table column fixes
32
35
- Fixed UI anomalies
33
36
- Invalid path query fix (Data for files with similar prefix were colliding)
34
37
- window title update & occasional sqlite error for packages https://github.com/nexB/scancode-workbench/pull/560
- Refined UX including consistent scrollbars, tooltips, Search in licenses, filters for dependencies https://github.com/nexB/scancode-workbench/pull/587
0 commit comments