]> git.cworth.org Git - sup/blob - History.txt
doc tweaks for 0.1 release
[sup] / History.txt
1 == 0.1 / 2007-07-17
2 * MIME attachment creation.
3 * i18n support: character set conversion and rfc2047 header decoding.
4 * Better MIME handling.
5 * Multiple account support.
6 * Locking and concurrent Sup process detection and killation.
7 * Thread autoloading when you scroll down.
8 * Batch deletion of messages marked deleted or spam from message
9   sources via sup-sync-back tool (mbox only).
10 * Millions of bugfixes.
11
12 == 0.0.8 / 2007-04-01
13
14 * Maildir support!
15 * New command: sup-config. Interactively walks you through everything
16   you need to get up and running.
17 * Now proactive about notifying users of de-synced sources.
18 * Renamed sup-import => sup-sync with a brand new, less illogical
19   interface.
20 * Added a sup-dump, to enable backing up and rebuilding indices from
21   scratch (e.g. when Ferret upgrades break index formats).
22 * More bugfixes. Will they ever end?
23
24 == 0.0.7 / 2007-02-12
25
26 * Split sup-import into two bits: sup-import and sup-add.
27 * Command-line arguments now handled by trollop.
28 * Better error handling for IMAP and svn+ssh.
29 * Messages can now be moved between sources while preserving all
30   message state.
31 * New commands in thread-view-mode:
32   - 'a' to add an email to the addressbook
33   - 'S' to search for all email to/from an email address
34   - 'A' to kill buffer and archive thread in one swell foop
35 * Removed hoe dependency.
36
37 == 0.0.6 / 2007-01-06
38
39 * Very minor fix to support more types of IMAP authentication.
40
41 == 0.0.5 / 2007-01-05
42
43 * More bugfixes, primarily for IMAP.
44 * doc/UserGuide.txt
45
46 == 0.0.4 / 2007-01-03
47  
48 * Bugfixes, primarily for threaded networking.
49
50 == 0.0.3 / 2007-01-02
51
52 * Major speed increase for index views (inbox, search results), which
53   are now loaded completely from the IR index. The only time the
54   original sources need to be touched is when viewing a thread. This
55   is important for slow sources like IMAP and mbox+ssh.
56 * Remote mbox support with mbox+ssh URIs.
57 * IMAP now actually works.
58 * sup-import uses HighLine and is generally much improved.
59 * Multitudinous minor bug fixes and improvements.
60
61 == 0.0.2 / 2006-12-10
62
63 * IMAP support
64 * Better handling of broken sources. (Everything won't just die.)
65 * You will need to rebuild both your index, and sources.yaml.
66   Sorry!
67
68 == 0.0.1 / 2006-11-28
69
70 * Initial release. Unix-centrism, support for mbox only, no i18n.
71   Untested on anything other than 1.8.5. Other than that, works great!