1.11.1 (2026-04-07)
- add script-file guards to skip execution of .sh/.bat test files (adeba29)
1.11.0 (2026-04-05)
- better support for gtests (e39ef16)
1.10.1 (2026-04-05)
- Pass cwd if launcher is missing it (22bdc97)
1.10.0 (2026-04-05)
- 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)
- 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)
- Use a proper tap parser to parse test results (48d75c6)
1.8.5 (2024-05-06)
- CONTRIBUTING.md now explains our release workflow (baa4538)
1.8.4 (2024-05-03)
- Remove skip-github-release (3696aa7)
1.8.3 (2024-05-03)
- 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)
- Run tests in alphabetically order (f3e1b2c)
- Rename extension to qttests
- Change publisher to KDAB
- Bump package-lock versions
- Fix running non-Qt tests
- Focus "Test Results" when running
- Show popup if debugger extension is missing
- Add support for "Go To Test"
- Rebuild before run now works if codemodel is buggy
- "Go to File" now works if codemodel is buggy
- 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
- Improve readme
- Allow to reuse existing launches when debugging
- Add a Settings section to README
- Added right-click -> context menu -> debug slot
- Minor improvement
- Explain that ctest needs to report tests
- Bump to qttest v1.1.0
- CheckTestLinksToQtTestLib defaults to false now
- Automatically reload slots if executable changes
- Handle user pressing the refresh button