Skip to content

Commit

Permalink
v0.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
phil294 committed Sep 30, 2024
1 parent c71fea2 commit 3be0bd1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ Entries usually sorted by importance.

<!-- CHANGELOG_PLACEHOLDER -->

### v0.1.17 2024-09-30

- [`234944a`](https://github.com/phil294/GitLG/commit/234944a) Fix bad positioning of loading message once the view has initialized
- [`8d97dc4`](https://github.com/phil294/GitLG/commit/8d97dc4) Fix file commit file listing for commits that have no parent
- [`bb9856d`](https://github.com/phil294/GitLG/commit/bb9856d) Fix "Open file" from within commit file changes in multi-repo scenarios. Sometimes the wrong repo was assumed, leading to a wrong or non-found opened file path
idk

### v0.1.16 2024-09-29

- [`794cf93`](https://github.com/phil294/GitLG/commit/794cf93) Rename the project to GitLG. Commented in #104
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "git-log--graph",
"displayName": "GitLG",
"description": "git log --graph, a free, customizable Git UI",
"version": "0.1.16",
"version": "0.1.17",
"icon": "img/logo.png",
"publisher": "phil294",
"private": false,
Expand Down

0 comments on commit 3be0bd1

Please sign in to comment.