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