-
Notifications
You must be signed in to change notification settings - Fork 4
/
CHANGELOG
67 lines (47 loc) · 1.26 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# -*- coding: utf-8 -*-
======================
getarticle CHANGELOG
======================
06/05/2021
Fixes
* Updated to v0.1.0.
* Handle Exception properly.
10/11/2020
Fixes
* Remove invalid filename characters.
10/06/2020
* Updated to v0.0.9.
* Clean git history to remove large gif.
07/23/2020
Fixes
* Updated to v0.0.8.
* CL args '-sd' name correction.
Enhancements
* Updated to v0.0.7.
* Added '-s' argument in CL to search keywords.
07/16/2020
Fixes
* Updated to v0.0.6.
* `appscript` module will only be installed in MacOS.
07/14/2020
Enhancements
* Added '-sd' argument in CL to set default download direction.
* Combined two command lines into one.
Fixes
* Warning instead of error for duplicate article.
07/13/2020
Enhancements
* Added new command line to download current webpage article.
(Only for MacOS, Safari)
* Updated to v0.0.5.
* Added command line interface.
* Updated to v0.0.2.
Fixes
* v0.0.3 and v0.0.4 were crashed because of installing default packages.
07/12/2020
Enhancements
* Added two new features: 'cur_articles' and 'remove_article' to manupulate
stored articles.
* Downloaded articles can be named as the corresponding article title.
07/11/2020
* v0.0.1 is published.