You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,17 @@ All notable changes to the "wtf-commit" extension will be documented in this fil
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [1.3.0] - 2025-05-15
9
+
### Added
10
+
-**Status Bar Button**: A persistent `$(sparkle) WTF` button in the status bar for one-click commit message generation — no need to remember the shortcut.
11
+
-**First-Use Guidance**: New users are greeted with a welcome notification prompting them to set up an API key, instead of discovering the requirement only after triggering generation.
12
+
13
+
### Changed
14
+
-**Keybinding Always Available**: Removed the `editorTextFocus` restriction from `Cmd+Alt+G` / `Ctrl+Alt+G`. The shortcut now works from anywhere — including the Source Control panel.
15
+
-**Node Types Upgraded**: `@types/node` upgraded from `16.x` to `18.x`, matching the VS Code extension host runtime.
16
+
-**Stronger ESLint Rules**: Added `no-explicit-any`, `no-unused-vars`, `consistent-type-imports`, `prefer-const`, `no-console`, and `no-duplicate-imports` rules with type-aware linting.
17
+
-**Cleaner VSIX Package**: `.vscodeignore` now explicitly excludes `.env.example`, `.DS_Store`, `.git/`, and `assets/icon-drafts/`.
18
+
8
19
## [1.2.1] - 2025-05-15
9
20
### Changed
10
21
-**Temperature Default**: Changed default temperature from `0.7` to `1.0`, aligning with recommendations from Gemini, DeepSeek, and other modern model providers.
WTF Commit is a minimalist VS Code extension that uses AI to generate concise and meaningful Git commit messages from your staged changes (or working tree changes).
13
13
14
-
## 🆕 Latest (v1.2.1)
14
+
## 🆕 Latest (v1.3.0)
15
15
16
-
-**Temperature Default → 1.0**: Aligns with recommendations from Gemini, DeepSeek, and other modern providers.
17
-
-**Removed MiniMax**: Removed from built-in providers. Use Custom provider if needed.
18
-
-**Automatic Retry**: Transient failures (network, 5xx, timeout) now retry up to 2 times with backoff.
19
-
-**Better Error Messages**: Missing config for Custom provider now shows actionable guidance.
16
+
-**Status Bar Button**: Persistent `✨ WTF` button in the status bar — one click to generate.
17
+
-**First-Use Guidance**: Welcome notification guides new users to set up an API key on first install.
18
+
-**Keybinding Always Available**: `Cmd+Alt+G` / `Ctrl+Alt+G` now works from anywhere, including the Source Control panel.
19
+
-**Stronger Linting**: Type-aware ESLint with `consistent-type-imports`, `no-explicit-any`, `prefer-const`, and more.
20
+
-**Node 18 Types**: Upgraded `@types/node` to match the VS Code extension host runtime.
0 commit comments