Skip to content

Roundcube Webmail 1.0.0

Compare
Choose a tag to compare
@thomascube thomascube released this 07 Apr 19:53
· 273 commits to release-1.0 since this release

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.