From f9beedb73023eb9d3911642c9cbacc5606409cd4 Mon Sep 17 00:00:00 2001 From: crschnick Date: Sat, 2 Aug 2025 12:26:28 +0000 Subject: [PATCH] Bump changelog --- dist/changelogs/17.4_incremental.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/dist/changelogs/17.4_incremental.md b/dist/changelogs/17.4_incremental.md index 7c383b1a2..adad19b67 100644 --- a/dist/changelogs/17.4_incremental.md +++ b/dist/changelogs/17.4_incremental.md @@ -1 +1,9 @@ -- Add support for SSH agent authentication methods to specify a fixed public key so that only a certain private key will be offered by the agent. This prevents cases in which the authentication fails because the agent tried too many keys. +- Add support for SSH agent authentication methods to specify a fixed public key so that only a certain private key will be offered by the agent. This prevents cases in which the authentication fails because the agent tried too many keys +- Improve docs and notes for local directory git repository sync as an alternative to remote repositories for syncing +- Improve gnu coreutils homebrew package handling on macOS +- Make bitwarden password manager use existing BW_SESSION environment variable if possible +- Various macOS styling improvements +- Fix desktop shortcuts for various actions not properly recognized by the desktop environment on some Linux systems +- Fix 1password integration op:// urls being broken +- Fix exception when VNC connection required username but password manager entry did not provide one +- Fix long error messages being cut off