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 purposesweb-build
: Generates an index.html and build folder for the angular application for web deploymentelectron-start
: Launches an electron instance of the applicationwindows-build
: Generates a standalone application (.exe) file and directory for deployment with the backend built and included withbackend-build
: Builds the backend with no tests, used for windows build scriptcopy-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
- Mac Support by @jwj7297 in #225
- Fixed Mac for Gradle Build by @jwj7297 in #226
- Dev revise readme by @amandanitta in #230
- Scoring System by @jwj7297 in #229
- Scoring Changelog by @jwj7297 in #231
- Fixed selection issue for compare by @jwj7297 in #232
- Plugfest-in-a-box 1.2.1 Pre-Release by @dlg1206 in #224
New Contributors
- @amandanitta made their first contribution in #230
Full Changelog: v1.0.0b...v1.2.1b