Skip to content

Commit 68300cf

Browse files
committed
add changelog
1 parent dc56dd0 commit 68300cf

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)