Skip to content

Releases: frou/st3-gitblame

Add new blame all command

07 Nov 11:20
03519f9
Compare
Choose a tag to compare

Thanks to

Changes

  • Add the function to show all blame output #16

Reduce phantom size, improve blame parsing

08 Sep 08:42
Compare
Choose a tag to compare

Thanks to

Changes

  • Improve blame parsing by checking if isdigit instead of an int typecheck #13
  • Reduce the size of the phantom #14

Update style and phantom popup

20 Jul 22:33
Compare
Choose a tag to compare

Thanks to

Changes

  • Apply styles from sublime directly instead of using our own #10
  • Show statusbar message when copying sha #11

No Silent errors, Add full commit button

07 Jul 09:26
Compare
Choose a tag to compare

Thanks to

Changes

  • Don't silently throw errors #8
  • Add a [Show] option to show full commit #9

Light and dark colour schemes

09 Mar 08:40
Compare
Choose a tag to compare

Changes

  • Added light and dark colour schemes #6

Clicking sha now copies

20 Feb 19:07
Compare
Choose a tag to compare

Changes

  • Clicking sha now copies #4

Add Git Blame to commands

10 Feb 22:20
Compare
Choose a tag to compare

Thanks to

Changes

  • Add Git Blame to commands #2

Update Keybindings

20 Jan 16:26
Compare
Choose a tag to compare

Keybindings were conflicting with default bindings.
New keybindings are ctrl+ alt + b

Fix Startupinfo for non-windows machines

12 Dec 12:36
Compare
Choose a tag to compare
1.0.1

Fix other OS crashing on STARTUPINFO

first release

09 Dec 22:27
Compare
Choose a tag to compare

Using the default keybinding
Ctrl + Shift + Q or Git blame in the context menu.

You can Git blame the current selection.

image