gitHistoryVSCode

Git History for Visual Studio Code

MIT License

Stars
945
Committers
53

Bot releases are hidden (Show)

gitHistoryVSCode - Version 0.4.7

Published by ole1986 over 5 years ago

  • Always request github users API (when avatar cache expires) and check for modifications
  • Fixed avatar issues (#349, #287) using remote contributors and added avatar cache extension setting (default 1 hour)
gitHistoryVSCode - Version 0.4.6

Published by ole1986 over 5 years ago

  • Handle cases where folder/file names conflicts with brancch names #205, #340
  • Adds support for multi-root workspace folders #346
gitHistoryVSCode - Version 0.4.5

Published by ole1986 over 5 years ago

  • Make search case-insensitive PR #334
gitHistoryVSCode - Version 0.4.4

Published by ole1986 about 6 years ago

  • Merged PR #328
  • Updated webpack to resolve three compile errors
  • reduced some compile errors by adding default values
  • display the explorer view when using "compare commits" #326
  • support for commit checkout in git history context menu #303
  • use of vscode.git extension api to fetch git path
  • Merged PR #329
  • Merged PR #330
gitHistoryVSCode - Version 0.4.3

Published by ole1986 about 6 years ago

  • Workaround on Uri.fsPath getting '/' (slash) prefix PR #316
  • fixFileUri is no more #316
  • Fixed ViewFileContents from committed files #316
  • Fix GitHub origin detection for SSH remotes #319
  • Read current remote name (defaulting to origin) #318
  • getGitReposInFolder: fix async folder filtering #311
gitHistoryVSCode - Version 0.4.2

Published by ole1986 about 6 years ago

  • Comparison fails at times #293, #291, #290
  • Unable to view history when Author name is empty #294
gitHistoryVSCode - Version 0.4.0

Published by DonJayamanne over 6 years ago

gitHistoryVSCode - Version 0.3.0

Published by DonJayamanne almost 7 years ago

  • Improvements to the graph
  • Ability to search from within the history viewer
  • Display history viewer when viewing history of files
  • Miscellaneous fixes
gitHistoryVSCode - Version 0.2.0

Published by DonJayamanne over 7 years ago

  • Move to Async programing pattern (internal)
  • Add logging and better error surfacing - output windows 'Git History Log'
  • Add a seperate output window for non logging display 'Git History Info'
  • Fix #43 #63 - error when file in not present in a commit
  • File actions pick list - only show applicable actions
    e.g. don't show compare with previous if file not present in previous commit.
  • Improve readability of picklist for commits of a file (2 line display)
  • Improve gitPath logic and performance.
  • Make git log default page size 50 for performance.
gitHistoryVSCode - Version 0.1.5

Published by DonJayamanne almost 8 years ago

  • Fix HTML chars in filenames #53
  • Fix git log above repo root (Credit to malytskyy) #77
  • Rename outChannel to 'Git History' #83
  • Don't use incorrectly configured git.path #78 and #46
  • Add error handling for spawned processes (Credit to SE2Dev) #46
  • tmp file cleanup. There is a lot of effort to manually cleanup when tmp does it all anyway. #88
  • Update typescript to 2.1 and update to ES6 target (allowing async await in place of .then) #81
gitHistoryVSCode - Version 0.1.3

Published by DonJayamanne almost 8 years ago

gitHistoryVSCode - Version 0.1.2

Published by DonJayamanne almost 8 years ago

  • Underlining file history details link on hover #48, #54
gitHistoryVSCode - Version 0.1.1

Published by DonJayamanne almost 8 years ago

  • Fixed styling of file history details #48, #54
  • Updated to TypeScript 2.0 #68
  • Date format was always displayed in en-US #69
  • Comparing large files would display incorrect information #56
  • Compilation issue #60
gitHistoryVSCode - Version 0.1.0

Published by DonJayamanne about 8 years ago

  • Viewing individual file commit details in commit list #44