Releases: Linusp/python-inoreader
Releases · Linusp/python-inoreader
python-inoreader 0.7.1
python-inoreader 0.7.0
Release 0.7.0
Removed
InoreaderClient.get_stream_contents
.
Changed
- Add param
n
toInoreaderClient.fetch_articles
to reduce the number of API calls, thanks to tosborne-slalom - Supported
--batch-size
option in commandsfetch-articles
/fetch-unread
/fetch-starred
python-inoreader 0.4.0
Release 0.4.0
Added
- New Class:
InoreaderConfigManager
for config management
Changed
- Use OAuth2.0 authentication instead of user authentication with password
- Optimized code of
InoreaderClient
- Optimized results of commands
python-inoreader 0.3.0
Release 0.3.0
Added
-
New Class:
Subscription
ininoreader.subscription
-
New methods:
InoreaderClient.get_subscription_list
InoreaderClient.get_stream_contents
-
New commands:
get-subscriptions
,fetch-articles
,dedupe
Changed
- Supported new output formats in command
fetch-unread
:markdown
andorg-mode
- Changed command
filter
, seeexample/rules.example.yaml
for details - Use
logging
instead ofprint
in cli
python-inoreader 0.2.1
Release 0.2.1
Changed
- Supported new output formats in command
fetch-unread
:markdown
andorg-mode
- Changed command
filter
, seeexample/rules.example.yaml
for details
python-inoreader 0.2.0
Release 0.2.0
Added
-
New methods:
InoreaderClient.add_tag
InoreaderClient.mark_as_read
InoreaderClient.mark_as_starred
InoreaderClient.mark_as_liked
InoreaderClient.boradcast
-
New command
filter
Changed
- add
userid
parameter to init method ofInoreaderClient
- update command line tool: save
userid
after login and use it in other commands
python-inoreader 0.1.0
Release 0.1.0
implemented
InoreaderClient.login
InoreaderClient.get_folders
InoreaderClient.get_tags
InoreaderClient.fetch_unread