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