diff options
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 96 |
1 files changed, 91 insertions, 5 deletions
@@ -1,13 +1,87 @@ CHANGELOG Roundcube Webmail =========================== +- Fix possible header duplicates when using additional headers (#1489033) +- Fix session issues with use_https=true (#1488986) +- Fix blockquote width in sent mail (#1489031) +- Fix keyboard events on list widgets in Internet Explorer (#1489025) +- Call resize handler in intervals to prevent lags and double onresize calls in Chrome (#1489005) +- Add rel="noreferrer" for links in displayed messages (#1484686) +- Add ability to toggle between HTML and text while viewing a message (#1486939) +- Remove "HTML message" from attachments list while viewing a message in text mode (#1486939) +- Support IMAP MOVE extension [RFC 6851] +- Add attachment menu with Open and Download options (#1488975) +- Display user-friendly message on IMAP "over quota" errors (#1484164) +- Extended archive plugin with user-configurable options to store messages into subfolders +- Fix export of selected contacts from search result (#1488905) +- Feature to export only selected contacts from addressbook (by Phil Weir) + +RELEASE 0.9-rc2 +--------------- +- Fix security issue in save-pref command +- Remove sig_above configuration option, use reply_mode only (#1489001) +- Refresh current folder in opener window after draft save or message sent (#1488997) +- Fix saving draft just after entering compose window (#1489012) +- Fix javascript error in IE9 when loading form with placeholders into an iframe (#1489008) +- Fix handling of some conditional comment tags in HTML message (#1489004) +- Fix so forward as attachment works if additional attachment is added by message_compose hook (#1489000) +- Better handling of session errors in ajax requests (#1488960) +- Fix HTML part detection for some specific message structures (#1488992) +- Don't show fake address - phishing prevention (#1488981) +- Fix forward as attachment bug with editormode != 1 (#1488991) +- Fix LIMIT/OFFSET queries handling on MS SQL Server (#1488984) +- Fix so task name can really contain all from a-z0-9_- characters (#1488941) +- Fix javascript errors when working in a page opened with taget="_blank" +- Mention SQLite database format change in UPGRADING file (#1488983) +- Increase maxlength to 254 chars for email input fields in addressbook (#1488987) +- Fix thumbnail size when GD extension is used for image resize (#1488985) +- Display notice that message is encrypted also for application/pkcs7-mime messages (#1488526) + +RELEASE 0.9-rc +-------------- +- Fix plain text spellchecker incorrect highlighting in non-ASCII text (#1488973) +- Add workaround for invalid message charset detection by IMAP servers (#1488968) +- Fix NUL characters in content-type of ms-tnef attachment (#1488964) +- Fix regression in handling LDAP contact identifiers (#1488959) +- Updated translations from Transifex +- Fix buggy error template in a frame (#1488938) +- Add addressbook widget on compose page in classic skin +- Add search box to compose address book widget (#1488381) +- Fix login in case when default_host is an array with one element (#1488928) +- Use LDAP fallback hosts on connect + bind instead of ldap_connect() only. +- Add config option for LDAP bind timeout (sets LDAP_OPT_NETWORK_TIMEOUT option) +- Submit Addressbook advanced search form with Enter key (#1488568) +- Also block remote images in HTML part view (#1488827) +- Improved database schema upgrade procedure, added updatedb.sh script +- Force autocommit mode in mysql database driver (#1488902) + +RELEASE 0.9-beta +---------------- +- Fix searching by date in address book (#1488888) +- Improve charset detection by prioritizing charset according to user language (#1485669) +- Fix handling of escaped separator in vCard file (#1488896) +- Add option to use envelope From address for MDN responses (#1488880) +- Add possibility to search in message body only (#1488770) +- Support "multipart/relative" as an alias for "multipart/related" type (#1488886) +- Display PGP/MIME signature attachments as "Digital Signature" (#1488570) +- Workaround UW-IMAP bug where hierarchy separator is added to the shared folder name (#1488879) +- Fix version comparisons with -stable suffix (#1488876) +- Add unsupported alternative parts to attachments list (#1488870) +- Add Compose button on message view page (#1488747) +- Display 'Sender' header in message preview +- Plugin API: Added message_before_send hook +- Fix contact copy/add-to-group operations on search result (#1488862) +- Use matching identity in MDN response (#1488864) +- Fix handling of signatures on draft edit (#1488798) +- Fix so compacting of non-empty folder is possible also when messages list is empty (#1488858) +- Allow forwarding of multiple emails (#1486854) +- Fix big memory consumption of DB layer (#1488856) +- Fix broken message/part bodies when FETCH response contains more untagged lines (#1488836) +- Fix empty email on identities list after identity update (#1488834) +- Add new identities_level: (4) one identity with possibility to edit only signature +- Use Delivered-To and Envelope-To headers for identity selection (#1488840, #1488553) - Fix XSS vulnerability using Flash files (#1488828) -- Fix absolute positioning in HTML messages (#1488819) -- Fix cache (in)validation after setting \Deleted flag -- Fix keybord events on messages list in opera browser (#1488823) -- Fix selection of collapsed thread rows (#1488772) - Always save drafts with format=flowed in order to keep original line wraps (#1488799) -- Fix wrapping of quoted text with format=flowed (#1488177) - Select default_addressbook on the list in Address Book (#1488280) - Fix so mobile phone has TYPE=CELL in exported vCard (#1488812) - Support contacts import from CSV file (#1486399) @@ -65,6 +139,18 @@ CHANGELOG Roundcube Webmail Better classes separation Framework files moved to lib/Roundcube +RELEASE 0.8.5 +------------- +- Fix #countcontrols issue in IE<=8 when text is very long (#1488890) +- Fix unwanted horizontal scrollbar in message preview header (#1488866) +- Add workaround for IE<=8 bug where Content-Disposition:inline was ignored (#1488844) +- Fix XSS vulnerability in vbscript: and data:text links handling (#1488850) +- Fix absolute positioning in HTML messages (#1488819) +- Fix cache (in)validation after setting \Deleted flag +- Fix keybord events on messages list in opera browser (#1488823) +- Fix selection of collapsed thread rows (#1488772) +- Fix wrapping of quoted text with format=flowed (#1488177) + RELEASE 0.8.4 ------------- - Fix regression where unintentional page reload was done after request abort (#1488802) |