]> git.donarmstrong.com Git - roundcube.git/blob - CHANGELOG
New upstream version.
[roundcube.git] / CHANGELOG
1 CHANGELOG Roundcube Webmail
2 ===========================
3
4 RELEASE 0.7
5 -----------
6 - Make Roundcube render the Email Standards Project Acid Test correctly
7 - Replace prompt() with jQuery UI dialog (#1485135)
8 - Fix navigation in messages search results
9 - Improved handling of some malformed values encoded with quoted-printable (#1488232)
10 - Add possibility to do LDAP bind before searching for bind DN
11 - Fix handling of empty <U> tags in HTML messages (#1488225)
12 - Add content filter for embedded attachments to protect from XSS on IE (#1487895)
13 - Use strpos() instead of strstr() when possible (#1488211)
14 - Fix handling HTML entities when converting HTML to text (#1488212)
15 - Fix fit_string_to_size() renders browser and ui unresponsive (#1488207)
16 - Fix handling of invalid characters in request (#1488124)
17 - Fix merging some configuration options in update.sh script (#1485864)
18 - Fix so TEXT key will remove all HEADER keys in IMAP SEARCH (#1488208)
19 - Fix handling contact photo url with https:// prefix (#1488202)
20 - Fix possible infinite redirect on attachment preview (#1488199)
21 - Improved clickjacking protection for browsers which don't support X-Frame-Options headers
22 - Fixed bug where similiar folder names were highlighted wrong (#1487860)
23 - Fixed bug in handling link with '!' character in it (#1488195)
24 - Fixed bug where session ID's length was limited to 40 characters (#1488196)
25 - TinyMCE security issue: removed moxieplayer (embedding flv and mp4 is not supported anymore)
26
27 RELEASE 0.7-beta
28 ----------------
29 - Fix handling of HTML form elements in messages (#1485137)
30 - Fix regression in setting recipient to self when replying to a Sent message (#1487074)
31 - Fix listing of folders in hidden namespaces (#1486796)
32 - Don't consider \Noselect flag when building folders tree (#1488004)
33 - Fix sorting autocomplete results (#1488084)
34 - Add option to set session name (#1486433)
35 - Add option to skip alternative email addresses in autocompletion
36 - Fix inconsistent behaviour of Compose button in Drafts folder, add Edit button for drafts
37 - Fix problem with parsing HTML message body with non-unicode characters (#1487813)
38 - Add option to define matching method for addressbook search (#1486564, #1487907)
39 - Make email recipients separator configurable
40 - Fix so folders with \Noinferiors attribute aren't listed in parent selector
41 - Fix handling of curly brackets in URLs (#1488168)
42 - Fix handling of dates (birthday/anniversary) in contact data (#1488147)
43 - Fix error on opening searched LDAP contact (#1488144)
44 - Fix redundant line break in flowed format (#1488146)
45 - Fix IDN address validation issue (#1488137)
46 - Fix JS error when dst_active checkbox doesn't exist (#1488133)
47 - Autocomplete LDAP records when adding contacts from mail (#1488073)
48 - Plugin API: added 'ready' hook (#1488063)
49 - Ignore DSN request when it isn't supported by SMTP server (#1487800)
50 - Make sure LDAP name fields aren't arrays (#1488108)
51 - Fixed imap test to non-default port when using ssl (#1488118)
52 - Force all files to be overwritten when updating (#1488117)
53 - Fix issue where it wasn't possible to change list view mode in folder manager for INBOX (#1488107)
54 - Fix namespace handling in special folders settings (#1488112)
55 - Disable time limit for CLI scripts (#1488109)
56 - Fix misleading display when chaning editor type (#1488104)
57 - Add loading indicator on contact delete
58 - Fix bug where after delete message rows can be added to the list of another folder (#1487752)
59 - Add notice on autocompletion that not all records were displayed
60 - Add option 'searchonly' for LDAP address books
61 - Add Priority filter to the messages list
62 - Cache synchronization using QRESYNC/CONDSTORE
63 - Trigger 'new_messages' hook for all checked folders (#1488083)
64 - Make date/time format user configurable; drop 'date_today' config option
65 - Fix setting title for truncated subject in IE (#1487128)
66 - Fix displaying multipart/alternative messages with only one part (#1487938)
67 - Rewritten messages caching:
68   Indexes are stored in a separate table, so there's no need to store all messages in a folder
69   Added threads data caching
70   Flags are stored separately, so flag change doesn't cause DELETE+INSERT, just UPDATE
71 - Improved FETCH response handling
72 - Improvements in response tokenization method
73 - Use 'From' and 'To' labels instead of 'Sender' and 'Recipient'
74 - Fix username case-insensitivity issue in MySQL (#1488021)
75 - Addressbook Saved Searches
76 - Added spellchecker exceptions dictionary (shared or per-user)
77 - Added possibility to ignore words containing caps, numbers, symbols (spellcheck_ignore_* options)
78 - Added 'priority' column on messages list (#1486782)
79 - Localize forwarded message header (#1488058)
80