After a few days' work, the merge from my experimental branch is completed and we are releasing the first 1.1.0 unstable. We still have to merge Jerome's development branch, but you can get an idea of the direction we are heading.
The plugin system has undergone major changes, and it will be confusing for most users as it's designed to be manipulated by a WP plugin (activate/deactivate, set options), which is still under development. Some code is still missing before the plugin system for 1.1.0 is complete (some will be borrowed from the new backend), but the current snapshot already offers a new important feature that enables plugins to be tied to the running context (for an example have a look at the constants in config.php and plugins/AboutContext.php).
As usual, you can download 1.1.0-dev from the project filelist, or read its ChangeLog (also copied below for convenience). If you have any questions or need explanations, post a comment here.