We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc56dd0 commit 68300cfCopy full SHA for 68300cf
1 file changed
CHANGELOG.md
@@ -0,0 +1,34 @@
1
+# CHANGELOG
2
+
3
+## v0.2.0
4
5
+Added
6
7
+- New methods:
8
+ - `InoreaderClient.add_tag`
9
+ - `InoreaderClient.mark_as_read`
10
+ - `InoreaderClient.mark_as_starred`
11
+ - `InoreaderClient.mark_as_liked`
12
+ - `InoreaderClient.boradcast`
13
14
+- New command `filter`
15
16
+Changed
17
18
+- add `userid` parameter to init method of `InoreaderClient`
19
+- update command line tool: save `userid` after login and use it in other commands
20
21
+## v0.1.0
22
23
+Initialize this project
24
25
+- Implemented `InoreaderClient` with methods below:
26
+ - `InoreaderClient.get_folders`
27
+ - `InoreaderClient.get_tags`
28
+ - `InoreaderClient.fetch_unread`
29
30
+- Implemented command line tool with commands below:
31
+ - `login`
32
+ - `list-folders`
33
+ - `list-tags`
34
+ - `fetch-unread`
0 commit comments