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