From 399576e7c99ffc6763bc31f3b032e1ecb16df70b Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Wed, 19 Nov 2025 10:42:11 -0800 Subject: [PATCH] Add data hooks working directory fix to NEWS (#1127). --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 036b360c..5661a0b6 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,5 @@ 2.0.12.dev0 + * #1127: Fix for the database hooks not respecting the "working_directory" option. * #1181: Add an "ask_for_password" option to the KeePassXC credential hook for disabling KeePassXC's password prompt, e.g. if you're only using a key file to decrypt your database. * #1184: Fix the fish shell completion's detection of version mismatches.