Skip to content

Releases: phil294/GitLG

0.1.3 keep open on restart, scroll snapping improvements, auto-refresh on commit

14 May 08:34
Compare
Choose a tag to compare
  • 2912c4a Keep extension open on vscode restart - so just like any other "editor" (tab), it will keep its position, pin status etc. Not the scroll position within the view though, as it doesn't seem like a good idea (?)
  • 0ab1161 Fix merging a remote branch: Falsely tried to merge the local counterpart instead
  • d030697 Improve scroll snapping so it's less annoying (#7)
  • 1d020d5 Make scroll snapping optional with new option git-log--graph.disable-scroll-snapping (#7)
  • a7167ed Refresh main view on external changes, most notably when doing commits
  • 9d09389 Force single instance: Switches to previously opened instance when attempting to open twice
  • a91d226 Make selected commit side bar's hash selectable again
  • 199da81 Start up slightly later to not slow initial vscode startup down
  • 7d8214b Fix extension crash when folder loading took too long, and increase timeout for it from 200 to 2000ms
  • da969db Folder detection fallback for when initial folder scan took too long (>2s)
  • 09211a0 Fix error message prompt on git log error

0.1.2 status bar, bugs

14 May 08:33
Compare
Choose a tag to compare
  • 3024d97 Add status bar shortcut (#5), so now you can also click on the Git Log menu instead of running the command.
  • bbbaa8f Fix diff view (was the wrong way left/right)
  • a60712e Fix checkout of remote branches. Now just checks out the local branch name instead which in modern Git actually creates a new local tracking branch beforehand named after the remote one if it didn't exist. In other words, checkout origin/main now does a checkout main.
  • ed873f4 Fix branch logic (coloring, searching etc) for when more than one branch is connected to a single commit
  • 73d086d Fix closing the Selected Commit view by pressing the X button
  • 12d73e0 Show loading animation while immediate actions load. So for example when you click "Fetch", you'll now see that something is happening when your network is slow and it's not possible to click it again while doing so.
  • 9ad180b Move ref tags like branch tips a bit closer to their respective commit circle
  • 883edd0 Bundle extension js with esbuild. This reduces final bundle size by about 80% (as it was in prior updates) as node_modules aren't shipped anymore

0.1.0 Major feature and style upgrade

02 May 14:47
Compare
Choose a tag to compare

Please refer to the Changelog in Readme.md

0.0.5 Windows support

17 Jan 16:25
Compare
Choose a tag to compare

Windows support added thanks to @iamfraggle #4 πŸŽ‰
Unicode icons replaced with vscode-codicon icons
bugfixes

0.0.3

17 Sep 16:58
Compare
Choose a tag to compare

ux improvements and branch drag+drop