File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 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 `
You can’t perform that action at this time.
0 commit comments