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