X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=History.txt;h=5cdd5a626320b9206f5335c7a7550ee6dc3d8061;hb=refs%2Fheads%2Fnext;hp=aae53264ce0303fc321f99b0fd7890121c0165d4;hpb=1d4b6921b1343cb288f8ce5a4e4a3753486446c6;p=sup diff --git a/History.txt b/History.txt index aae5326..5cdd5a6 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,64 @@ +== 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: 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.