gitHistoryVSCode

Git History for Visual Studio Code

MIT License

Stars
945
Committers
53

Bot releases are hidden (Show)

gitHistoryVSCode - v0.6.20 Latest Release

Published by DonJayamanne over 1 year ago

  • [8310261] Update to point to main branch
  • [c60d699] Use new API to get refs (fix #730)
  • [75575aa] Updated CHANGELOG.md - Github Actions
gitHistoryVSCode - Version 0.6.2

Published by ole1986 over 4 years ago

gitHistoryVSCode - 0.6.1

Published by ole1986 over 4 years ago

gitHistoryVSCode - Version 0.6.0

Published by ole1986 over 4 years ago

  • 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
gitHistoryVSCode - Version 0.5.5

Published by ole1986 over 4 years ago

  • Fixed line history shows file history instead #472
gitHistoryVSCode - Version 0.5.4

Published by ole1986 over 4 years ago

  • 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
gitHistoryVSCode - Version 0.5.3

Published by ole1986 over 4 years ago

  • 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
gitHistoryVSCode - Version 0.5.2

Published by ole1986 over 4 years ago

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

Published by ole1986 over 4 years ago

  • 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
gitHistoryVSCode - Version 0.5.0

Published by ole1986 over 4 years ago

  • 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"

gitHistoryVSCode - Version 0.4.17

Published by ole1986 over 4 years ago

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

Published by ole1986 over 4 years ago

  • 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
gitHistoryVSCode - Version 0.4.15

Published by ole1986 over 4 years ago

  • Fixed issue #430
  • Fixed refresh issue when new tag/branch is added
gitHistoryVSCode - Version 0.4.14

Published by ole1986 over 4 years ago

  • Slightly amended scrollbar and dropdown style to match theme colors [#423]
  • Added browser actionbar for quicker access to relevant functions (E.g. create tag, create branch) [#428]
  • Added modal window to allow user input and confirmation dialogs [#429]
gitHistoryVSCode - Version 0.4.13

Published by ole1986 almost 5 years ago

  • Applied PR #420 to fix repositories with no remote, thanks to @jsejcksn
gitHistoryVSCode - Version 0.4.12

Published by ole1986 almost 5 years ago

  • Fixed #417 using scrollbars for now
  • Added PR #419 allowing to create tags or branches from git history view
gitHistoryVSCode - Version 0.4.11

Published by ole1986 almost 5 years ago

  • Reveal "Git History" and "File History" tab when already opened #382 #365
  • Added files search box into commit view #393
  • Replaced react-rnd with re-resizer package for better user experience (when resizing)
gitHistoryVSCode - Version 0.4.10

Published by ole1986 almost 5 years ago

  • Fixed #287
  • Fixed #412
  • Copy commit message from detail view #413 #378
  • Some typescript hygiene and unused package removal
gitHistoryVSCode - Version 0.4.9

Published by ole1986 almost 5 years ago

  • Fixed issue #411
gitHistoryVSCode - Version 0.4.8

Published by ole1986 almost 5 years ago

  • Remote support (PR #401)
  • Browser improvements (PR #406, PR #407)
  • Style amendments by passing --vscode-* into the iframe (PR #360)
  • Slightly improved finding submodules using git extension api (PR #358)
  • Fixed typo (PR #399)
  • Fixed #397
  • Several other improvements on styling, code coverage and user experience