]> git.cworth.org Git - sup/blob - History.txt
Add new :crypto_default configuration option.
[sup] / History.txt
1 == 0.8.1 / 2009-06-15
2 * make multibyte display "work" for non-utf8 locales
3 * fix reply-mode always selecting "Customized"
4 * reduce email quote parsing worst-case behavior
5
6 == 0.8 / 2009-06-05
7 * Undo support on many operations. Yay!
8 * Mbox splitting fixes. No more "From "-line problems.
9 * Mail parsing speedups.
10 * Many utf8 and widechar fixes. Display of crazy characters should be pretty
11   close.
12 * Outgoing email with non-ASCII headers is now properly encoded.
13 * Email addresses are no longer permanently attached to names. This was
14   causing problems with automated email systems that used different names
15   with the same address.
16 * Curses background now retains the terminal default color. This also makes
17   Sup work better on transparent terminals.
18 * Improve dynamic loading of setlocale for Cygwin and BSD systems.
19 * Labels can now be removed from multiple tagged threads.
20 * Applying operations to tagged threads is now invoked with '='.
21 * Buffer list is betterified and is now invoked with ';'.
22 * Zsh autocompletion support.
23 * As always, many bugfixes and tweaks.
24
25 == 0.7 / 2009-03-16
26 * Ferret index corruption issues fixed (hopefully!)
27 * Text entry now scrolls to the right on overflow, i.e. is actually usable
28 * Ctrl-C now asks user if Sup should die ungracefully
29 * Add a limit:<int> search operator to limit the number of results
30 * Added a --query option to sup-tweak-labels
31 * Added a new hook: shutdown
32 * Automatically add self as recipient on crypted sent messages
33 * Read in X-Foo headers
34 * Added global keybinding 'U' shows only unread messages
35 * As always, many bugfixes and tweaks
36
37 == 0.6 / 2008-08-04
38 * new hooks: mark-as-spam, reply-to, reply-from
39 * configurable colors. finally!
40 * many bugfixes
41 * more vi keys added, and 'q' now asks before quitting
42 * attachment markers (little @ signs!) in thread-index-mode
43 * maildir speedups
44 * attachment name searchability
45 * archive-and-mark-read command in inbox-mode
46
47 == 0.5 / 2008-04-22
48 * new hooks: extra-contact-addresses, startup
49 * '!!' now loads all threads in current search
50 * general state saving speedup
51 * threads with unsent draft messages are now shown in red
52 * --compose spawns a compose-message buffer on startup
53 * Many bugfixes and UI improvements
54
55 == 0.4 / 2008-01-23
56 * GPG support for signing and encrypting outgoing mail
57 * New hooks: mime attachment, attribution line
58 * Improved local charset detection using gettext library
59 * Better quoted region detection
60 * Many bugfixes and UI improvements
61
62 == 0.3 / 2007-10-29
63 * In-buffer search (finally!)
64 * Subscribe to/unsubscribe from mailing list commands.
65 * IMAP speedups.
66 * More hooks: set status bar, set terminal title bar, modify message headers
67   and bodies before editing, etc.
68 * Optionally use chronic gem to allow for natural-language dates in searches.
69 * Many, many bugfixes and minor improvements.
70 * Tomorrow is Sup's first birthday!
71
72 == 0.2 / 2007-10-29
73 * Complete hook system for user-inserted code.
74 * GPG signature verification and decryption.
75 * Automatically scold users who top-post.
76 * Automatically warn when sending a message with words like
77   "attachment" in the body if there aren't actually any attachments to
78   the message.
79 * Millions of bugfixes.
80
81 == 0.1 / 2007-07-17
82 * MIME attachment creation.
83 * i18n support: character set conversion and rfc2047 header decoding.
84 * Better MIME handling.
85 * Multiple account support.
86 * Locking and concurrent Sup process detection and killation.
87 * Thread autoloading when you scroll down.
88 * Batch deletion of messages marked deleted or spam from message
89   sources via sup-sync-back tool (mbox only).
90 * Millions of bugfixes.
91
92 == 0.0.8 / 2007-04-01
93
94 * Maildir support!
95 * New command: sup-config. Interactively walks you through everything
96   you need to get up and running.
97 * Now proactive about notifying users of de-synced sources.
98 * Renamed sup-import => sup-sync with a brand new, less illogical
99   interface.
100 * Added a sup-dump, to enable backing up and rebuilding indices from
101   scratch (e.g. when Ferret upgrades break index formats).
102 * More bugfixes. Will they ever end?
103
104 == 0.0.7 / 2007-02-12
105
106 * Split sup-import into two bits: sup-import and sup-add.
107 * Command-line arguments now handled by trollop.
108 * Better error handling for IMAP and svn+ssh.
109 * Messages can now be moved between sources while preserving all
110   message state.
111 * New commands in thread-view-mode:
112   - 'a' to add an email to the addressbook
113   - 'S' to search for all email to/from an email address
114   - 'A' to kill buffer and archive thread in one swell foop
115 * Removed hoe dependency.
116
117 == 0.0.6 / 2007-01-06
118
119 * Very minor fix to support more types of IMAP authentication.
120
121 == 0.0.5 / 2007-01-05
122
123 * More bugfixes, primarily for IMAP.
124 * doc/UserGuide.txt
125
126 == 0.0.4 / 2007-01-03
127  
128 * Bugfixes, primarily for threaded networking.
129
130 == 0.0.3 / 2007-01-02
131
132 * Major speed increase for index views (inbox, search results), which
133   are now loaded completely from the IR index. The only time the
134   original sources need to be touched is when viewing a thread. This
135   is important for slow sources like IMAP and mbox+ssh.
136 * Remote mbox support with mbox+ssh URIs.
137 * IMAP now actually works.
138 * sup-import uses HighLine and is generally much improved.
139 * Multitudinous minor bug fixes and improvements.
140
141 == 0.0.2 / 2006-12-10
142
143 * IMAP support
144 * Better handling of broken sources. (Everything won't just die.)
145 * You will need to rebuild both your index, and sources.yaml.
146   Sorry!
147
148 == 0.0.1 / 2006-11-28
149
150 * Initial release. Unix-centrism, support for mbox only, no i18n.
151   Untested on anything other than 1.8.5. Other than that, works great!