Version 2.5

Compare
Released on Mar 1, 2018, Total 3 bugs are resolved. Also 1 feature have been implemented. 1 public interface are changed.
Implemented Features
  • Allow a quick and easy way to paste an image from Clipboard as a Base64 string.
Resolved Bugs
  • When Relative Path is used, the Image dialog does not check the Relative Path radio button for the selected image.
  • NHunspell Spell Checker could add 2 same words with the different case in the user dictionary.
  • When Relative Path is used, the Image dialog cannot recognize a subfolder within the baseurl folder.
Changed Interfaces
  • 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.