OSDN Git Service

c47df0283a65d2bf639c23f62e06be5ca6d0c8c6
[osdn-codes/osdn-cli.git] / ChangeLog
1 2017-02-15  Tatsuki Sugiura  <sugi@nemui.org>
2
3         * Fix command class loader to support ruby 1.9.x.
4         * Version 0.1.8
5
6 2016-10-04  Tatsuki Sugiura  <sugi@nemui.org>
7
8         * Version 0.1.7
9         * Update API core lib dependency to follow domain change.
10
11 2016-07-27  Tatsuki Sugiura  <sugi@nemui.org>
12
13         * Version 0.1.6
14         * frs_upload, relfile: Auto retry on upload error.
15
16 2016-07-20  Tatsuki Sugiura  <sugi@nemui.org>
17
18         * Version 0.1.5
19         * frs_upload, relfile: Add bandwidth limit option.
20
21 2016-07-01  Tatsuki Sugiura  <sugi@nemui.org>
22
23         * Version 0.1.4
24         * frs_upload, relfile: Add progress options.
25
26 2016-05-26  Tatsuki Sugiura  <sugi@nemui.org>
27
28         * Version 0.1.3
29         * frs_uplaod, relfile: Allow multiple target arguments.
30
31 2016-05-18  Tatsuki Sugiura  <sugi@nemui.org>
32
33         * Version 0.1.2
34         * frs_uplaod: Small improvement on partial directry upload with new release.
35
36 2016-05-10  Tatsuki Sugiura  <sugi@nemui.org>
37
38         * Version 0.1.1
39         * frs_uplaod: Support partial upload.
40
41 2016a-03-25  Tatsuki Sugiura  <sugi@nemui.org>
42
43         * Version 0.1.0
44         * frs_uplaod: Add check for vanishing server package or release.
45
46 2016-03-23  Tatsuki Sugiura  <sugi@nemui.org>
47
48         * Version 0.0.8
49         * frs_upload: Save local file digest to vars
50         * relfile: Save local file digest to vars
51         * Version 0.0.9
52         * Enable SSL cert verification on defualt
53
54 2016-03-22  Tatsuki Sugiura  <sugi@nemui.org>
55
56         * Version 0.0.7
57         * Enable SSL validation again, search some major CA bundle paths.
58
59 2016-03-16  Tatsuki Sugiura  <sugi@nemui.org>
60
61         * Version 0.0.6
62         * Disable SSL validation temporarily.
63
64 2016-03-16  Tatsuki Sugiura  <sugi@nemui.org>
65
66         * Version 0.0.5
67         * Default loglevel has been changed to INFO.
68         * Add release and relfile command.
69         * frs_upload: sort files in alphabetical order.
70
71 2016-03-15  Tatsuki Sugiura  <sugi@nemui.org>
72
73         * Version 0.0.4
74         * login: stop to launch web browser on non-X11 environment.
75
76 2016-03-15  Tatsuki Sugiura  <sugi@nemui.org>
77
78         * Version 0.0.3
79         * frs_upload: show upload progres in verbose mode.
80         * frs_upload: validates file digest after upload.
81
82 2016-03-14  Tatsuki Sugiura  <sugi@nemui.org>
83
84         * Version 0.0.2
85         * frs_upload: Implement dry-run mode option.
86         * frs_upload: check file digest.
87         * frs_mkdirs: mangle non-suitable chars for local filesystem.
88
89 2016-03-11  Tatsuki Sugiura  <sugi@osdn.jp>
90
91         * Initial Version (0.0.1)