1 |
Summary of changes from v014 to v015 |
2 |
============================================ |
3 |
|
4 |
Amir Mohammad Saied (11): |
5 |
Actions support for bti |
6 |
libxml2 libs and cflags |
7 |
action and values for bash completion |
8 |
Added action option in example bti config file |
9 |
User action |
10 |
Replies action |
11 |
Updating bashcompletion and example config file for new actions |
12 |
logging more |
13 |
Updating documents |
14 |
Handling unknown actions |
15 |
Fixing an assignment issue |
16 |
|
17 |
Greg Kroah-Hartman (2): |
18 |
Change the formatting of --action output |
19 |
fix readline mess when in --bash mode |
20 |
|
21 |
Summary of changes from v013 to v014 |
22 |
============================================ |
23 |
|
24 |
Greg Kroah-Hartman (1): |
25 |
Fix readline bug(s) |
26 |
|
27 |
|
28 |
Summary of changes from v012 to v013 |
29 |
============================================ |
30 |
|
31 |
Greg Kroah-Hartman (3): |
32 |
coding style cleanups |
33 |
fix readline support |
34 |
don't duplicate string on password or account prompt |
35 |
|
36 |
|
37 |
Summary of changes from v011 to v012 |
38 |
============================================ |
39 |
|
40 |
Amir Mohammad Saied (2): |
41 |
Source parameter added |
42 |
Add bash completion script |
43 |
|
44 |
Greg Kroah-Hartman (2): |
45 |
add --logfile option |
46 |
document the logfile option |
47 |
|
48 |
SanjayKumar J (1): |
49 |
bti: incorrect version fix |
50 |
|
51 |
|
52 |
Summary of changes from v010 to v011 |
53 |
============================================ |
54 |
Amir Mohammad Saied (1): |
55 |
Readline support for bti |
56 |
|
57 |
Greg Kroah-Hartman (3): |
58 |
add initial ~/.bti.log support to log what is going on |
59 |
Add documentation about how to send me patches |
60 |
disable log support until I can add some configurations for it |
61 |
|
62 |
|
63 |
Summary of changes from v009 to v010 |
64 |
============================================ |
65 |
|
66 |
Greg Kroah-Hartman (3): |
67 |
add --proxy support to command line |
68 |
check in changes to bti.1 from previous xml changes |
69 |
document the order that config options are handled |
70 |
|
71 |
gregor herrmann (2): |
72 |
Fix up documentation of proxy option |
73 |
use the http_proxy environment variable if it is present |
74 |
|
75 |
|
76 |
Summary of changes from v008 to v009 |
77 |
============================================ |
78 |
|
79 |
Greg Kroah-Hartman (3): |
80 |
initial cut at adding http proxy support |
81 |
document proxy support |
82 |
add example proxy value to the bti.example file |
83 |
|
84 |
|
85 |
Summary of changes from v007 to v008 |
86 |
============================================ |
87 |
|
88 |
Greg Kroah-Hartman (1): |
89 |
Works properly now with twitter due to december twitter server change |
90 |
|
91 |
|
92 |
Summary of changes from v006 to v007 |
93 |
============================================ |
94 |
|
95 |
Greg Kroah-Hartman (4): |
96 |
fix git command in Makefile |
97 |
change README to show that we handle identi.ca also now |
98 |
more README updates |
99 |
Merge branch 'master' of greg@mail.kroah.net:git/bti |
100 |
|
101 |
Olivier Blin (1): |
102 |
fix segfault when piping to bti and user/password are not set |
103 |
|
104 |
|
105 |
Summary of changes from v005 to v006 |
106 |
============================================ |
107 |
|
108 |
Greg Kroah-Hartman (2): |
109 |
added github url to the README |
110 |
add identi.ca support to bti |
111 |
|
112 |
|
113 |
Summary of changes from v004 to v005 |
114 |
============================================ |
115 |
|
116 |
Greg Kroah-Hartman (2): |
117 |
remove the pwd from the bash output, it's messy |
118 |
expand the tweet size, it was only taking 100 chars |
119 |
|
120 |
|
121 |
Summary of changes from v003 to v004 |
122 |
============================================ |
123 |
|
124 |
Greg Kroah-Hartman (3): |
125 |
if --bash is set, don't spit out error messages, we don't care. |
126 |
if --bash is enabled, fork and handle the send in the background |
127 |
update the man page about --bash options |
128 |
|
129 |
|
130 |
Summary of changes from v002 to v003 |
131 |
============================================ |
132 |
|
133 |
Greg Kroah-Hartman (4): |
134 |
added script |
135 |
bump version number |
136 |
change --clean be the default and add --bash to duplicate old method |
137 |
removed unneeded script |
138 |
|
139 |
|
140 |
Summary of changes from v001 to v002 |
141 |
============================================ |
142 |
|
143 |
Greg Kroah-Hartman (9): |
144 |
increment version number |
145 |
add .gz and .bz2 to .gitignore |
146 |
remove ability to make .bz2 from Makefile |
147 |
add --clean option to bti.c |
148 |
add --version to bti.c |
149 |
update the man page to reflect the new options |
150 |
renamed HOWTO to README and added real information there |
151 |
added bti.example as an example ~/.bti file |
152 |
lots of manpage updates trying to document how to use bti better |
153 |
|
154 |
|
155 |
Summary of changes from v000 to v001 |
156 |
============================================ |
157 |
|
158 |
Greg Kroah-Hartman (8): |
159 |
add .gitignore |
160 |
initial commit of bti, everything's working now |
161 |
add the '$ ' to the beginning of the line. |
162 |
added HOWTO |
163 |
meta files added (COPYING, ChangeLog, RELEASE_NOTES) |
164 |
added fork functionality to get rid of annoying command line mess |
165 |
added PWD to twit |
166 |
more messing with directory format |
167 |
|