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