Beta Release Notes

New Features and Enhancements

  • Export Configurations
    • Share named export configurations stored in project files or folders
    • Update, duplicate or delete export configurations in the Manage Export Configurations dialog
    • Export selected export configurations from the UI using the main toolbar or menu File > Export > Configurations
    • Export given export configurations from the CLI using the export config command
  • Group Linked Projects
    • Set project level and a group name in the Create Project or Project Properties dialogs
    • Organize linked projects by levels and groups in the Linked Projects pane
    • Load / unload all projects in a project group
    • Explore indirectly linked projects by Explore Upstream, Explore Downstream using the toolbar of the Linked Projects pane
    • Check Explore and Load Linked Projects option in the Export dialog to export end-to-end traceability reports
    • Pass --explore parameter to the reqview export command to export end-to-end traceability reports
  • Linked Project Enhancements
    • Refresh the main project and all loaded linked projects using menu Project > Linked Projects > Refresh All Projects
    • Cancel loading linked projects
  • Clean SVN working copy using menu File > SVN > Cleanup
  • Export custom parameters into DOCX using a content control with text ReqView.exportParam[<parameter>]
  • New export helpers:
    • cond - conditional expression, e.g., {{cond <condition> <truthy_expr> <falsy_expr>}} outputs truthy_expr of condition is true, falsy_expr otherwise
    • let - set local variables in the current context, e.g., {{#let x="hello"}}{{@x}}{{/let}} outputs "hello"
    • join - join strings, e.g., {{join "a" "b" "c"}} outputs "abc"
  • Verify that all document and document object GUIDs are unique on project open or refresh

Bugfixes

  • Fixed the error message when opening a project folder with file project.json, which does not store an object
  • Fixed startup of the WebApp after opening a project connected to another linked project
  • Fixed adding new rows after last rows of an embedded table because of invisible context menu items
  • Fixed error when editing the name of a document view from two project windows at the same time
  • Fixed reload content of template and export parameters files in custom exports
  • Fixed selection of table view used in Export DOCX dialog
  • Fixed export to XLSX when the current document filter is disabled
  • Fixed failed export to a signed PDF for document selection All documents from loaded projects
  • Fixed title of exported HTML for documents from a linked project when using the Modern Report layout
  • Fixed failed ReqIF export when attribute definitions in ReqView are changed after ReqIF import or after initial ReqIF export
  • Fixed overflow of attachment image over its text in exported DOCX using the book layout if the attachment is placed at the top of a page
  • Fixed failed export of multiple documents (WebApp)
  • Fixed the error message for export helper eachColumn when it is used in a template column

System Requirements

  • Application
    • WebApp: the latest desktop version of Chrome, Edge or Firefox browser
    • WinApp: Windows 10+
    • LinuxApp: Ubuntu 20.04+ LTS, Debian 10+ LTS
    • MacApp: Mac OS X 11+
  • Licensing
    • ReqView License Server: version 1.2.0 or later
  • Integrations
    • MS Office 365: Word and Excel version 2019+
    • Atlassian Jira Cloud: the latest version
    • ReqIF: version 1.2

Known Issues

  • ReqView UI is not optimized for control by a touchscreen.