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