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