Skip to content

Commit 8e3da84

Browse files
committed
🔖 0.3.0
1 parent d650952 commit 8e3da84

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Note: Do NOT install `gptcommit` hook via `gptcommit install` under the root of
1818
| < 0.1.0 | 1.75+ | 0.1.16 |
1919
| 0.1.x | 1.70+ | 0.1.16 |
2020
| 0.2.x | 1.70+ | 0.3.0 |
21+
| 0.3.x | 1.70+ | 0.5.x |
2122

2223
## Commands
2324

@@ -35,10 +36,20 @@ Run via `Ctrl+Shift+P` or `Cmd+Shift+P`:
3536
- `GPTCommit: Set output language`
3637
Set the output language. Default is `en`.
3738

39+
- `GPTCommit: Show per-file summary`
40+
Enable "show per-file summary"? It's disabled by default.
41+
42+
- `GPTCommit: Disable conventional commit`
43+
Disable "conventional commit"? It's enabled by default.
44+
45+
- `GPTCommit: Open gptcommit configuration file`
46+
Open the local gptcommit configuration file (~/.git/gptcommit.toml)
47+
3848
## Extension Settings
3949

4050
- `ExpressMode`: If true, generated message will be filled into the Source Control commit message input box directly, instead of opening a new editor.
4151
- `ExpressModeContent`: Content of the message to fill in the express mode.
52+
- Note that to show per-file summary, you need to enable "show per-file summary" by running the `GPTCommit: Show per-file summary` command.
4253
- `GptcommitPath`: Path to the `gptcommit` executable.
4354
- `OnFiles`: Diff of files to use for generating the commit message.
4455
- `staged`: Use staged files
@@ -47,7 +58,7 @@ Run via `Ctrl+Shift+P` or `Cmd+Shift+P`:
4758

4859
## Advanced configuration
4960

50-
Note that now all the configuration via the extension is saved in the `.git/gptcommit.toml` file. If you have to change advanced configuration, you can edit the `.git/gptcommit.toml` file directly, but make sure you know what you are doing.
61+
Note that now all the configuration via the extension is saved in the `.git/gptcommit.toml` file. If you have to change advanced configuration, you can edit the `.git/gptcommit.toml` file directly, but make sure you know what you are doing. You can also use the `GPTCommit: Open gptcommit configuration file` command to open the configuration file.
5162

5263
If you want to use the configuration globally, you can copy the `.git/gptcommit.toml` file to `~/.config/gptcommit/config.toml`, or just the sections of the configuration you want to be used globally.
5364

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gptcommit",
33
"displayName": "vscode-gptcommit",
44
"description": "Automated git commit messages using GPT models",
5-
"version": "0.2.2",
5+
"version": "0.3.0",
66
"repository": {
77
"url": "https://github.com/pwwang/vscode-gptcommit"
88
},

0 commit comments

Comments
 (0)