Skip to content

Releases: davebulaval/notification

0.7

26 Jul 15:32
Compare
Choose a tag to compare

Remove Python 3.6 support
Improve email formating

0.6.4

25 Jan 19:05
ba8d8e7
Compare
Choose a tag to compare
  • Fix README

0.6.3

25 Jan 19:03
Compare
Choose a tag to compare
  • Improve documentation
  • Fixed error handling of wrapper notificator
  • Improve testing

0.6.2

01 Nov 21:27
Compare
Choose a tag to compare

Changed license to LGPL

0.6.1

01 Nov 21:19
Compare
Choose a tag to compare

Added Python 3.9 and 3.10 in setup and tests.

0.6

01 Oct 15:41
Compare
Choose a tag to compare
0.6
  • Added a Discord notificator
  • Minor code improvement

v0.5.4

09 Jan 19:36
Compare
Choose a tag to compare

Added subject formatting and fixed Teams tests and try catch.

v0.5.3

09 Jan 18:06
Compare
Choose a tag to compare

Fixed an error with requirements.

v0.5.2

09 Jan 17:53
Compare
Choose a tag to compare

Fixed the wrong naming of the abstract class for the Notificator.

v0.5

09 Jan 17:30
Compare
Choose a tag to compare

Removed Facebook notificator since the library is now unmaintained.
Added feature to chose the subject/title of the message.
Added tests.
Doc improvement.
Various fix.