Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 2.4 KB

CHANGELOG.md

File metadata and controls

48 lines (30 loc) · 2.4 KB

Changelog

All notable changes to the "Koverage" extension will be documented in this file.

The format is based on Keep a Changelog.

0.0.13 (2022-12-07)

  • Enh #21: unable to use absolute file paths
  • Enh #22: unable to use "glob file names"

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

0.0.1-dev (2020-04-19)

  • Proof of concept, just playing around with vscode extension API trying to build something I needed in the process