Skip to content

Commit

Permalink
v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
phil294 committed Jan 16, 2023
1 parent 9a821df commit df2fc8c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,13 @@ This is what you'll get:

Entries usually sorted by importance.

### 0.0.5 2023-01-16
- [`9a2c177`](https://github.com/phil294/git-log--graph/commit/9a2c177) Use vscode-codicons instead of unicode icons (#3)
- [`9ca9296`](https://github.com/phil294/git-log--graph/commit/9ca9296) Add default push and pull actions
- [`cbbd17c`](https://github.com/phil294/git-log--graph/commit/cbbd17c) Add `git rebase --abort` to the abort action
- [`9a821df`](https://github.com/phil294/git-log--graph/commit/9a821df) Fix git reset args


### 0.0.4 2022-10-12
- [`1496dac`](https://github.com/phil294/git-log--graph/commit/1496dac) Many style improvements
- [`1496dac`](https://github.com/phil294/git-log--graph/commit/1496dac) Filter now includes branch name of commit
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.0.4",
"version": "0.0.5",
"icon": "logo.png",
"publisher": "phil294",
"private": false,
Expand Down

0 comments on commit df2fc8c

Please sign in to comment.