From e8c5117701cca1bd50c1e20f6fe0028cc3d9c06e Mon Sep 17 00:00:00 2001 From: Rookiestyle Date: Fri, 12 Feb 2021 21:19:59 +0100 Subject: [PATCH] Bugfix: Correct handling of placeholders, fix interaction with other plugins Fixes #46 --- src/KeePassOTPExt.cs | 2 +- src/Properties/AssemblyInfo.cs | 4 ++-- version.info | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/KeePassOTPExt.cs b/src/KeePassOTPExt.cs index cd4ab23..77565e4 100644 --- a/src/KeePassOTPExt.cs +++ b/src/KeePassOTPExt.cs @@ -651,7 +651,7 @@ private void AutotypeOTP(PwEntry pe, bool FromTray) private void SprEngine_FilterCompile(object sender, SprEventArgs e) { - if ((e.Context.Flags & SprCompileFlags.Active) != SprCompileFlags.Active) return; + if ((e.Context.Flags & SprCompileFlags.ExtActive) != SprCompileFlags.ExtActive) return; if (e.Text.IndexOf(Config.Placeholder, StringComparison.InvariantCultureIgnoreCase) >= 0) { OTPDAO.EnsureOTPUsagePossible(e.Context.Entry); diff --git a/src/Properties/AssemblyInfo.cs b/src/Properties/AssemblyInfo.cs index d6dc283..11c0ab8 100644 --- a/src/Properties/AssemblyInfo.cs +++ b/src/Properties/AssemblyInfo.cs @@ -30,5 +30,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.25.1")] -[assembly: AssemblyFileVersion("0.25.1")] \ No newline at end of file +[assembly: AssemblyVersion("0.25.2")] +[assembly: AssemblyFileVersion("0.25.2")] \ No newline at end of file diff --git a/version.info b/version.info index 1ea5168..26b411e 100644 --- a/version.info +++ b/version.info @@ -1,5 +1,5 @@ : -KeePassOTP:0.25.1 +KeePassOTP:0.25.2 KeePassOTP!de:13 KeePassOTP!fr:5 KeePassOTP!pt:4