Releases: extide/MicrosoftKeyImporterPlugin
Releases · extide/MicrosoftKeyImporterPlugin
v1.0.3 -- Updated refs to KeyPass 2.45
v1.0.2.1 - Several Fixes
v1.0.2.1
- Fixed regression with trimming fields -- now all fields are trimmed correctly
- Added some more null reference handling
v1.0.2
- Fixed crash on blank key
- Removed protection on "Product Name" field -- now it will display in Entry Viewer even if column is hidden
- No longer sets AutoType to enabled on each entry
- Changed formatting of Product class to better match coding style in Key class
- Key class now requires xmlNode as an input and configures its properties itself
- Updated reference KeyPass.exe to v2.44
- Added Icon
Lots of cleanup & fixes
- Fixed duplicate import issues
- Product Keys are trimmed prior to import
- Product Name is added to the record so that different products with same key are not removed by KeyPass built-in deduplicator
- Newlines are correctly removed in Product names
- Fixed filetype support (now support old and new MSDN export formats)
- Now imports additional fields including ClaimedDate, KeyRetreivalNote, and Notes
- Key/Description fields are HtmlDecoded prior to import as they are occasionally HtmlEncoded in the xml file
- Updated binary refs to latest version
- Updated version in AssemblyInfo
- Tidied up some variable declarations to be more discrete