Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Latest commit

 

History

History
70 lines (47 loc) · 1.43 KB

HISTORY.rst

File metadata and controls

70 lines (47 loc) · 1.43 KB

History

2.2.0 (2019-08-19)

  • Add proxy support (#20) (by )

2.1.0 (2019-04-25)

  • 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)

2.0.2 (2017-11-20)

  • fix TypeError in HtmlFormatter.format (by tompipen)

2.0 (2017-03-01)

  • 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.

1.1.3 (2016-09-22)

  • Setting escape_message field of StyledFormatter missed (@ihoru)

1.1.2 (2016-05-13)

  • Fixed setup.py requires option (changed to install_requires)

1.1.1 (2016-04-20)

  • Use HTML Formatter as default formatter for telegram handler

1.1.0 (2016-04-20)

  • 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)

1.0.0 (2016-04-19)

  • First PyPi release

0.1.0 (2016-04-19)

  • Initial release