@@ -2,15 +2,40 @@ Changelog
2
2
=========
3
3
4
4
v33.0.0 (next next, roadmap)
5
-
6
5
----------------------------
7
6
8
-
9
7
- We now support new package manifest formats:
10
8
11
9
- OpenWRT packages.
12
10
- Yocto/BitBake .bb recipes.
13
11
12
+ - Fallback packages for non-native dependencies of SCTK.
13
+ - Dependencies for
14
+ - Support for copyright detection objects.
15
+
16
+ v32.1.0 (next, roadmap)
17
+ ----------------------------
18
+
19
+ - A new field in packages with the license category for the
20
+ detected license expression and also an API function to
21
+ compute license categories from license expressions.
22
+ See https://github.com/nexB/scancode-toolkit/issues/2897
23
+
24
+ - More support for tabular output formats: New command-line
25
+ options for XSLX output, and the old `--csv ` command line
26
+ option is removed.
27
+ See https://github.com/nexB/scancode-toolkit/issues/830
28
+
29
+ - `--unknown-licenses ` is removed and this is always enabled
30
+ and only used in case of improper detections automatically.
31
+ Also tag all license rules with required phrases to improve
32
+ license detection and reduce false positives.
33
+ See https://github.com/nexB/scancode-toolkit/issues/3300
34
+
35
+ - File categorization support added, a post scan plugin tagging
36
+ files with priority levels for review, and also take advantage
37
+ of these in other summary plugins.
38
+ See https://github.com/nexB/scancode-toolkit/issues/1745
14
39
15
40
v32.0.0 - 2023-05-23
16
41
---------------------
0 commit comments