]> git.cworth.org Git - sup/blobdiff - History.txt
Merge commit 'origin/various-mbox-fixes'
[sup] / History.txt
index d9daf70ec570bf485f18d4895f53ee14c99e1729..2813c6448459e7e76938a63d043e6c8e509e6031 100644 (file)
@@ -1,3 +1,59 @@
+== 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.