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 0022667 commit 5e66c55Copy full SHA for 5e66c55
CHANGELOG.md
@@ -1,5 +1,19 @@
1
# CHANGELOG
2
3
+## v0.5.0
4
+
5
+Added
6
7
+- New method: `Inoreader.edit_subscription`
8
+- New command `edit-subscription`, now you can do these with this command:
9
10
+ - Subscribe a new feed
11
+ - Unsubscribe a subscription
12
+ - Rename a subscription
13
+ - Add a subscription to a folder or remove it from a folder
14
15
+Thanks to [Robért](https://github.com/rsguhr) for his [advice](https://github.com/Linusp/python-inoreader/issues/25).
16
17
## v0.4.6
18
19
Added
setup.py
@@ -4,7 +4,7 @@
from setuptools import setup, find_packages
-VERSION = '0.4.7'
+VERSION = '0.5.0'
REQS = [
'lxml',
'requests',
0 commit comments