All notable changes to the "Koverage" extension will be documented in this file.
The format is based on Keep a Changelog.
0.0.19 (2023-10-29)
- chore(changelog): 📝 fix change log links
0.0.18 (2023-10-29)
- fix(config): 🐛 configuration update does not trigger refresh any more
0.0.17 (2023-10-29)
- fix: 🐛 Default settings are always written to the workspace settings.json #42
0.0.16 (2023-10-26)
- Activate config for auto refresh debounce #41
0.0.15 (2023-10-25)
0.0.14 (2023-04-10)
- Enh #32:
- generate coverage command
- support per workspace folder settings (mutli-root workspaces)
- bugfix #28
0.0.13 (2022-12-07)
0.0.12 (2022-10-31)
- Refactoring, no impact on the users' side
0.0.10 (2022-10-27)
- Enhancement on the auto-release version
0.0.9 (2022-10-27)
- Test the new workflow
0.0.8 (2022-10-27)
- Bugfix #20: Unable to open link to files on Windows
0.0.7 (2022-08-25)
- Fix critical vulnerabilities
0.0.6 (2021-12-06)
- Remove the beta from the version number as it is not supported my VSCode Market place
0.0.5-beta (2021-12-06)
- Bugfix #9: Wrong file path for open command (Windows)
- Bugfix #8: Files with NaN% show up as incomplete
0.0.4-dev (2020-05-17)
- Bugfix #3: Handle lcov with missing LH and LF
0.0.3-dev (2020-05-17)
- Bugfix #2: Handle lcov with absolute paths
0.0.2-dev (2020-04-30)
- Add support to multi-folder workspaces
- Bundle the extension using webpack
- Proof of concept, just playing around with vscode extension API trying to build something I needed in the process