Skip to main content

25.10 Release notes

· 4 min read

New features

  • Sub locations have been added
  • Login with e-mail added as a login method
  • Organisations with custom integrations configured can now see the status of each integration
  • Work item attachments tab now show the number of attachments for the work item
  • Side bar now has new work item button
  • Work item button actions can now be require a specific role to trigger
  • Work item id now shown in close work item modal title
  • Requirement document fields now support markdown formatting
  • Requirement document sheets now support adding a table caption for docx export
  • Requirement document sheets can now have indented heading levels
  • Added the option to copy column names and clauses to requirement documents
  • Query documents now have the document history pane
  • Query documents now support enum work item fields as query source
  • Query documents now support tab character to indent/outdent sql queries
  • Commit document modal now shows link clause ids when loaded
  • Images attached to a document field can now be downloaded
  • Requirement document column headers now include a blue dot to indicate the column contains any field recently updated
  • Requirement document column headers now include a green dot to indicate the column contains any new field staged
  • Requirement document column headers now include a yellow dot to indicate the column contains any field update staged
  • Requirement document column filters, can now add selection to current filter

Fixes

  • Fixed an issue where document branches may show deleted branches after deleted branches tab has been loaded
  • Fixed an issue where copying a clause between documents (copy clause to) did not copy image attachments
  • Fixed an issue where view work item screen would show a full screen error, a banner is now shown and previously loaded data is still shown
  • Fixed an issue where the current (protected) branch was shown in the document editing menu
  • Fixed an issue where tabbing between requirement document fields did not consider fixed id column
  • Fixed an issue where switching document/work item tabs would not scroll the selected tab into view
  • Fixed an issue where document sheet names would overflow the sheet tab
  • Fixed an issue where document views could not be commited due to containing a deleted column/sheet, users can now remove deleted columns/sheets from a view
  • Fixed an issue where query document results would display a blank cell instead of 0, this was a visual issue in the app and did not affect query results
  • Fixed an issue where menu text labels would overflow on small screens
  • Fixed an issue where create work item modal would close instead of going back to picking a work item type to create
  • Fixed a visual glitch in work items scheduling view, calendar buttons
  • Fixed an issue where documents with no staged changes may show staged changes
  • Fixed an issue where work items filters modal wouldn't load project packages to filter for selected project
  • Fixed an issue where document read status was not updated for the user who makes a commit
  • Fixed an issue where the selected docx template was now shown in document type screen
  • Fixed an issue where a user who could edit a protected document could copy a clause to the document even when in viewing mode
  • Fixed an issue when re-ordering multiple clauses in a requirements document
  • Fixed an issue where touchable UI elements were shown in beneath the mobile system navigation bar
  • Fixed an issue where the user QR code was not available on mobile
  • Improved performance of work items table view
  • Improved memory usage in document editor
  • Improved memory usage in document query results viewer
  • Stability and performance improvements