mihaifm / HIBPOfflineCheck

Keepass plugin that performs offline and online checks against HaveIBeenPwned passwords
Other
317 stars 17 forks source link

Options GUI Enhancements #12

Closed homes32 closed 5 years ago

homes32 commented 5 years ago

Changes: added banner to dress up the options gui. The icon is taken from KeePass resources so its free to distribute. added option to configure the WarningDialogText

There is a quirk I haven't been able to figure out. When the WarningDialogText is read from the xml into the textbox field it is discarding the CRLF, however the messagebox still:

Correct: correct

no CRLF on load. - Still displays correctly on messagebox and xml nocrlf

mihaifm commented 5 years ago

Thanks a lot, I'll merge this. Maybe it's an xml parsing issue, where it ignores the newline, but it's weird that it's displayed correctly in the messagebox. Let me take a look anyway.

mihaifm commented 5 years ago

I fixed the issue by adding some encoding logic for the newline. I'll create a new release with the latest commits, I'm just waiting for the new KeePass version, there are some planned changes that might require some minor modifications for the plugin.