Skip to content

Release v4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Oct 18:38
· 64 commits to develop since this release
67b01f3

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
  • Retain column order & states #568
  • License clues section in Licenses explorer #570
  • Go to specific file from licenses & packages explorer #572
  • Diff modal for Matched text & Rule text in Matches table #577
  • Working indicator for queries #583
  • Dashboard updates #585
  • Close file & cleanup #600
  • Unit tests #591
  • Dependency Info dashboard updates #594
  • Updated documentation #602

ScanCode Toolkit Compatibility

This v4.0.0 of ScanCode Workbench is compatible with scans from any ScanCode Toolkit releases at or after v32.0.0 and also from the latest develop, but using the latest v32.x stable releases is recommended: latest SCTK release.

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)
  • window title update & occasional sqlite error for packages #560
  • license detection parser issues, trimmed filter options, hide empty 'other dependencies' #569
  • Refined UX including consistent scrollbars, tooltips, Search in licenses, filters for dependencies #587
  • Updated piechart tooltip #582
  • Automatic height for tables #606
  • Fixed Empty directory being shown with file icon #604
  • Fix irregular scroll behavior for files in deeply nested FileTree #599