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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [1.14.1] - 2026-07-11
11
+
### Fixed
12
+
-**Changelog popup**: Toggling the setting applies without reload; when the popup is off, the last-seen version is still tracked so enabling later does not replay stale update notices.
13
+
-**Custom provider errors**: Missing Base URL / Model shows a localized message with an **Open Settings** action instead of a generic failure.
14
+
-**Legacy override migration**: Partial `providerOverrides` entries now merge missing fields from legacy per-provider keys instead of skipping the whole provider.
15
+
-**Auto Push misconfig**: Warn on activate (not only when the setting changes) if Auto Push is on while Auto Commit is off.
16
+
17
+
### Changed
18
+
- Generate / Set API Key wait for settings migration to finish so upgrades do not briefly use pre-migration defaults.
19
+
10
20
## [1.14.0] - 2026-07-10
11
21
### Changed
12
22
-**Settings reorganization**: Split into **WTF Commit** (basics) and **WTF Commit › Advanced** so everyday options (provider, languages, auto commit/push, confirms) are not buried under prompt/diff/endpoint knobs.
0 commit comments