Skip to content
- **Breaking Changes**
    - Removal of doorstop as a supported backend and dependency
        - Removal of `migrate` command
    - `init` is now a command, not an option
    - Unreviewed items and links are now scored as 0, rather than being
removed
        - This means lint warnings consistently degrade the score.
    - Clarifications to all TSF Trustable Tenets and Assertions

- **Trudag Tool Enhancements**
    - Re-add concurrency and parallelism to graph linting
    - Allow use of project name or id number for Gitlab file references
    - Fix for artifact bug when root node score was 0
    - Rounding of scores to 5 decimal places
    - Introduce `trudag manage rename-item`
        - Creates a copy of markdown item with new name
    - Eager evalution of `--help`

- **Report Improvments**
    - Limiting rows in historical data table to 20 to prevent them
growing too large
    - Better presentation of information for item sections
    - Sensitivity analysis inclusion in report
        - Defaults to off because sensitivity analysis can take an
extraordinarily long time for large graphs.
    - Fixes table colour for darkmode
    - Display commit datetime in a more readable format
    - Replace Emojis with Unicode characters

- **Documentation**
    - Add documentation for RAFIA validation
    - Improve documentation on artifacts and remote graph
    - Small fixes to API docs