From 9127ffccc76d8b8ad3d8f1ecae92b16109e5a29c Mon Sep 17 00:00:00 2001 From: Mitch Capper Date: Mon, 30 Nov 2015 20:38:23 -0800 Subject: [PATCH] Added note about fixing a crash --- KPEntryTemplates.cs | 2 +- Properties/AssemblyInfo.cs | 4 ++-- README.md | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/KPEntryTemplates.cs b/KPEntryTemplates.cs index 6f71153..982613b 100644 --- a/KPEntryTemplates.cs +++ b/KPEntryTemplates.cs @@ -99,7 +99,7 @@ void EntryContextMenu_Opening(object sender, System.ComponentModel.CancelEventAr } public override string UpdateUrl { get { - return "http://mitchcapper.com/keepass_versions.txt"; + return "http://mitchcapper.com/keepass_versions.txt?KPET"; } } public override void Terminate() { diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index ff07121..4da928e 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -32,5 +32,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("7.0.0.0")] -[assembly: AssemblyFileVersion("7.0.0.0")] +[assembly: AssemblyVersion("7.0.0.1")] +[assembly: AssemblyFileVersion("7.0.0.1")] diff --git a/README.md b/README.md index e1b5680..930c153 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ KPEntry Templates for KeePass 2.x CHANGES ----- +- 7.01 Fixed bug causing crash if first field was not a textbox on a template - 7.0 Moved to git(hub), KP 2.3 support, High DPI support - 6.0 Bugfixes, listbox/combobox support, specify number of lines for inline boxes, KP 2.18 support