Our journey began 18 years ago.

Since then, we have actively maintained and developed this product, listened to customer feedback, and improved it with every release.

471 bugs solved
149 features implemented
27 interfaces improved
116 product releases since 2008

Version 7.4

Total 5 bugs are resolved. Also 2 features have been implemented. 1 public interface are changed.

3 features 4 bug fixes 1 interface change

Features 3

  1. Allow a quick and easy way to paste an image from Clipboard as a Base64 string.
  2. Using a Enum property, Paste image from Clipboard behavior can be defined as either Base64, or LocalBaseUrlFolder, or None.
  3. Context menu of the Preview mode should be removable/replaceable.

Bug fixes 4

  1. Image Dialog does not show the Source path if the Source Path is an Absolute Url and BaseUrl is also set for relative paths.
  2. When Relative Path is used, the Image dialog does not check the Relative Path radio button for the selected image.
  3. NHunspell Spell Checker could add 2 same words with the different case in the user dictionary.
  4. When Relative Path is used, the Image dialog cannot recognize a subfolder within the baseurl folder.

Interfaces 1

  1. Removed the Options.DonotShowWarningDialogAboutImagePasting property. Rather, it is replaced by a new Enum type property named Options.PasteImageFromClipboardBehavior. Using that enum property, you can configure to store the pasting image (from clipboard) as Base64 or BaseUrl Folder (if defined). Or you can completely turn off Image pasting from clipboard by setting this property = None.