Skip to content

Releases: leftstick/vscode-gitk

2.2.0

21 Dec 16:09
Compare
Choose a tag to compare

Feature

2.1.0

07 May 04:18
Compare
Choose a tag to compare

Feature

  • support pageUp/Down shortcut with cmd combination (@houfeng0923 )

2.0.1

18 Apr 06:36
Compare
Choose a tag to compare

Bug fix

configuration listener was registered multiple times which is incorrect

2.0.0

18 Apr 06:35
Compare
Choose a tag to compare

Feature

re-implement view via WebviewPanel

1.2.0

25 May 08:47
Compare
Choose a tag to compare

Add font support

1.1.0

15 May 09:58
Compare
Choose a tag to compare
  1. refactor GitkViewProvider in better code structure
  2. add keyboard ↑ and ↓ support

1.0.5

11 May 06:19
Compare
Choose a tag to compare

add doubleclick commit for copying hash into clipboard

1.0.4

11 May 02:29
Compare
Choose a tag to compare
  1. add editor menu, because sometimes user may want gitk for current active document
  2. fix gitk detail display incorrect issue, color issue
  3. get default selection feature back

1.0.3

10 May 06:47
Compare
Choose a tag to compare

performance enhancement for large history code

1.0.2

09 May 10:01
Compare
Choose a tag to compare
  1. adjust gitk view for more proper usage
  2. add error support. Mostly because user may use this extension with non-git source code
  3. fix line break issue