Skip to content

Releases: roundcube/roundcubemail

Roundcube Webmail 1.1-RC

04 Jan 17:09
Compare
Choose a tag to compare
Pre-release

This is the feature-complete version for the upcoming 1.1 stable release for final testing. We just added some new features to improve protection against CSRF attacks together with some more bug fixes.

The new security features are yet experimental and disabled by default. For testing, look into the config options use_secure_urls, assets_url and assets_dir described in the default config file.

See the full changelog here.

We recommend to run it on a separate environment and report remaining bugs to our bug tracker.

Roundcube Webmail 1.0.4

18 Dec 16:08
Compare
Choose a tag to compare

This is the 4th service release to update the stable version 1.0. It contains a security fix along with some bug fixes and improvements we found important for the long term support branch of Roundcube. The most important ones are:

  • Security: Fix possible CSRF attacks to some address book operations
    as well as to the ACL and Managesieve plugins.
  • Fix attachments encoded in TNEF containers (from Outlook)
  • Fix compatibility with PHP 5.2

See the full changelog here.

It's considered stable and we recommend to update all productive installations of Roundcube with this version. Please do backup before updating!

Roundcube webmail 1.1-beta

10 Nov 20:29
Compare
Choose a tag to compare
Pre-release

This is a beta release of the next major version 1.1 of Roundcube webmail.
With this milestone we introduce a bunch of new features and some clean-up
with the 3rd party libraries Roundcube uses:

  • Allow searching across multiple folders
  • Improved support for screen readers and assistive technology using
    WCAG 2.0 and WAI ARIA standards
  • Support images in HTML signatures (copy & paste)
  • Added namespace filter and folder searching in folder manager
  • New config option to disable UI elements/actions
  • Stronger password encryption using OpenSSL
  • Support for the IMAP SPECIAL-USE extension
  • Support for Oracle databases
  • Moved 3rd party libs to vendor directory, managed by Composer

And of course plenty of small improvements and bug fixes.

IMPORTANT: with this version, we dropped support for PHP < 5.3.7 and
Internet Explorer < 9. IE7/IE8 support can be restored by enabling the
legacy_browser plugin.

Roundcube Webmail 1.0.3

29 Sep 16:32
Compare
Choose a tag to compare

This is the 3rd service release to update the stable version 1.0. It contains some bug fixes and improvements we considered important for the long term support branch of Roundcube. See the full changelog here.

It's considered stable and we recommend to update all productive installations of Roundcube with this version. Please do backup before updating!

Roundcube Webmail 1.0.2

21 Jul 06:26
Compare
Choose a tag to compare

This is the second service release to update the stable version 1.0. It contains some bug fixes and improvements we considered important for the long term support branch of Roundcube. See the full changelog here.

It's considered stable and we recommend to update all productive installations
of Roundcube with this version. Please do backup before updating!

Roundcube Webmail 1.0.1

11 May 11:56
Compare
Choose a tag to compare

This is the first service release to update the stable version 1.0. It contains
some important bug fixes and improvements, mainly a fix for the unintentional
redirect from the compose page in Google Chrome which started to happen after
a recent Chrome update. See the full changelog here.

It's considered stable and we recommend to update all productive installations
of Roundcube with this version. Please note that the update includes a small
database schema change so make sure you run the update script.

Roundcube Webmail 1.0.0

07 Apr 19:53
Compare
Choose a tag to compare

This is the long awaited stable release of version 1.0. After adding some
new features in 1.0-beta we cleaned up the code, fixed some more bugs and
prepared everything for the big one.

Since the last major release 0.9.x, the following new features have been
added to Roundcube Webmail 1.0:

  • Canned responses to save and recall boilerplate texts
  • Save drafts in local storage for recovery
  • Attachment reminder plugin
  • A toggle to switch between HTML and plaintext view
  • Advanced LDAP address book functionality
  • Importing email messages and contact group assignments
  • Improved keyboard navigation in messages list
  • Cleaned up the configuration into a single file
  • Improved minified JS files handling, added CSS minification

And of course plenty of small improvements and bug fixes.

Read the full list of changes here: trac.roundcube.net/wiki/Changelog

WARNING: when upgrading from <= 0.9 the old configuration files named main.inc.php
and db.inc.php are now deprecated and should be replaced with one single config.inc.php file.
Run the ./bin/update.sh script to get this conversion done or manually merge the files.

NOTE: the new config.inc.php should only contain options that differ from the ones listed
in defaults.inc.php.

Roundcube webmail v1.0-RC

31 Jan 13:54
Compare
Choose a tag to compare
Pre-release

NOTES

This is the feature-complete version for the upcoming 1.0 stable release
for final testing. After adding some new features in 1.0-beta we further
cleaned up the code, fixed some more bugs and prepared everything for the
long awaited major release.

Please report remaining bugs to our bug tracker.

Roundcube webmail 1.0-beta

30 Nov 15:40
Compare
Choose a tag to compare
Pre-release

This is a beta release of the long awaited version 1.0 of Roundcube webmail.
With this milestone we introduce some important changes to the configuration
as well as some nice new features:

  • Cleaned up the configuration into a single file
  • Importing email messages and contact group assignments
  • Advanced LDAP address book functionality
  • A toggle to switch between HTML and plaintext view
  • Save drafts in local storage for recovery
  • Canned responses to save and recall boilerplate texts
  • Improved keyboard navigation in messages list
  • Attachment reminder plugin

And of course plenty of small improvements and bug fixes.

Please note that this is a beta release and we recommend to test it on a
separate environment. And don't forget to backup your data before installing it.

WARNING: the old configuration files named main.inc.php and db.inc.php are
now deprecated and should be replaced with one single config.inc.php file.
Run the ./bin/update.sh script to get this conversion done or manually merge
the files. NOTE: the new config.inc.php should only contain options that differ
from the ones listed in defaults.inc.php