Skip to content

Releases: DonJayamanne/gitHistoryVSCode

Version 0.6.0

02 Mar 19:07

Choose a tag to compare

  • Replaced express with postMessage #469 #451
  • Updated package dependencies and removed gulp #471
  • Use webpack to also bundle the server sources #474
  • Use node-fetch to request github api
  • Fixed page counter and pagination issues #475
  • Code optimization and correction

Version 0.5.5

27 Feb 16:11

Choose a tag to compare

  • Fixed line history shows file history instead #472

Version 0.5.4

24 Feb 19:34

Choose a tag to compare

  • Fixed indentation of commits against branching graph @DonJayamanne #446
  • Smooth curvy edges in the graphs @DonJayamanne #463
  • Fixed CacheRegister expiryTime and properly cache multiple GitService objects #441
  • Visualize detached head in Git History view #167
  • Dynamic update commit entry when adding/removing tags or branches while showing a loading indicator
  • Filter on exact author name when choosing from dropdown
  • Code cleanup and optimization

Version 0.5.3

15 Feb 10:26

Choose a tag to compare

  • Fixed commit details not correctly parsed when message has several line breaks #435
  • Reduced bundle.js file size again by replacing FaFilter with GoEye from react-icons #439

Version 0.5.2

13 Feb 09:20

Choose a tag to compare

  • Fixed gravatar picture not loading due to missing protocol #436
  • Fixed repository selector when only one repo is available #436

Version 0.5.1

12 Feb 19:37

Choose a tag to compare

  • Added filter support in branches and authors dropdown #384
  • Support for deletion of branches in GUI #348
  • Support for deletion of remote branches in GUI
  • Replaced gemoji submodule with node-emoji npm package
  • Fixed commit panel view not shown #435
  • Fixed possible issue not opening commit details #435

Version 0.5.0

09 Feb 12:06

Choose a tag to compare

  • Replaced git commands with git extension api (1/2) #410
  • Fixed dialog button triggered twice when pressing enter key
  • Display external link to upstream (if available) in Git History view
  • Possible fix for #381
  • Possible fix for #424
  • Slightly amended ui and debug logging
  • Removed redundant call on getCommit while always using --first-parent argument (if necessary)
  • Fixed issue not showing status icon in commit details view
  • Removed some unused git related methods

PLEASE NOTE: It may be necessary to select the correct repository from vscode source control before running "Git History"

Version 0.4.17

07 Feb 09:18

Choose a tag to compare

  • Support for soft and hard reset in Git History view
  • Fixed issue request payload limit exceeded #432

Version 0.4.16

05 Feb 14:26

Choose a tag to compare

  • Removed nested iframe causing keyboard focus issues #433
  • Corrected language setting using vscode display language (vscode.env.language)
  • Support for removing tags from history view

Version 0.4.15

01 Feb 19:54

Choose a tag to compare

  • Fixed issue #430
  • Fixed refresh issue when new tag/branch is added