Skip to content

Commit

Permalink
Merge pull request #555 from OmkarPh/fix/releaseScripts
Browse files Browse the repository at this point in the history
Fix publish & release scripts for rc2
  • Loading branch information
OmkarPh authored Apr 14, 2023
2 parents bd7c7b1 + bc25c64 commit cec79dc
Show file tree
Hide file tree
Showing 10 changed files with 690 additions and 1,922 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
needs: create_release
name: Build Release archives
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
Expand Down
20 changes: 20 additions & 0 deletions Release.md
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)
Loading

0 comments on commit cec79dc

Please sign in to comment.