Added 'Open Recent File' menu (under the File menu), which allows you to easily choose the NK2 file to open from a list of the last 10 NK2 files you previously opened.
What's New in version 1.96:
- When trying to connect to Outlook 2010 ('Add Records From Address Book' and 'Add Records From Mailbox Recipients' options) with the wrong build of NK2Edit (NK2Edit 32-bit with Outlook x64 or NK2Edit x64 with Outlook 32-bit), NK2Edit now displays informative error message about the problem.
What's New in version 1.95:
- The /LogFile command-line option now can be used with /import_csv_file command-line option.
What´s new in version 1.94:
- The /LogFile command-line option now can be used with /generate_new_nk2 command-line option.
What´s new in version 1.93:
- The /LogFile command-line option now can be used with /sync_address_book command-line option.
What´s New in version 1.92:
- The /LogFile command-line option, which generates a log file with details about every action made by NK2Edit and information about errors/problems, now can be used with /export_to_contacts and /import_address_book command-line option. For example:
nk2edit.exe /logfile 'import_address_book_log.txt' /import_address_book 'contacts.nk2' 'Contacts' 'All' 2000
NK2Edit.exe /logfile 'export_to_contacts_log.txt' /export_to_contacts $default
What´s new in version 1.91:
- Added Drag & Drop support: You can now open 2 instances of NK2Edit with 2 different NK2 files, and then drag NK2 items from one window to the other.
What's New in version 1.90:
- Added the ability to set the weight value from a script. In the AutoComplete drop-down of Outlook, NK2 recipient with higher weight value is displayed above all other recipients with lower weight value. So if you set the weight value of important emails to very high number, these emails will be displayed in the top of the AutoComplete list, above all other emails.
Example for a script line that sets a new weight value:
if Email Contain '@mydomain.com' set weight 1000000
What´s new in version 1.87:
- In 'Add Records From Address Book' option - You can now also import private distribution lists from your contacts (records with MAPIPDL address type).
What´s new in version 1.86:
- Fixed problem with the 'Export Records To Outlook Contacts' feature: In previous versions, NK2Edit filled only the 'Full Name' field, but the First/Middle/Last Name fields remained empty. (this may cause BlackBerry / Outlook contacts synchronization problem)
- Starting from this version, NK2Edit automatically splits the display name of the NK2 record into First/Middle/Last Name fields, and fills the contact with these fields. This change also affects the /export_to_contacts command-line option.
What´s New in version 1.85:
- Added /ScriptInput command-line option. It allows you to create a script with parameters, and load the parameters from tab-delimited or comma-delimited file (csv).
What´s New in version 1.80:
- Added EXToSMTP action for the 'if' command, which allows you to convert EX (MS-Exchange) record into SMTP record. This action only works if the 'SMTP Address' field stores the correct SMTP address of the EX record.
What´s New in version 1.79:
- 'Add New Record' window - After pressing Ok, the record is added and then this window is opened again for adding the next record. This change allow you to add multiple records more easily.
What´s New in version 1.78:
- Added 'Fix Drop-down Name And Search String' feature (In the Action menu), which allows you to fix the Drop-down Name and Search String values for the selected records, accoring to the email and display name values.
What´s new in version 1.77:
- Added more accelerator keys (in the menus).
What´s new in version 1.76:
- Added the option to choose the double-click action - Edit Record or Properties window.
What´s New in version 1.75:
- Added /sync_address_book command-line option. This command is very similar to /import_address_book command, but in addition to importing all emails from the address book into the NK2 file, it also deletes emails from the NK2 file that cannot be found inside the address book.
What´s New in version 1.74:
- Fixed bug: NK2Edit failed to save a record properly when switching from existing SMTP record to EX record or from existing EX record to SMTP record.
What's New in version 1.73:
- Fixed problem with /import_address_book command-line option: In some Outlook/Exchange configurations, NK2Edit imported only some of the addresses of the global address list.
What´s New in version 1.72:
- Added EndWith and NotEndWith operators to the 'If' command of NK2 Scripts
What's New in version 1.71:
- Added 2 new 'Records to scan' options in the Find & Replace window - 'All SMTP Records' and 'All Exchange Records'.
What´s New in version 1.70:
- Added 'Copy As Emails List' option (Ctrl+L) which allows you to copy to the clipboard the selected emails as semicolon delimited list that can be used in the To/CC fields of Outlook or other email software.
What´s New in version 1.69:
- Added 'New Email To Selected Contacts' (Ctrl+F2) under the File menu. You can select one or more SMTP addresses from the NK2 records list, and then use this option to compose a new message in your default email client for the selected addresses.
What's New in version 1.68:
- Added 'Warn When Outlook Process is Running' option. When it's turned on, NK2Edit warns you if you try to save the default NK2 file and Outlook is currently running in the background.
What´s New in version 1.67:
- Added new script actions: ReplaceCS and ReplaceFieldCS.
What´s New in version 1.66:
- Added new script elements for the 'If' command: Domain (field name), LengthRange (Operator), and IsNumber (Operator).
What's New in version 1.65:
- Added 'Merge With Another NK2 File' option (In Action menu), which allows you to easily merge all records from another NK2 file into the currently opened file.
What's New in version 1.62:
- Added 'Mark Odd/Even Rows' option, under the View menu. When it's turned on, the odd and even rows are displayed in different color, to make it easier to read a single line.
What´s New in version 1.61:
- Added 'Show Selected SMTP/EX Counter' options (under the View menu). When it's turned on, the number of selected SMTP records and EX (Exchange) records is displayed in the bottom status bar.
What´s New in version 1.60:
- Added new file type into 'Export Selected Items' option - Simple csv file. This created csv file can be used with 'Add Records From Simple csv File' option to import back the emails into another NK2 file.
- Added /ssimplecsv command-line option to export all records of the NK2 into a simple csv file.
What's New in version 1.56:
- The import feature added in the previous version now also supports UTF8 files (with byte order mark - EF BB BF)
What's New in version 1.55:
- Added 'Add Records From Simple csv File' option, which allows you to import addresses from a simple csv file into your NK2 file. See also: Import NK2 addresses from a simple comma-delimited (csv) text file
- Added /import_csv_file command-line option (for licensed version), which allows you to import addresses from a simple csv without displaying any user interface.
What´s new in this version 1.51:
- Added new command-line options to override the settings stored inside the configuration file (nk2edit.cfg).
What's New in version 1.50:
- Added /open_control_center and /load_config command-line options.
What's New in version 1.48:
- When NK2Edit tries to save the NK2 file, and the file is locked by Outlook, NK2Edit will now display easy to understand message that will recommend you to close Outlook.
What´s new in this version 1.47:
- Added 'Save Question Instead of Discard Question' option. When this option is turned on and you try to exit from NK2Edit or to open another file after you made some changes in the current opened file, NK2Edit will ask you whether you want to save the changes in the current opened file. By default, when this option is turned off, NK2Edit asks you whether you want to discard the nk2 file changes.
What's New in version 1.46:
- Added /import_contacts_file command-line option (for licensed version), which allows you to import emails/names from the Contacts csv file exported by Microsoft Outlook or by other email software/service, like Yahoo or Gmail, without displaying any user interface.
What's New in version 1.45:
- Added 'Add Records From Outlook Contacts csv File' option. You can use it to import emails/names from the Contacts csv file exported by Microsoft Outlook or by other email software/service, like Yahoo or Gmail.
What´s New in version 1.43:
- Added /logon_profile command-line option, which allows you to easily make all contacts/mailbox related actions with the specified Outlook profile, instead of the default one.
What's New in version 1.42:
- Added 'Error Messages On File Open' option. If you turn off this option (By default, it's turned on), NK2Edit won't display error messages when you open currupted .nk2 file with missing records or other errors.
What's New in version 1.41:
- Added 'Associate .nk2 Extension With NK2Edit' option. When this option is selected, the .nk2 extension inside Windows Explorer is associated with NK2Edit, which means that NK2 files with be displayed with the icon of NK2Edit and when you double-click on NK2 file, it'll be opened with NK2Edit. You can also add/remove the .nk2 file association from command-line - with /add_nk2_associate and /remove_nk2_associate
What´s new in version 1.40:
- Added 'Duplicate' column, which allows you to easily find duplicate NK2 records with the same display name/email. Simply click the 'Duplicate' column header, and you'll find all duplicate records in the top of the NK2 records list.
- Also Added 'Mark Duplicate Records' option. When this option is turned on, all duplicate records are marked with different colors.
What's New in version 1.35:
- Added /import_address_book command-line option (for licensed version) which allows you to import all addresses stored in your Contacts/Address Book/Global Address List directly into your NK2 file. Read the NK2Edit command-line options page for more information.
What's New in version 1.32:
- The position and the size of the NK2 Control Center window is now saved into the NK2 config file, so it'll be loaded with the same size/position in the next time that you use NK2Edit.
What's New in version 1.31:
- Added 'HTML Report' option in the context menu of the Control Center.
What´s New in version 1.30:
- Added 'Open Remote NK2 Folder' option in the context menu of the Control Center.
- Added 'Find' option in the context menu of the Control Center.
What´s new in this version 1.29:
- Added /ccenter command-line option, which allows you to export the Control Center information directly into a file, without displaying any user interface.
- Added /ccenterfile command-line option, which allows you to specify the Control Center information file from command-line.
What's New in version 1.28:
- Added 'Add Header Line To CSV/Tab-Delimited File' option. When this option is turned on, the column names are added as the first line when you export to csv or tab-delimited file.
What's New in version 1.27:
- Added 'Export Selected Items' option (export to text/html/csv/xml file) into the context menu of the Control Center.
What's New in version 1.26:
- Added /export_to_contacts command-line option (for licensed version) which allows you to export the emails from the specified NK2 file into the contacts of Outlook, without displaying any user interface.
What's New in version 1.25:
- Added 'Export Records To Outlook Contacts' (under File menu), which allows you to easily export the select NK2 records directly into the contacts list of Outlook.
What's New in version 1.22:
- Fixed a memory leak problem in 'Add Records From Mailbox Recipients' option.
What's New in version 1.21:
- Fixed a crash problem in some command-line options.
What´s New in version 1.20:
- Added NK2 Control Center window, which allows to watch the status, the location, and general statistics of all NK2 files on your organization. This feature requires to add a single line into the logon script to collect the NK2 information.
What´s New in version 1.13:
- Added /generate_new_nk2 command-line option, which generates a completely new NK2 file from the email addresses stored in the Outlook mailbox.
What´s New in version 1.12:
- Added 'Remove Double Quotes From All Display Names' option.
- Added RemoveDoubleQuotes command to NK2Edit scripts.
What´s New in version 1.11:
- When specifying empty string ("") in the export command-line options (/stab, /scomma, and so on) the data is now sent to the standard output.
- Fixed some focus and tab order issues.
What's New in version 1.10:
- Added 'Replace' option - Find and replace strings in all records of the NK2 file.
- Added 'Replace' and 'ReplaceField' script actions - for replacing strings inside the NK2 file by using automatic scripts.
What´s New in version 1.07:
- Added 'Sort Items By Weight Values' option.
- Added /copy_default to copy the nk2 file of the default Outlook profile into the specified location. You can use this command-line option in the logon script of every user to create a backup of all NK2 files on the server (For licensed version only)
- Added /merge_files to merge 2 nk2 files from command-line. (For licensed version only)
What's New in version 1.06
- Fix bug: "The profile name is not valid" error message displayed when using 'Add Records From Mailbox Recipients' and 'Add Records From Address Book' options with Outlook 2010.
What's New in version 1.05:
- Added 'Add Records From Mailbox Recipients', which allows you to scan your mailbox, collect email addresses, and merge them into your NK2 file.