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