Skip to content

Releases: DonJayamanne/gitHistoryVSCode

Version 0.4.4

18 Oct 08:40
Compare
Choose a tag to compare
  • 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

Version 0.4.3

01 Oct 10:57
Compare
Choose a tag to compare
  • 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

Version 0.4.2

29 Sep 07:39
Compare
Choose a tag to compare
  • Comparison fails at times #293, #291, #290
  • Unable to view history when Author name is empty #294

Version 0.4.0

06 May 04:50
Compare
Choose a tag to compare

Version 0.3.0

17 Jan 05:30
Compare
Choose a tag to compare
  • Improvements to the graph
  • Ability to search from within the history viewer
  • Display history viewer when viewing history of files
  • Miscellaneous fixes

Version 0.2.0

07 Mar 13:20
Compare
Choose a tag to compare
  • 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.

Version 0.1.5

16 Jan 10:05
Compare
Choose a tag to compare
  • 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

Version 0.1.3

11 Dec 09:38
Compare
Choose a tag to compare

Version 0.1.2

28 Nov 23:14
Compare
Choose a tag to compare
  • Underlining file history details link on hover #48, #54

Version 0.1.1

28 Nov 23:12
Compare
Choose a tag to compare
  • 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