Skip to content

Releases: extide/MicrosoftKeyImporterPlugin

v1.0.3 -- Updated refs to KeyPass 2.45

31 Jul 02:18

Choose a tag to compare

v1.0.3
Updated reference to KeyPass 2.45
Tidied up some code conventions

v1.0.2.1 - Several Fixes

13 Mar 01:29

Choose a tag to compare

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

04 Apr 02:50

Choose a tag to compare

  • 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