forked from sup-heliotrope/sup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
History.txt
344 lines (272 loc) · 11.4 KB
/
History.txt
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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
== 0.**
* add continuous scrolling to thread view
== 0.16.0 / 2014-03-21
* sup-sync-back-mbox removed.
* safer mime-view attachment file name handling
* show thread labels in thread-view-mode
* remove lock file if there is no sup alive
* deprecate migration script on ruby > 2.1
== 0.15.4 / 2014-02-06
* Various bugfixes
== 0.15.3 / 2014-01-27
* Revert non-functioning hidden_alternates and fix some bugs.
== 0.15.2 / 2013-12-20
* Use the form_driver_w routine for inputing multibyte chars when
available.
* Add hidden_alternates configuration option: hidden aliases for the
account.
== 0.15.1 / 2013-12-04
* Thread children are sorted last-activity latest (bottom).
== 0.15.0 / 2013-11-07
* Maildir Syncback has now been merged into main sup! This is a
long-time waiting feature initially developed by Damien Leone,
then picked up by Edward Z. Yang who continued development. Additionally
several others have been contributing.
Eventually, recently, Eric Weikl has picked up this branch, modernized
it to current sup, maintained it and gotten it ready for release.
Main authors:
Damien Leone
Edward Z. Yang
Eric Weikl
Not all of the features initially proposed have been included. This is
to maintain compatibility with more operating systems and wait with
the more daring features to make sure sup is stable-ish.
This is a big change since sup now can modify your mail (!), please
back up your mail and your configuration before using the maildir
syncback feature. For instructions on how to migrate an existing
maildir source or how to set up a new one, refer to the wiki:
https://github.com/sup-heliotrope/sup/wiki/Using-sup-with-other-clients
It is possible to both disable maildir syncback globally (default:
disabled) and per-source (default: enabled).
* Sup on Ruby 2.0.0 now works - but beware, this has not been very throughly
tested. Patches are welcome.
* We are now using our own rmail-sup gem with fixes for Ruby 2.0.0 and
various warnings fixed.
* sup-sync-back has been renamed to sup-sync-back-mbox to conform with
the other sync-back scripts.
* You can now save attachments to directories without specifying the full
filename (default filename is used).
* Various encoding fixes and minor bug fixes
== 0.14.1.1 / 2013-10-29
* SBU1: security release
* Tempfiles for attachments are persistent through the sup process to
ensure that spawned processes have access to them.
== 0.13.2.1 / 2013-10-29
* SBU1: security release
== 0.14.1 / 2013-08-31
* Various bugfixes.
* Predefined 'All mail' search.
== 0.14.0 / 2013-08-15
* CJK compatability
* Psych over Syck
* Ruby 1.8 deprecated
* Thread safety
* No more Iconv, but using built in Ruby encodings. Better UTF-8
handling.
* GPGME 2.0 support
== 0.13.2 / 2013-06-26
* FreeBSD 10 comptability
* More threadsafe polling
== 0.13.1 / 2013-06-21
* Bugfixes
== 0.13.0 / 2013-05-15
* Bugfixes
* Depend on ncursesw-sup
== 0.12.1 / 2011-01-23
* Depend on ncursesw rather than ncurses (Ruby 1.9 compatibility)
* Add sup-import-dump
== 0.12 / 2011-01-13
* Remove deprecated IMAP, IMAPS, and mbox+ssh sources
* Inline GPG support
* Robust maildir support
* sup-dump compatibility between Sup versions
* New hook: sendmail
* Better Ruby 1.9/UTF8 support
* As always, many bugfixes and tweaks.
== 0.11 / 2010-03-07
* Remove deprecated Ferret backend.
* Add deprecation notices to IMAP, IMAPS, and mbox+ssh sources.
* 256 color support.
* Backwards-compatible index format improvements.
* Saved searches.
* Improved support for custom keybindings.
* Idle detection - poll totals accumulate and index flushes on idle.
* Several textfield improvments.
* New hooks: publish, mentions-attachments, keybindings,
index-mode-date-widget, gpg-args, and crypto-settings.
* sup-cmd for easy programmatic access to a Sup index.
* As always, many bugfixes and tweaks.
== 0.10.2 / 2010-01-26
* Update gem dependencies to pull in xapian-full and ncursesw instead of ferret
and ncurses.
* Fix a minor problem when running with Ruby 1.8.5.
* Fix a warning.
== 0.10.1 / 2010-01-24
* Fix a missing file in the gem.
== 0.10 / 2010-01-22
* Make Xapian backend the default, and add deprecation notice to Ferret indexes.
* Now Ruby 1.9 compatible (Xapian backend only).
* Changes are now saved automatically to the index. Pressing "$" now just
forces a flush of Xapian indexes, which can minimize quit time.
* Fix problem with replying to Google Groups messages.
* Allow toggling of line wrap. Useful for long URLs.
* Multiple attachments can be added at once by specifying a wildcard.
* New command to save all attachments at once.
* As always, many bugfixes and tweaks.
== 0.9.1 / 2009-12-10
* Make textfield behave more like readline, including C-w
* Add ask_for_to config option. You can set all ask_for_* options to false, and
composing a message will go immediately to the editor.
* RFC 2047 decode attachment file names
* default ask_for_to to true
* add undo power to thread-view-mode
* display labels of polled messages
* increase numbers in contact-list-mode
* fix --compose option, and add a --subject option
* include hook filename in error messages
* As always, many bugfixes and tweaks.
== 0.9 / 2009-10-01
* Experimental Xapian backend to replace Ferret. Not everything works with it,
but it's fast and less likely to barf. See release notes.
* New keybinding: "G" for reply-all.
* New hook: custom-search, for adding your own query expansions.
* Better preemptive thread loading.
* Random UI tweaks: display labels before subjects, change thread-view-mode's
'n' and 'p' commands slightly
* Better killing of other Sup processes.
* Die gracefully upon SIGKILL.
* Finally figure out the curses+ruby magic to make SIGWINCH (i.e. xterm
resizing) work correctly.
* Add a console mode (press ~) for interactively playing with the index.
* Finally figure out the curses magic to stop the weird keyboard behavior after
leaving the editor.
* Improved logging. Logging now supports SUP_LOG_LEVEL environment variable.
Set this to "debug" for verbiage.
* As always, many bugfixes and tweaks.
== 0.8.1 / 2009-06-15
* make multibyte display "work" for non-utf8 locales
* fix reply-mode always selecting "Customized"
* reduce email quote parsing worst-case behavior
== 0.8 / 2009-06-05
* Undo support on many operations. Yay!
* Mbox splitting fixes. No more "From "-line problems.
* Mail parsing speedups.
* Many utf8 and widechar fixes. Display of crazy characters should be pretty
close.
* Outgoing email with non-ASCII headers is now properly encoded.
* Email addresses are no longer permanently attached to names. This was
causing problems with automated email systems that used different names
with the same address.
* Curses background now retains the terminal default color. This also makes
Sup work better on transparent terminals.
* Improve dynamic loading of setlocale for Cygwin and BSD systems.
* Labels can now be removed from multiple tagged threads.
* Applying operations to tagged threads is now invoked with '='.
* Buffer list is betterified and is now invoked with ';'.
* Zsh autocompletion support.
* As always, many bugfixes and tweaks.
== 0.7 / 2009-03-16
* Ferret index corruption issues fixed (hopefully!)
* Text entry now scrolls to the right on overflow, i.e. is actually usable
* Ctrl-C now asks user if Sup should die ungracefully
* Add a limit:<int> search operator to limit the number of results
* Added a --query option to sup-tweak-labels
* Added a new hook: shutdown
* Automatically add self as recipient on crypted sent messages
* Read in X-Foo headers
* Added global keybinding 'U' shows only unread messages
* As always, many bugfixes and tweaks
== 0.6 / 2008-08-04
* new hooks: mark-as-spam, reply-to, reply-from
* configurable colors. finally!
* many bugfixes
* more vi keys added, and 'q' now asks before quitting
* attachment markers (little @ signs!) in thread-index-mode
* maildir speedups
* attachment name searchability
* archive-and-mark-read command in inbox-mode
== 0.5 / 2008-04-22
* new hooks: extra-contact-addresses, startup
* '!!' now loads all threads in current search
* general state saving speedup
* threads with unsent draft messages are now shown in red
* --compose spawns a compose-message buffer on startup
* Many bugfixes and UI improvements
== 0.4 / 2008-01-23
* GPG support for signing and encrypting outgoing mail
* New hooks: mime attachment, attribution line
* Improved local charset detection using gettext library
* Better quoted region detection
* Many bugfixes and UI improvements
== 0.3 / 2007-10-29
* In-buffer search (finally!)
* Subscribe to/unsubscribe from mailing list commands.
* IMAP speedups.
* More hooks: set status bar, set terminal title bar, modify message headers
and bodies before editing, etc.
* Optionally use chronic gem to allow for natural-language dates in searches.
* Many, many bugfixes and minor improvements.
* Tomorrow is Sup's first birthday!
== 0.2 / 2007-10-29
* Complete hook system for user-inserted code.
* GPG signature verification and decryption.
* Automatically scold users who top-post.
* Automatically warn when sending a message with words like
"attachment" in the body if there aren't actually any attachments to
the message.
* Millions of bugfixes.
== 0.1 / 2007-07-17
* MIME attachment creation.
* i18n support: character set conversion and rfc2047 header decoding.
* Better MIME handling.
* Multiple account support.
* Locking and concurrent Sup process detection and killation.
* Thread autoloading when you scroll down.
* Batch deletion of messages marked deleted or spam from message
sources via sup-sync-back tool (mbox only).
* Millions of bugfixes.
== 0.0.8 / 2007-04-01
* Maildir support!
* New command: sup-config. Interactively walks you through everything
you need to get up and running.
* Now proactive about notifying users of de-synced sources.
* Renamed sup-import => sup-sync with a brand new, less illogical
interface.
* Added a sup-dump, to enable backing up and rebuilding indices from
scratch (e.g. when Ferret upgrades break index formats).
* More bugfixes. Will they ever end?
== 0.0.7 / 2007-02-12
* Split sup-import into two bits: sup-import and sup-add.
* Command-line arguments now handled by trollop.
* Better error handling for IMAP and svn+ssh.
* Messages can now be moved between sources while preserving all
message state.
* New commands in thread-view-mode:
- 'a' to add an email to the addressbook
- 'S' to search for all email to/from an email address
- 'A' to kill buffer and archive thread in one swell foop
* Removed hoe dependency.
== 0.0.6 / 2007-01-06
* Very minor fix to support more types of IMAP authentication.
== 0.0.5 / 2007-01-05
* More bugfixes, primarily for IMAP.
* doc/UserGuide.txt
== 0.0.4 / 2007-01-03
* Bugfixes, primarily for threaded networking.
== 0.0.3 / 2007-01-02
* Major speed increase for index views (inbox, search results), which
are now loaded completely from the IR index. The only time the
original sources need to be touched is when viewing a thread. This
is important for slow sources like IMAP and mbox+ssh.
* Remote mbox support with mbox+ssh URIs.
* IMAP now actually works.
* sup-import uses HighLine and is generally much improved.
* Multitudinous minor bug fixes and improvements.
== 0.0.2 / 2006-12-10
* IMAP support
* Better handling of broken sources. (Everything won't just die.)
* You will need to rebuild both your index, and sources.yaml.
Sorry!
== 0.0.1 / 2006-11-28
* Initial release. Unix-centrism, support for mbox only, no i18n.
Untested on anything other than 1.8.5. Other than that, works great!