Skip to content

Commit 7985b8c

Browse files
committed
update CHANGELOG
1 parent 521d4bb commit 7985b8c

File tree

1 file changed

+61
-1
lines changed

1 file changed

+61
-1
lines changed

CHANGELOG.md

Lines changed: 61 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,70 @@
11
# CHANGELOG
22

3+
## v0.4.6
4+
5+
Added
6+
7+
- New methods:
8+
9+
- `InoreaderClient.remove_general_label`
10+
- `InoreaderClient.remove_tag`
11+
- `InoreaderClient.remove_read`
12+
- `InoreaderClient.remove_starred`
13+
- `InoreaderClient.remove_liked`
14+
15+
thanks to [tianchen zhong](https://github.com/cczhong11)
16+
17+
Changed
18+
19+
- Add param to `inoreader.main.get_client` for customizing the config file path, thanks to [tianchen zhong](https://github.com/cczhong11)
20+
- Command filter supported a new action `unstar`
21+
22+
Fixed
23+
24+
- Fix token in refresh_access_token method, thanks to [Torikova](https://github.com/Torikova)
25+
326
## v0.4.5
427

528
Changed
629

7-
- fix an error in `client.py`
30+
- Fix `InoreaderClient.__get_stream_contents`, thanks to [BeautyYuYanli](https://github.com/BeautyYuYanli)
31+
32+
## v0.4.4
33+
34+
Changed
35+
36+
- Disable default app id and key due to abusion
37+
38+
## v0.4.3
39+
40+
Fixed
41+
42+
- Fix endless loop bug in `InoreaderClient.fetch_articles`
43+
44+
## v0.4.2
45+
46+
Added
47+
48+
- New functions:
49+
50+
- `inoreader.utils.download_image`
51+
52+
- New methods:
53+
54+
- `InoreaderClient.fetch_articles`
55+
- `InoreaderClient.fetch_starred`
56+
57+
- New command: `fetch-starred`
58+
59+
Changed
60+
61+
- Optimized article content parsing
62+
63+
## v0.4.1
64+
65+
Added
66+
67+
- New config `proxies`
868

969
## v0.4.0
1070

0 commit comments

Comments
 (0)