Skip to content

Commit

Permalink
update readme, new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaitanya-Shahare committed Jan 26, 2024
1 parent 2798fa1 commit 18be1ad
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
20 changes: 17 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,32 @@ Lazygit is a TUI (Terminal User Interface) git client.

## Known Issues

- No known issues
- No known issues, you can open issues here -> https://github.com/Chaitanya-Shahare/lazygit-for-vscode/issues
- Your contributions in the issues would be appreciated

## Release Notes

- User can open up lazygit with a keybinding
- If lazygit is already open, the focus is returned to the terminal, instead of opening a new instance of lazygit.
- Fixed issue: when lazygit is opened, if any other terminals are active, terminal panel is not opened.

### 1.0.0

Initial release of lazygit for VSCode

<!-- ### 1.0.1 -->
### 1.0.1

### 1.0.2

### 1.0.3

### 1.0.4

- After quiting lazygit, the terminal is exited and the focus is returned to the editor

### 1.0.5

- If lazygit is already open, the focus is returned to the terminal, instead of opening a new instance of lazygit.
- Fixed issue: when lazygit is opened, if any other terminals are active, terminal panel is not opened.

<!-- Fixed issue #.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Lazygit for VSCode",
"publisher": "ChaitanyaShahare",
"description": "",
"version": "1.0.4",
"version": "1.0.5",
"repository": {
"type": "git",
"url": "https://github.com/Chaitanya-Shahare/lazygit-for-vscode"
Expand Down

0 comments on commit 18be1ad

Please sign in to comment.