spelr Changelog

What's new in spelr 1.1.0.0

Mar 31, 2015
  • added tabs in config UI to edit user dictionaries
  • add a pile of word pairs to the default auto-correct file for en-US language
  • added a donate button on the config UI
  • added more tool-tips to the config UI
  • added a close button to the message bar
  • added tray menu item to enable/disable spelr
  • added option to display the message bar only for important messages
  • added message bar message if user aborts spell check
  • added option to set message bar display time
  • added a blue color for the message bar for certain messages
  • added Auto-Correct option that automatically replaces misspelled words with the auto-correct word (if available) without prompting
  • added option to lookup word using Google define: parameter
  • removed *User.aff file - not used
  • removed option to load hunspell resources dynamically - most resources are now loaded only when a spell check is performed
  • removed tray icon right click action
  • removed Save settings button in config UI - no longer necessary
  • changed license to freeware
  • Auto-paste was changed to work for selected text in addition to a whole document
  • if an Auto-Correct word is available for a misspelled word, it is inserted at the top of the suggested words list
  • significant improvement to the learning ability of the spell checker
  • added many default language codes to config UI for selecting/installing dictionaries
  • dictionary installation is now completely automated for all default dictionaries
  • eliminated the message dialog if an unknown word is encountered - unknown words are now prefixed with "Unknown word: "
  • message bar is no longer transparent
  • other misc. changes to message bar
  • optimized message bar code
  • several improvements to spell checking function
  • changed layout of spell checker UI
  • config UI cannot be run until message bar operation has completed
  • settings are auto-saved when exiting config UI (Save button removed)
  • tray icon left click shows menu
  • tray icon is hidden while config UI is running
  • tray icon is disabled while spell check UI is running
  • changed name of "*-User-Replace.dic" to "*-Auto-Correct.dic"
  • several other optimizations
  • cleaned up the installer
  • better support for non-English languages
  • fixed a bug when words are added to the user dictionary file
  • fixed a couple bugs regarding hot-keys
  • fixed a bug that would cause the option to use the alternate copy/paste keys to work only after a restart
  • removed unnecessary error message if auto-correct file exists but is empty
  • other minor bug fixes