Skip to content

Releases: ICTU/quality-time

v5.50.0-rc.3

v5.50.0-rc.3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 27 Mar 11:01
Immutable release. Only release title and notes can be modified.

v5.49.0 - 2026-03-03

Fixed

  • Fix retrieving all suppressed issues from SonarQube instead of only accepted, false positive, and sandboxed issues. Fixes #12707.

Added

  • Add singular versions of the metric units to the data model and allow users to override both the singular and plural forms via the UI. Closes #550.
  • Allow for ignoring draft merge requests when using GitLab. Closes #12327.

v5.50.0-rc.2

v5.50.0-rc.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 27 Mar 09:31
Immutable release. Only release title and notes can be modified.

v5.49.0 - 2026-03-03

Fixed

  • Fix retrieving all suppressed issues from SonarQube instead of only accepted, false positive, and sandboxed issues. Fixes #12707.

Added

  • Add singular versions of the metric units to the data model and allow users to override both the singular and plural forms via the UI. Closes #550.
  • Allow for ignoring draft merge requests when using GitLab. Closes #12327.

v5.49.0

Choose a tag to compare

@github-actions github-actions released this 03 Mar 14:46

v5.49.0 - 2026-03-03

Fixed

  • Fix retrieving all suppressed issues from SonarQube instead of only accepted, false positive, and sandboxed issues. Fixes #12707.

Added

  • Add singular versions of the metric units to the data model and allow users to override both the singular and plural forms via the UI. Closes #550.
  • Allow for ignoring draft merge requests when using GitLab. Closes #12327.

v5.49.0-rc.0

v5.49.0-rc.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Mar 15:37

v5.48.5 - 2026-02-27

Fixed

  • When measuring suppressed violations with SonarQube as source, use the issue status instead of the resolution to determine whether a violation is suppressed. Fixes #12515.

v5.48.5

Choose a tag to compare

@github-actions github-actions released this 27 Feb 08:15

v5.48.5 - 2026-02-27

Fixed

  • When measuring suppressed violations with SonarQube as source, use the issue status instead of the resolution to determine whether a violation is suppressed. Fixes #12515.

v5.48.5-rc.0

v5.48.5-rc.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 27 Feb 08:08

v5.48.4 - 2026-02-11

Fixed

  • Date pickers would lose focus while editing a date. Fixes #12591.
  • When using an LDAP server with a password hash scheme other than Argon2, Quality-time would not attempt an LDAP bind to verify the user. Fixes #12595.
  • Don't attempt to verify empty usernames with the LDAP server, cluttering the API-server logs. Fixes #12597.
  • Don't make the UI wait for a metric to scroll to if the URL has no hash with a metric identifier. Fixes #12598.
  • When measuring time remaining with Jira as source, don't show a traceback when there is no active sprint, but rather a user friendly error message. Fixes #12617.

v5.48.4

Choose a tag to compare

@github-actions github-actions released this 11 Feb 21:32

v5.48.4 - 2026-02-11

Fixed

  • Date pickers would lose focus while editing a date. Fixes #12591.
  • When using an LDAP server with a password hash scheme other than Argon2, Quality-time would not attempt an LDAP bind to verify the user. Fixes #12595.
  • Don't attempt to verify empty usernames with the LDAP server, cluttering the API-server logs. Fixes #12597.
  • Don't make the UI wait for a metric to scroll to if the URL has no hash with a metric identifier. Fixes #12598.
  • When measuring time remaining with Jira as source, don't show a traceback when there is no active sprint, but rather a user friendly error message. Fixes #12617.

v5.48.4-rc.0

v5.48.4-rc.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 06 Feb 14:55

v5.48.3 - 2026-01-29

Fixed

  • When creating an issue from Quality-time in Jira, make sure that the link back to Quality-time doesn't expand any items but only goes to the metric. Fixes #12481.
  • When mass editing a source parameter, only change sources that actually have the parameter being changed. Fixes #12482.
  • Count a Jira issue linked to multiple metrics only once in the issues dashboard card. Fixes #12483.
  • Remove restart policy from docker-compose.yml. Fixes #12506.
  • Fix missing service in renderer Helm chart that was causing PDF-exports to fail on Kubernetes. Fixes #12514.

v5.48.3

Choose a tag to compare

@github-actions github-actions released this 29 Jan 12:53

v5.48.3 - 2026-01-29

Fixed

  • When creating an issue from Quality-time in Jira, make sure that the link back to Quality-time doesn't expand any items but only goes to the metric. Fixes #12481.
  • When mass editing a source parameter, only change sources that actually have the parameter being changed. Fixes #12482.
  • Count a Jira issue linked to multiple metrics only once in the issues dashboard card. Fixes #12483.
  • Remove restart policy from docker-compose.yml. Fixes #12506.
  • Fix missing service in renderer Helm chart that was causing PDF-exports to fail on Kubernetes. Fixes #12514.

v5.48.3-rc.0

v5.48.3-rc.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 23 Jan 14:08

v5.48.2 - 2026-01-09

Fixed

  • When measuring source up-to-dateness or source version with OWASP Dependency Check JSON reports located in GitLab, parsing the JSON would fail because GitLab returns the JSON files with mimetype application/octet-stream. Fixes #12323.