Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
phil294 committed May 14, 2023
1 parent 0ab1161 commit 746f6bd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,20 @@ Please consider opening an issue or PR if you think a certain action warrants a

Entries usually sorted by importance.

### 0.1.3 2023-05-14
- [`7f85e51`](https://github.com/phil294/git-log--graph/commit/7f85e51) 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 (?)
- [`7e0f5c2`](https://github.com/phil294/git-log--graph/commit/7e0f5c2) Fix merging a remote branch: Falsely tried to merge the local counterpart instead
- [`2139e8b`](https://github.com/phil294/git-log--graph/commit/2139e8b) Improve scroll snapping so it's less annoying (#7)
- [`b957be9`](https://github.com/phil294/git-log--graph/commit/b957be9) Make scroll snapping optional with new option `git-log--graph.disable-scroll-snapping` (#7)
- [`8988e6c`](https://github.com/phil294/git-log--graph/commit/8988e6c) Refresh main view on external changes, most notably when doing commits
- [`244f353`](https://github.com/phil294/git-log--graph/commit/244f353) Force single instance: Switches to previously opened instance when attempting to open twice
- [`8c9d8e5`](https://github.com/phil294/git-log--graph/commit/8c9d8e5) Make selected commit side bar's hash selectable again
- [`441a4da`](https://github.com/phil294/git-log--graph/commit/441a4da) Start up slightly later to not slow initial vscode startup down
- [`3fa388e`](https://github.com/phil294/git-log--graph/commit/3fa388e) Fix extension crash when folder loading took too long, and increase timeout for it from 200 to 2000ms
- [`f3fdf62`](https://github.com/phil294/git-log--graph/commit/f3fdf62) Folder detection fallback for when initial folder scan took too long (>2s)
- [`91ca149`](https://github.com/phil294/git-log--graph/commit/91ca149) Fix error message prompt on git log error


### 0.1.2 2023-05-11
- [`3024d97`](https://github.com/phil294/git-log--graph/commit/3024d97) Add status bar shortcut (#5), so now you can also click on the `Git Log` menu instead of running the command.
- [`bbbaa8f`](https://github.com/phil294/git-log--graph/commit/bbbaa8f) Fix diff view (was the wrong way left/right)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "git-log--graph",
"description": "git log --graph, an interactive Git Graph frontend",
"version": "0.1.2",
"version": "0.1.3",
"icon": "logo.png",
"publisher": "phil294",
"private": false,
Expand Down

0 comments on commit 746f6bd

Please sign in to comment.