All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.6.0 (2024-04-22)
- update bundled commitlint to v19 (eca1c82)
- catch attempt to load unloaded git extension (752119c)
- correctly fall back to default comment char (fe7d457)
- restore commitlint v19 support (8df7494)
2.5.1 (2024-03-08)
2.5.0 (2024-03-03)
- update bundled commitlint to v19 (025d4a7)
2.4.7 (2023-09-04)
2.4.6 (2023-07-10)
- fix handling of unset comment char (f971003)
2.4.5 (2023-06-27)
- log error when git extension can't be loaded (db21142)
- support git
core.commentChar
config (d03a694) - support verbose commits (4dc32df), closes #593
2.4.4 (2023-06-25)
2.4.3 (2023-06-20)
- prefer local library path as PREFIX (c1ba4d0), closes #600 #744
- search for packages under
commitlint
(713c899)
2.4.2 (2023-01-16)
2.4.1 (2022-09-05)
- support new vscode-scm scheme (ab431d2), closes /github.com/microsoft/vscode/issues/35571#issuecomment-1195219643
2.4.0 (2022-07-17)
- support linting built-in SCM input (1ca6f47)
2.3.0 (2022-06-16)
2.2.0 (2022-03-05)
- use language status instead of status bar (980d542)
2.1.0 (2021-12-27)
- update bundled commitlint to v16 (9ab3f3a)
2.0.0 (2021-07-29)
- The extension now attempts to use locally installed copies of commitlint libraries to load commitlint configurations, parse commit messages, and apply linting rules. If locally installed libraries are not available, versions of those libraries bundled with the extension will be used instead, as they were previously.
- The bundled version of commitlint is now version 13 (updated from 11).
- add setting to enable/disable logging (9535550)
- dynamically load local commitlint (10631dc), closes #113
- surface helpUrl from config via diagnostics (f52617a)
- update commitlint to v13 (a53bf62)
1.4.0 (2021-05-29)
- contribute commitlint config json schema (1e1e0c1)
- fix incorrect status bar info (59557e1)
1.3.2 (2021-05-12)
1.3.1 (2021-05-07)
- change node version target (3d764e4)
- disable extension in untrusted workspaces (ddc9e5c), closes #109
- trim leading newlines before parsing (c6456f2), closes #108
1.3.0 (2021-05-06)
1.2.1 (2021-04-06)
1.2.0 (2021-02-18)
1.1.0 (2021-02-13)
- fix status bar icon flickering (974a00c)
1.0.2 (2021-02-07)
- exclude .github dir from packaged extension (80a829a)
1.0.1 (2021-02-07)
- fix README image path in package (da7e5ad)
- initial version (8109038)