Skip to content

Commit

Permalink
Added note about fixing a crash
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchcapper committed Dec 1, 2015
1 parent cdf3943 commit 9127ffc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion KPEntryTemplates.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9127ffc

Please sign in to comment.