]> git.cworth.org Git - sup/blob - History.txt
prepare for 0.6 release
[sup] / History.txt
1 == 0.6 / 2008-08-04
2 * new hooks: mark-as-spam, reply-to, reply-from
3 * configurable colors. finally!
4 * many bugfixes
5 * more vi keys added, and 'q' now asks before quitting
6 * attachment markers (little @ signs!) in thread-index-mode
7 * maildir speedups
8 * attachment name searchability
9 * archive-and-mark-read command in inbox-mode
10
11 == 0.5 / 2008-04-22
12 * new hooks: extra-contact-addresses, startup
13 * '!!' now loads all threads in current search
14 * general state saving speedup
15 * threads with unsent draft messages are now shown in red
16 * --compose spawns a compose-message buffer on startup
17 * Many bugfixes and UI improvements
18
19 == 0.4 / 2008-01-23
20 * GPG support for signing and encrypting outgoing mail
21 * New hooks: mime attachment, attribution line
22 * Improved local charset detection using gettext library
23 * Better quoted region detection
24 * Many bugfixes and UI improvements
25
26 == 0.3 / 2007-10-29
27 * In-buffer search (finally!)
28 * Subscribe to/unsubscribe from mailing list commands.
29 * IMAP speedups.
30 * More hooks: set status bar, set terminal title bar, modify message headers
31   and bodies before editing, etc.
32 * Optionally use chronic gem to allow for natural-language dates in searches.
33 * Many, many bugfixes and minor improvements.
34 * Tomorrow is Sup's first birthday!
35
36 == 0.2 / 2007-10-29
37 * Complete hook system for user-inserted code.
38 * GPG signature verification and decryption.
39 * Automatically scold users who top-post.
40 * Automatically warn when sending a message with words like
41   "attachment" in the body if there aren't actually any attachments to
42   the message.
43 * Millions of bugfixes.
44
45 == 0.1 / 2007-07-17
46 * MIME attachment creation.
47 * i18n support: character set conversion and rfc2047 header decoding.
48 * Better MIME handling.
49 * Multiple account support.
50 * Locking and concurrent Sup process detection and killation.
51 * Thread autoloading when you scroll down.
52 * Batch deletion of messages marked deleted or spam from message
53   sources via sup-sync-back tool (mbox only).
54 * Millions of bugfixes.
55
56 == 0.0.8 / 2007-04-01
57
58 * Maildir support!
59 * New command: sup-config. Interactively walks you through everything
60   you need to get up and running.
61 * Now proactive about notifying users of de-synced sources.
62 * Renamed sup-import => sup-sync with a brand new, less illogical
63   interface.
64 * Added a sup-dump, to enable backing up and rebuilding indices from
65   scratch (e.g. when Ferret upgrades break index formats).
66 * More bugfixes. Will they ever end?
67
68 == 0.0.7 / 2007-02-12
69
70 * Split sup-import into two bits: sup-import and sup-add.
71 * Command-line arguments now handled by trollop.
72 * Better error handling for IMAP and svn+ssh.
73 * Messages can now be moved between sources while preserving all
74   message state.
75 * New commands in thread-view-mode:
76   - 'a' to add an email to the addressbook
77   - 'S' to search for all email to/from an email address
78   - 'A' to kill buffer and archive thread in one swell foop
79 * Removed hoe dependency.
80
81 == 0.0.6 / 2007-01-06
82
83 * Very minor fix to support more types of IMAP authentication.
84
85 == 0.0.5 / 2007-01-05
86
87 * More bugfixes, primarily for IMAP.
88 * doc/UserGuide.txt
89
90 == 0.0.4 / 2007-01-03
91  
92 * Bugfixes, primarily for threaded networking.
93
94 == 0.0.3 / 2007-01-02
95
96 * Major speed increase for index views (inbox, search results), which
97   are now loaded completely from the IR index. The only time the
98   original sources need to be touched is when viewing a thread. This
99   is important for slow sources like IMAP and mbox+ssh.
100 * Remote mbox support with mbox+ssh URIs.
101 * IMAP now actually works.
102 * sup-import uses HighLine and is generally much improved.
103 * Multitudinous minor bug fixes and improvements.
104
105 == 0.0.2 / 2006-12-10
106
107 * IMAP support
108 * Better handling of broken sources. (Everything won't just die.)
109 * You will need to rebuild both your index, and sources.yaml.
110   Sorry!
111
112 == 0.0.1 / 2006-11-28
113
114 * Initial release. Unix-centrism, support for mbox only, no i18n.
115   Untested on anything other than 1.8.5. Other than that, works great!