Releases: phil294/GitLG
Releases Β· phil294/GitLG
0.1.3 keep open on restart, scroll snapping improvements, auto-refresh on commit
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 insteadd030697
Improve scroll snapping so it's less annoying (#7)1d020d5
Make scroll snapping optional with new optiongit-log--graph.disable-scroll-snapping
(#7)a7167ed
Refresh main view on external changes, most notably when doing commits9d09389
Force single instance: Switches to previously opened instance when attempting to open twicea91d226
Make selected commit side bar's hash selectable again199da81
Start up slightly later to not slow initial vscode startup down7d8214b
Fix extension crash when folder loading took too long, and increase timeout for it from 200 to 2000msda969db
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
3024d97
Add status bar shortcut (#5), so now you can also click on theGit 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, checkoutorigin/main
now does a checkoutmain
.ed873f4
Fix branch logic (coloring, searching etc) for when more than one branch is connected to a single commit73d086d
Fix closing the Selected Commit view by pressing the X button12d73e0
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 circle883edd0
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
Please refer to the Changelog in Readme.md
0.0.5 Windows support
Windows support added thanks to @iamfraggle #4 π
Unicode icons replaced with vscode-codicon icons
bugfixes