Skip to content

Commit cec79dc

Browse files
authored
Merge pull request #555 from OmkarPh/fix/releaseScripts
Fix publish & release scripts for rc2
2 parents bd7c7b1 + bc25c64 commit cec79dc

File tree

10 files changed

+690
-1922
lines changed

10 files changed

+690
-1922
lines changed

Diff for: .github/workflows/Release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
needs: create_release
3737
name: Build Release archives
3838
strategy:
39+
fail-fast: false
3940
matrix:
4041
os: [ubuntu-latest, macos-latest, windows-latest]
4142
runs-on: ${{ matrix.os }}

Diff for: Release.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## Major changes
2+
- Ported to React + Typescript variant !!
3+
Under GSoC by @OmkarPh
4+
- Support for scancode-toolkit v32.x output format v3.0.0
5+
- Updated Tableview library & columns
6+
- New sections: License Detections explorer, Packages explorer, ScanInfo, About
7+
- Support for multiple windows
8+
- Maintain history of imports
9+
- Updated dependencies
10+
- Created UI to support top level packages-deps obtained in latest scans
11+
- Support for Drag & drop JSON/SQLite files
12+
- Github actions to create automated releases
13+
Exception: macos arm64 is not yet support by Github actions yet, needs manual build & upload
14+
15+
## Bug fixes
16+
- Prevent crashes on unsupported scans
17+
- Provision for header-less scans (Test scans)
18+
- Table column fixes
19+
- Fixed UI anomalies
20+
- Invalid path query fix (Data for files with similar prefix were colliding)

0 commit comments

Comments
 (0)