release
[banana.git] / Changelog
1 ================================================================================
2 VERSION 1.4
3
4 Sat, 19 Aug 2006                                        Florent Bruneau <florent.bruneau@m4x.org>
5
6         * Add shortkey browsing
7
8 Sat, 05 Aug 2006                    Florent Bruneau <florent.bruneau@m4x.org>
9
10         * Allow browsing through unread messages
11
12 Sat, 22 Jul 2006                    Florent Bruneau <florent.bruneau@m4x.org>
13
14         * Impove url and email catcher
15         * Bugfix: quotes formating
16
17 Sat, 15 Jul 2006                    Florent Bruneau <florent.bruneau@m4x.org>
18
19         * New tabbed structure
20         * Support of Content-ID references (multipart/related)
21
22 Fri, 14 Jul 2006                    Florent Bruneau <florent.bruneau@m4x.org>
23
24         * Bugfix: wrapping issues with very long lines
25
26 Thu, 13 Jul 2006                    Florent Bruneau <florent.bruneau@m4x.org>
27
28         * Bugfix: xfaces handling
29         
30 Wed, 12 Jul 2006                    Florent Bruneau <florent.bruneau@m4x.org>
31
32         * Add the list of subscriptions after the spool
33         * Make article view more user-friendly
34
35 Tue, 11 Jul 2006                    Florent Bruneau <florent.bruneau@m4x.org>
36
37         * Bugfix: body conversion from unknown charset
38
39 Mon, 10 Jul 2006                    Florent Bruneau <florent.bruneau@m4x.org>
40
41         * Use dynamic links from tree images
42         * Bugfix: force spool rows height
43
44 Sun, 09 Jul 2006                    Florent Bruneau <florent.bruneau@m4x.org>
45
46         * Can use a user-defined Array instead of $_GET
47         * Bugfix: can remove all subscriptions
48         * Bugfix: case sensitivity of newsgroup names
49         * Bugfix: correctly remove outdated cache entries
50
51 Sat, 08 Jul 2006                    Florent Bruneau <florent.bruneau@m4x.org>
52
53         * Automatically set fup for crossposts
54         * Full URL redirection
55         * Link abstraction
56         * Interpret **, // and __ as formatting in plain text articles
57
58 ================================================================================
59 VERSION 1.3
60
61 Sat, 08 Avr 2006                                        Florent Bruneau <florent.bruneau@m4x.org>
62
63         * PHP5 Compatible
64
65 March 2006                          Florent Bruneau <florent.bruneau@m4x.org>
66
67         * Add multipart and attachment support
68         * Add HTML and RichText support
69         * Improve url handling
70         * Fix invalid html in submission form
71         * Add quotations handling
72         * Fix cache issue with empty newsgroups
73         * Add x-face placement support
74         * Improve support of some non-standard clients
75         * Fix support of post without subject
76         * Improve wrapping
77
78 ================================================================================
79 VERSION 1.2
80
81 Wed, 19 Oct 2005                                        Pierre Habouzit <pierre.habouzit@m4x.org>
82
83     * Fix a problem wrt responses (Re: in subject).
84         * Fix a problem with empty overviews.
85         * Fix Header encoding problems.
86
87 ================================================================================
88 VERSION 1.1
89
90 Tue, 24 May 2005                                        Pierre Habouzit <pierre.habouzit@m4x.org>
91
92         * Fix one problem with $this->ids beeing empty in Spool.
93         * Fix encoding issues since iconv truncates strings sometimes.
94         * Make the post forms use utf-8.
95
96 ================================================================================
97 VERSION 1.0
98
99 Fri, 07 Jan 2005                                        Pierre Habouzit <pierre.habouzit@m4x.org>
100
101         * Banana is now a real standalone class.
102         * Clean hooks.
103         * Update the script spoolgen.php.
104
105 Wed, 05 Jan 2005                                        Pierre Habouzit <pierre.habouzit@m4x.org>
106
107         * continue the work with post.php.
108
109 Tue, 04 Jan 2005                                        Pierre Habouzit <pierre.habouzit@m4x.org>
110
111         * prepare Banana to be a library :
112                 - delete a lot of echo's.
113                 - use a lot of string passing.
114                 - create more Banana:: functions.
115                 => API IS NOT STABLE ATM.
116
117 Mon, 03 Jan 2005                                        Pierre Habouzit <pierre.habouzit@m4x.org>
118
119         * no more $news -> class Banana.
120         * continue include rework.
121         * hooks functions enters.
122         * $banana is now the only global variable we need.
123         * exit format.inc.php.
124
125 Sun, 02 Jan 2005                        Pierre Habouzit <pierre.habouzit@m4x.org>
126
127         * _(..) -> _b_(..) that performs a dgettext('banana', ...).
128         * use gettext and no more $locales.
129         * rework includes.
130
131 Sat, 01 Jan 2005                                        Pierre Habouzit <pierre.habouzit@m4x.org>
132
133         * rework headerDecode function (biggest bottleneck).
134         * rework includes.
135
136 ================================================================================
137 VERSION 0.7.1
138
139 Before Jan 2005                                         David Bachelart <david.bachelart@m4x.org>
140
141         * first version.
142
143 ================================================================================
144 vim:set ts=4 sw=4: