Skip to content

Latest commit

 

History

History
168 lines (86 loc) · 4.77 KB

File metadata and controls

168 lines (86 loc) · 4.77 KB

Changelog

1.11.1 (2026-04-07)

Bug Fixes

  • add script-file guards to skip execution of .sh/.bat test files (adeba29)

1.11.0 (2026-04-05)

Features

  • better support for gtests (e39ef16)

1.10.1 (2026-04-05)

Bug Fixes

  • Pass cwd if launcher is missing it (22bdc97)

1.10.0 (2026-04-05)

Features

  • Add integration tests to our CI (0a528ff)
  • Auto-detect default debugger (ddf58af)
  • bump to node22 (1d4d9cd)
  • decrease size of package (3df2254)
  • propagate env to debugger as well (1f1c29c)

Bug Fixes

  • add node types to tsconfig (44dad9c)
  • eslint fixes (a9b487f)
  • make run_manual_test.sh executable (08cb882)
  • use code_clean for testing (cf59626)

1.9.0 (2024-06-17)

Features

  • Use a proper tap parser to parse test results (48d75c6)

1.8.5 (2024-05-06)

Bug Fixes

  • CONTRIBUTING.md now explains our release workflow (baa4538)

1.8.4 (2024-05-03)

Bug Fixes

  • Remove skip-github-release (3696aa7)

1.8.3 (2024-05-03)

Bug Fixes

  • Cleanup CONTRIBUTING.md to reflect release-please workflow (b884b64)
  • Use the release-please GH action instead of cli (ed11797)

1.8.2 (2024-05-03)

Bug Fixes

  • Run tests in alphabetically order (f3e1b2c)

[1.8.1] - 2024-05-02

🐛 Bug Fixes

  • Rename extension to qttests

[1.8.0] - 2024-05-02

🚀 Features

  • Change publisher to KDAB

[1.7.0] - 2024-05-02

🚀 Features

  • Bump package-lock versions

[1.6.1] - 2024-05-02

🐛 Bug Fixes

  • Fix running non-Qt tests

[1.6.0] - 2024-04-30

🚀 Features

  • Focus "Test Results" when running

[1.5.0] - 2024-04-26

🚀 Features

  • Show popup if debugger extension is missing
  • Add support for "Go To Test"

🐛 Bug Fixes

  • Rebuild before run now works if codemodel is buggy
  • "Go to File" now works if codemodel is buggy

[1.4.0] - 2024-04-25

🚀 Features

  • Display output in "Test Results" when running
  • Clicking on the QtTest can now open its source file
  • Qt slots now also have a link to their cpp file

📚 Documentation

  • Improve readme

[1.3.0] - 2024-04-23

🚀 Features

  • Allow to reuse existing launches when debugging

📚 Documentation

  • Add a Settings section to README

[1.2.0] - 2024-04-23

🚀 Features

  • Added right-click -> context menu -> debug slot

📚 Documentation

  • Minor improvement
  • Explain that ctest needs to report tests

[1.1.0] - 2024-04-07

🚀 Features

  • Bump to qttest v1.1.0
  • CheckTestLinksToQtTestLib defaults to false now
  • Automatically reload slots if executable changes

[1.0.0] - 2024-04-06

🐛 Bug Fixes

  • Handle user pressing the refresh button