Skip to content

Releases: Lakshmikanth2001/GitHooks

GitHooks `2.1.1` Version

09 Apr 11:27
Compare
Choose a tag to compare

[2.1.1] -- 2024-04-09

  • not changing GitHooks.hooksDirectory configuration on load to prevent it from git tracking
  • workspace bug fix while switching between scm and activity bar view
  • remove hook selection on workspace which has more than one folder
  • bug fix in getting git config for hooks directory

GitHooks `2.0.0` Version

07 Dec 04:03
Compare
Choose a tag to compare

[2.0.0] -- 2023-12-05

  • Added support for vscode workspaces
  • Improve performance by caching git hooks directory reads
  • Decreased command execution time to find out git hooks directory
  • removed date time snippet and python snippet (which are not used by many users)
  • Added path and directoryPath attributes to Hook class

GitHooks `1.3.4` Version

27 Sep 22:27
Compare
Choose a tag to compare

[1.3.4] -- 2023-09-27

  • looger improvement (detecting GitHooks.logLevel configuration)
  • folder selection for GitHooks.hooksDirectory configuration
  • adding git local assets to REAME.md
  • restrict text snippet scope to hooks only

GitHooks `1.3.1` Version

03 Aug 07:13
Compare
Choose a tag to compare

[1.3.1] -- 2023-08-03

  • Added support for relative path for GitHooks.hooksDirectory configuration
  • security fix for GitHooks.hooksDirectory configuration to prevent shell injection

GitHooks `1.2.0` Version

28 Jul 10:14
Compare
Choose a tag to compare

[1.2.0] -- 2023-07-27

  • Improve startup performance by caching git hooks directory reads
  • conditionally render git_hooks_scm and git_hooks_view based on configuration
  • Bug fix for ViewBadge count when non-predefined hooks are present
  • Computing ActiveHooksCount in GitHooksProvider class constructor
  • tooltip correction while changing from git_hooks_scm to git_hooks_view(buggy for now)

miscellaneous

  • Added some keywords to improve market place search hits
  • Gallery banner color update

GitHooks `1.1.0` Version

20 Jul 08:04
Compare
Choose a tag to compare

In this release following code changes were made

### [1.1.0] -- 2023-07-18
- Added configuration to set git.core.hooksPath only (at workspace level)
- CHANGELOG.md format correction
- Supporting various launguge binaries for shell and shebang suggetions
- Making `core.hooksPath` update to workspace scope
- hookDirectory path correction in windows operating system
- first step for including test cases

GitHooks `1.0.0` Version

16 Jul 10:42
Compare
Choose a tag to compare

[1.0.0] -- 2023-07-16

  • Added configuration to give hook path (just to run and toggle the hooks)
  • Improved runHook performace by caching git results
  • Bug fix for conventional hook run
  • Added and option for predefinedHooks(all default hooks supplied by git)
  • editor/title regex correction
  • galleryBanner color change

v0.0.14

22 Mar 08:08
Compare
Choose a tag to compare

latest release with shell Path snippet correction and bug fix for run Button

0.0.12

18 Mar 11:51
Compare
Choose a tag to compare

GitHook VSCode Extension .vsix source file