1 Summary of changes from v016 to v017
2 ============================================
5 fix a bug with shrink_urls() when ran on text that contains no urls
8 Add support for api page numbers in read mode
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
18 Summary of changes from v015 to v016
19 ============================================
22 add make install target
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 :
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
35 Summary of changes from v014 to v015
36 ============================================
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
45 Updating bashcompletion and example config file for new actions
48 Handling unknown actions
49 Fixing an assignment issue
51 Greg Kroah-Hartman (2):
52 Change the formatting of --action output
53 fix readline mess when in --bash mode
55 Summary of changes from v013 to v014
56 ============================================
58 Greg Kroah-Hartman (1):
62 Summary of changes from v012 to v013
63 ============================================
65 Greg Kroah-Hartman (3):
68 don't duplicate string on password or account prompt
71 Summary of changes from v011 to v012
72 ============================================
74 Amir Mohammad Saied (2):
75 Source parameter added
76 Add bash completion script
78 Greg Kroah-Hartman (2):
80 document the logfile option
83 bti: incorrect version fix
86 Summary of changes from v010 to v011
87 ============================================
88 Amir Mohammad Saied (1):
89 Readline support for bti
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
97 Summary of changes from v009 to v010
98 ============================================
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
106 Fix up documentation of proxy option
107 use the http_proxy environment variable if it is present
110 Summary of changes from v008 to v009
111 ============================================
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
119 Summary of changes from v007 to v008
120 ============================================
122 Greg Kroah-Hartman (1):
123 Works properly now with twitter due to december twitter server change
126 Summary of changes from v006 to v007
127 ============================================
129 Greg Kroah-Hartman (4):
130 fix git command in Makefile
131 change README to show that we handle identi.ca also now
133 Merge branch 'master' of greg@mail.kroah.net:git/bti
136 fix segfault when piping to bti and user/password are not set
139 Summary of changes from v005 to v006
140 ============================================
142 Greg Kroah-Hartman (2):
143 added github url to the README
144 add identi.ca support to bti
147 Summary of changes from v004 to v005
148 ============================================
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
155 Summary of changes from v003 to v004
156 ============================================
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
164 Summary of changes from v002 to v003
165 ============================================
167 Greg Kroah-Hartman (4):
170 change --clean be the default and add --bash to duplicate old method
171 removed unneeded script
174 Summary of changes from v001 to v002
175 ============================================
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
189 Summary of changes from v000 to v001
190 ============================================
192 Greg Kroah-Hartman (8):
194 initial commit of bti, everything's working now
195 add the '$ ' to the beginning of the line.
197 meta files added (COPYING, ChangeLog, RELEASE_NOTES)
198 added fork functionality to get rid of annoying command line mess
200 more messing with directory format