- Fix a packaging issue relating to moved requirements
- Prevent test failure due to timing errors
- Minor testing & packaging fixes
- Minor cleanups & fixes
- Desktop notification (Mac & Linux)
- Improvements to testing
- Test coverage reporting to codecov.io
- Allow the construction of re-usable Noterators with the
Noterator
class - Configuration is now possible without a config file (
instance.configure_plugin
) - Plugin validation is now triggred when iteration begins, not when the Noterator is built
- Changed email plugin configuration keys to be consistent with, e.g. Django
- Added tests for configuration file validation & all plugins
- Travis CI + coverage / Coveralls integration
- Fixed a packaging error
- More appropriate exception usage in config loading / checking
- More safety checks in configuration
- Added the
every_n
parameter tonoterate
- First release on PyPI.