Releases: DonJayamanne/gitHistoryVSCode
Releases · DonJayamanne/gitHistoryVSCode
Version 0.4.4
- 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
Version 0.4.2
Version 0.4.0
Version 0.3.0
- 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
- 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
- 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
- Clean up #70