Release v2.0.0-rc4: Fifth v2.0.0 release candidate
Pre-releaseThis is a release candidate for v2.0.0 that can be used for testing.
This is a significant new feature release that includes significant improvements in performance and adds a data storage mechanism.
AboutCode Manager is only compatible with scans from ScanCode Toolkit v2.0.0.rc1 and above.
Scans imported into the app need to contain the file information data. Therefore, the -i
option needs to be used in your ScanCode command. For example:
./scancode -clipeu <input> <output_file.json>
Using
To install, download and extract the release for your operating system from the archives below. Then, run the AboutCode-Manager application from the extracted directory.
📢 Mac users 📢 After extracting the release, you will need to right click the app and select Open. Select Open again when asked if you are sure you want to open the app.
For more information on how to use the app see the wiki.
Some of the key highlights include:
New Features
- Significant performance improvements with the addition of a new SQLite database
- Upload created components to DejaCode using DejaCode API.
- Auto-saving file (SQLite format)
- Import and Export JSON File
- Added ScanCode results Summary Bar Chart
- Added column filters to Table View
- Added a UI indicator for database creation
- Added keyboard shortcuts for different views
- Added ability to remove created components
- Added ability to filter nodes that are shown by their Component Status
- Added ability to create component from codebase tree
- Added Component Copyright to Component Summary table
Bug Fixes
- Added error message on import when JSON is malformed
- Fixed memory leak allocation failure for large JSON File import
- Fixed display of directories before files in jstree
- Removed fixed zooming in Node View
Miscellaneous
- Replaced electron-prebuilt with electron
- Added additional tests
- Various updates to application build process
- Integrated Travis and AppVeyor into build process
- Ported Shell build script to Python script
- Updated application menu items
- Various UI styling updates