-
Notifications
You must be signed in to change notification settings - Fork 3
/
History.txt
170 lines (145 loc) · 6.32 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
== 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!