Skip to content

Commit

Permalink
urlwatch 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thp committed Jun 14, 2016
1 parent c6dbf85 commit 142a0e5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -174,3 +174,13 @@
* Fix unit tests for files only in source tree (Fixes #34)
* Add test/data to source tarball (#34)
* Workaround a requests shortcoming related to encoding

2016-06-14 Thomas Perl <thp.io/about>
* Add support for pushover (by Richard Palmer)
* html2txt: Use -nonumbers and UTF-8 output for Lynx
* Fix SMTP server connection setup (fixes #50)
* setup.py: Allow running from non-source directory (Fixes #52)
* Fix adding URLs with = in them (Fixes #59)
* Add option to use sendmail instead of SMTP (by e-dschungel)
* Add InverseGrepFilter which removes lines matching a regex (by e-dschungel)
* New html2text method "pyhtml2text" using the Python module "html2text" (by e-dschungel)
2 changes: 1 addition & 1 deletion lib/urlwatch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
__author__ = 'Thomas Perl <m@thp.io>'
__license__ = 'BSD'
__url__ = 'http://thp.io/2008/urlwatch/'
__version__ = '2.1'
__version__ = '2.2'
__user_agent__ = '%s/%s (+http://thp.io/2008/urlwatch/info.html)' % (pkgname, __version__)

0 comments on commit 142a0e5

Please sign in to comment.