---------------- - added '-f' or '--force' option to force api call even if recorded IP hasn't changed.
0.2.4
---------------- - reinstated check if ip changed before API call since refactoring. - fixed logging bug re failed emails
0.2.2.1
---------------- - fixed inheritance bug (domains api not being called) - relative imports
0.2.1
---------------- - more modular: added IPChecker parent class and BaseUser parent class - can be used independent of a domain name to send email notifications. - updated README
-------------------- - Fixed email outbox (too many emails being sent) - Updated README - Consistent exit codes - Clear logs after 100 lines (keep the last 10 lines) - Try/except for permissions (instead of if/else) - Other bugfixes/refactoring