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.
1 parent 9ad1a05 commit 36b4e9bCopy full SHA for 36b4e9b
CHANGELOG.md
@@ -1,5 +1,24 @@
1
# CHANGELOG
2
3
+## v0.3.0
4
+
5
+Added
6
7
+- New Class: `Subscription` in `inoreader.subscription`
8
+- New methods:
9
+ - `InoreaderClient.get_subscription_list`
10
+ - `InoreaderClient.get_stream_contents`
11
12
+- New commands: `get-subscriptions`, `fetch-articles`, `dedupe`
13
14
15
+Changed
16
17
+- Supported new output formats in command `fetch-unread`: `markdown` and `org-mode`
18
+- Changed command `filter`, see `example/rules.example.yaml` for details
19
+- Use `logging` instead of `print` in cli
20
21
22
## v0.2.1
23
24
Changed
setup.py
@@ -4,7 +4,7 @@
from setuptools import setup, find_packages
-VERSION = '0.2.1'
+VERSION = '0.3.0'
REQS = [
'lxml',
'requests',
0 commit comments