Cleanup previous PR

The overrides were not being passed to the askpass kitten.
And we dont need to support backward compatibility for secrets with no
backend, since this feature has never been released.
This commit is contained in:
Kovid Goyal
2025-09-30 20:38:44 +05:30
parent d02c63ac86
commit 460d10902f
5 changed files with 46 additions and 55 deletions

View File

@@ -137,6 +137,10 @@ Detailed list of changes
0.43.1 [future]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ssh kitten: Allow specifying a password and/or TOTP authentication secret to
automate interactive logins in scenarios where public key authentication is
not supported (:pull:`9020`)
- macOS: Fix a bug where the color of a transparent titlebar was off when
running in the release build versus the build from source. Also fix using a
transparent titlebar causing the background opacity to be doubled.