Output actually used config file name instead of hardcoded ~/.bti in request_access_t...
[gregoa/bti.git] / RELEASE-NOTES
1 bti 031
2 =============
3 - Check for identi.ca server success or not in non-background mode
4   thanks to Flameeyes
5 - Handle '#' in a password in the config file properly thanks to Michel
6   Alexandre Salim
7
8 bti 030
9 =============
10 More minor bugfixes
11
12 bti 029
13 =============
14 Bugfixes for a variety of little things
15 lots better oauth documentation.
16
17 bti 028
18 =============
19 Build fixes thanks to Flameeyes and other minor tweaks.
20
21 bti 027
22 =============
23 OAUTH support
24
25 bti 026
26 =============
27 added ability to specify config file from command line
28 some readline fixups from Pete
29
30 bti 025
31 =============
32 remove readline link-time dependency to make the distro's lives easier
33 bugfixes for minor things by Amir and Gregor
34
35 bti 024
36 =============
37 laconica group support from Marvin Vek
38 password handling changes from Gregor Herrmann and Ben Boeckel
39
40 bti 023
41 =============
42 verbose mode for timestamps
43 documentation for custom identi.ca
44 Properly credit Amir for all of his great work.
45
46 bti 022
47 =============
48 custom identi.ca instances supported
49 timestamps on messages read.
50 autoconf fixes.
51
52 bti 021
53 =============
54 yet more autoconf fixes
55
56 bti 020
57 =============
58 more autoconf fixes
59
60 bti 019
61 =============
62 autoconf fixes
63
64 bti 018
65 =============
66 man page added for helper script
67 now using autoconf
68 now showing all options with --help
69
70 bti 017
71 =============
72 url shortner bugfix from Bart Trojanowski
73 --page option from Dave Barry
74 documentation updates
75
76 bti 016
77 =============
78 --dry-run option thanks to Bart Trojanowski
79 url shortner script and option thanks to Bart Trojanowski
80 make install target thanks to Bart Trojanowski
81
82 bti 015
83 =============
84 --action support, bti now can output data from the twitter
85 and identica servers!  Thanks to Amir Saied for the work he put into this.
86 minor bugfixes for bash mode, bah, readline is a pain at times.
87
88 bti 014
89 =============
90 Fix reported readline bugs
91
92 bti 013
93 =============
94 Fix some readline prompt issues
95
96 bti 012
97 =============
98 Logfile support added to track status of tweets
99 bash completion script added thanks to Amir Saied
100 proper "application name" added thanks to Amir Saied
101
102 bti 011
103 =============
104 Readline support thanks to Amir Saied
105
106 bti 010
107 =============
108 Fix up HTTP proxy support, thanks to gregor herrmann:
109   - command line option now works
110   - http_proxy environment variable is now handled
111
112 bti 009
113 =============
114 Initial attempt for HTTP proxy support.
115
116 bti 008
117 =============
118 Fix for twitter, due to their server not liking one of the http headers anymore.
119
120 bti 007
121 =============
122 segfault fix from Oliver Blin
123
124 bti 006
125 =============
126 added identi.ca support
127
128 bti 005
129 =============
130 pwd was removed from bash mode
131 bug with tweets crashing over 100 characters fixed
132
133 bti 004
134 =============
135 --bash fork and quiet modes enabled
136
137 bti 003
138 =============
139 --bash emulates a command line, otherwise the message goes through "clean"
140
141 bti 002
142 =============
143 better man page
144 example ~/.bti file
145 ability to send "clean" files to twitter (no path or $ prefix)
146
147 bti 001
148 =============
149 initial release