-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #555 from OmkarPh/fix/releaseScripts
Fix publish & release scripts for rc2
- Loading branch information
Showing
10 changed files
with
690 additions
and
1,922 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
## Major changes | ||
- Ported to React + Typescript variant !! | ||
Under GSoC by @OmkarPh | ||
- Support for scancode-toolkit v32.x output format v3.0.0 | ||
- Updated Tableview library & columns | ||
- New sections: License Detections explorer, Packages explorer, ScanInfo, About | ||
- Support for multiple windows | ||
- Maintain history of imports | ||
- Updated dependencies | ||
- Created UI to support top level packages-deps obtained in latest scans | ||
- Support for Drag & drop JSON/SQLite files | ||
- Github actions to create automated releases | ||
Exception: macos arm64 is not yet support by Github actions yet, needs manual build & upload | ||
|
||
## Bug fixes | ||
- Prevent crashes on unsupported scans | ||
- Provision for header-less scans (Test scans) | ||
- Table column fixes | ||
- Fixed UI anomalies | ||
- Invalid path query fix (Data for files with similar prefix were colliding) |
Oops, something went wrong.