- Add proxy support (#20) (by )
- Send message as file if it is too large
- Fixes in MarkdownFormatter
- Fixes in HTMLFormatter
- Chat id retrieval fixes
- Drop py33 support from tests
- Update setup.py classifiers
- Removed print()-calls in HtmlFormatter (#12) (by Lukas Garberg)
- fix TypeError in HtmlFormatter.format (by tompipen)
- Refactored HtmlFormatter and MarkdownFormatter
- Refactored TelegramHandler
- No more need to call a command to obtain a chat_id - it will be obtained automatically on handler init
- Rewritten tests
- Escape LogRecord things in HtmlFormatter
- Added optional emoji symbols in HtmlFormatter.
- Setting escape_message field of StyledFormatter missed (@ihoru)
- Fixed setup.py requires option (changed to install_requires)
- Use HTML Formatter as default formatter for telegram handler
- Introduced HTML Formatter
- Added log text escaping (closed #3)
- Added requests timeout setting (closed #1)
- Catching and logging all requests and their exceptions (closed #2)
- First PyPi release
- Initial release