Skip to content

Releases: DonJayamanne/gitHistoryVSCode

Version 0.4.14

30 Jan 16:37
2f9b8e1
Compare
Choose a tag to compare
  • 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

06 Jan 11:04
Compare
Choose a tag to compare
  • Applied PR #420 to fix repositories with no remote, thanks to @jsejcksn

Version 0.4.12

21 Dec 14:02
Compare
Choose a tag to compare
  • Fixed #417 using scrollbars for now
  • Added PR #419 allowing to create tags or branches from git history view

Version 0.4.11

07 Dec 11:40
Compare
Choose a tag to compare
  • 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

03 Dec 16:51
Compare
Choose a tag to compare
  • Fixed #287
  • Fixed #412
  • Copy commit message from detail view #413 #378
  • Some typescript hygiene and unused package removal

Version 0.4.9

30 Nov 13:07
Compare
Choose a tag to compare

Version 0.4.8

29 Nov 21:08
8129209
Compare
Choose a tag to compare
  • 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

21 Feb 15:11
2c498f6
Compare
Choose a tag to compare
  • 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

16 Feb 08:16
988c7db
Compare
Choose a tag to compare
  • Handle cases where folder/file names conflicts with brancch names #205, #340
  • Adds support for multi-root workspace folders #346

Version 0.4.5

16 Feb 08:16
988c7db
Compare
Choose a tag to compare
  • Make search case-insensitive PR #334