Releases: opossum-tool/OpossumUI
Releases · opossum-tool/OpossumUI
OpossumUI-2025-02-26
What's Changed
- chore: enable dotenv github token by @mstykow in #2780
- feat: update readme by @mstykow in #2779
- fix: broken links to JSON schemas in FileFormats.md by @abraemer in #2783
- Build all MacOS releases on macos-latest runners by @PhilippMa in #2784
- Doc/owasp update documentation by @Hellgartner in #2792
- Refactor/menu by @Hellgartner in #2794
- Check for unsaved changes before import/open/export by @PhilippMa in #2782
- Add possibility import OWASP Dependency Scans by @Hellgartner in #2791
- Merging of input files (Backend logic) by @PhilippMa in #2796
- feat: update input file schema to include configurable classifications for signals by @abraemer in #2800
- Rollback logging progress messages to dialogs from frontend by @PhilippMa in #2807
- Simplify listener error handling by @PhilippMa in #2811
- Add classification to internal data model by @PhilippMa in #2810
- Unify handling of loading state by @PhilippMa in #2815
- fix: config is optional by @abraemer in #2813
- Merging input files (App) by @PhilippMa in #2799
Full Changelog: OpossumUI-2025-02-12...OpossumUI-2025-02-26
OpossumUI-2025-02-12
What's Changed
- chore: add new collaborators by @abraemer in #2762
- Feat/sort common licenses to top follow up refactor by @Hellgartner in #2759
- test: ensure notices generated do have content by @Hellgartner in #2765
- Architecture-aware MacOS build and test by @PhilippMa in #2770
- Feat: Import ScanCode Json Files by @PhilippMa in #2740
- No longer e2e test on macos-13 by @PhilippMa in #2774
- Improve error reporting for import with opossum-file by @PhilippMa in #2771
- Update documentation open&import by @PhilippMa in #2773
Full Changelog: OpossumUI-2025-02-06...OpossumUI-2025-02-12
OpossumUI-2025-02-06
What's Changed
- feat: create .snap and app image for linux by @Hellgartner in #2739
- Feat: Enhance import process by @PhilippMa in #2728
- Feat: release also snap files by @Hellgartner in #2752
- chore: rename linux binary to match opossum-file relase by @abraemer in #2751
- feat: sort common licenses to top by @Hellgartner in #2757
- fix: make content name match the name in the template by @Hellgartner in #2761
New Contributors
- @PhilippMa made their first contribution in #2728
Full Changelog: OpossumUI-2025-02-03...OpossumUI-2025-02-06
OpossumUI-2025-02-03
What's Changed
- chore: remove ts-node dependency by @mstykow in #2694
- fix: change field "license name" to "license expression" by @Hellgartner in #2701
- Fix fix ubuntu image for e2e tests by @Hellgartner in #2704
- chore(deps): ignore ubuntu dependency in renovate by @Hellgartner in #2708
- Fix Specification of input.json by @abraemer in #2710
- feat: reset license text by @mstykow in #2726
- Feat: add opossum-file CLI to convert non-opossum on-the-fly by @abraemer in #2725
- test: fix resolution to reduce flakiness of e2e tests by @Hellgartner in #2745
- chore: convert js scripts to esm syntax and files by @mstykow in #2744
- chore: extend linting by @mstykow in #2750
- Feat improve install-deps script by @abraemer in #2749
New Contributors
Full Changelog: OpossumUI-2024-12-17...OpossumUI-2025-02-03
OpossumUI-2024-12-17
What's Changed
Maintenance release which updates many dependencies, including React 19.
Full Changelog: OpossumUI-2024-05-17...OpossumUI-2024-12-17
OpossumUI-2024-05-17
OpossumUI-2024-04-24
What's Changed
- fix: react-virtuoso console errors by @mstykow in #2609
- chore: auto-update minor/patch versions of node by @leslielazzarino in #2613
- feat: improve error message in case of parsing issues with the input file by @meretp in #2615
- chore: dynamically enable menu options by @alexzurbonsen in #2621
- fix: enable menu items if .gz or .json is opened by @alexzurbonsen in #2623
Full Changelog: OpossumUI-2024-03-23...OpossumUI-2024-04-24
OpossumUI-2024-03-23
What's Changed
- chore: use broken star for modified previously-preferred attributions by @mstykow in #2604
- fix: license text modified overlaps license name by @mstykow in #2603
Full Changelog: OpossumUI-2024-03-13...OpossumUI-2024-03-23
OpossumUI-2024-03-13
What's Changed
Features
- feat: search by shortcut by @mstykow in #2594
- feat: filter for modified previously preferred attributions V2 by @alexzurbonsen in #2601
Fixes and Chores
- chore: improve github macos runner performance by @mstykow in #2600
- fix: zero-sized element in virtualized list by @mstykow in #2602
- feat: update readme by @mstykow in #2592
- fix: temporary display package info not updating when linking attribution
Full Changelog: OpossumUI-2024-03-06...OpossumUI-2024-03-13
OpossumUI-2024-03-06
What's Changed
Major Release
This is major rewrite of many aspects of OpossumUI. There are both major UI and UX changes:
- change default font
- improve color scheme and add background wave
- merge audit and attribution view to reduce duplication and context switching
- group packages by either being an attribution or signal
- replace resource popup with new panel to display linked resources
- replace file search popup with in-component search fields
- introduce bulk actions for signals
- add filtering for signals
- add filter by license name
- add filter for different kinds of incompleteness
- highlight incomplete attributions and the missing attributes at all times
- improve feature to replace attributions by letting the user select the replacement directly in audit view
- improved report view (sticky first column, better display of information, improved scrolling behavior)
- generate autocomplete suggestions from filtered signals and attributions and deduplicate attribute values
- enable top progress bar to jump to the next actionable resource contained in or after selected resource
- update user guide to reflect changes
Features
- feat: opossumui-2.0 by @mstykow in #2570
- feat: add keyboard navigation for resource tree by @mstykow in #2591
- feat: add keyboard navigation to attributions and signals lists by @mstykow in #2583
- feat: show labels for original and current attribution in diff popup by @mstykow in #2571
Fixes and Chores
- fix: fix hover color in diff pop up for good by @alexzurbonsen in #2569
- docs: add documentation for the Compare to Original button... by @alexzurbonsen in #2575
- fix: introduce proper error boundary by @mstykow in #2582
Full Changelog: OpossumUI-2024-02-14...OpossumUI-2024-03-06