We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0.2.1
1 parent 52b2f4d commit 1393929Copy full SHA for 1393929
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# CHANGELOG
2
3
+## v0.2.1
4
+
5
+Changed
6
7
+- Supported new output formats in command `fetch-unread`: `markdown` and `org-mode`
8
+- Changed command `filter`, see `example/rules.example.yaml` for details
9
10
## v0.2.0
11
12
Added
setup.py
@@ -4,7 +4,7 @@
from setuptools import setup, find_packages
-VERSION = '0.2.0'
+VERSION = '0.2.1'
REQS = [
'lxml',
'requests',
0 commit comments