Releases: DonJayamanne/gitHistoryVSCode
Releases · DonJayamanne/gitHistoryVSCode
Version 0.4.14
- 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]
Version 0.4.13
- Applied PR #420 to fix repositories with no remote, thanks to @jsejcksn
Version 0.4.12
- Fixed #417 using scrollbars for now
- Added PR #419 allowing to create tags or branches from git history view
Version 0.4.11
- 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)
Version 0.4.10
- Fixed #287
- Fixed #412
- Copy commit message from detail view #413 #378
- Some typescript hygiene and unused package removal
Version 0.4.8
- 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
Version 0.4.7
- 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)
Version 0.4.6
- Handle cases where folder/file names conflicts with brancch names #205, #340
- Adds support for multi-root workspace folders #346
Version 0.4.5
- Make search case-insensitive PR #334