Skip to content

v1.2.1b

Latest
Compare
Choose a tag to compare
@dlg1206 dlg1206 released this 30 Nov 01:39
· 4 commits to main since this release
709d2b0

Release Notes

New deployment methods and some ui changes. The full changelog can be found here

Added

  • Added the following startup commands for frontend as either a web app or a standalone application:
    • web-start: Runs an angular instance of the application for development purposes
    • web-build: Generates an index.html and build folder for the angular application for web deployment
    • electron-start: Launches an electron instance of the application
    • windows-build: Generates a standalone application (.exe) file and directory for deployment with the backend built and included with
    • backend-build: Builds the backend with no tests, used for windows build script
    • copy-jar: Copies the latest backend jar built from the backend to the build directory, used for windows build script
  • DiffReport now tracks similarity and difference count for metadata and components
  • Download button added to compare and metrics
  • Header on metrics to display passed/total tests as well as which tests are currently displayed

Changed

  • package.json updated app name to plugfest

Fixed

  • If select all was pressed first on compare than it would always compare all sboms even if one was unchecked

What's Changed

New Contributors

Full Changelog: v1.0.0b...v1.2.1b