[plain]The conjoon development team is proud to announce the immediate availability of conjoon 0.1.4RC2. This is a release candidate for the Twitter oauth release. This will hopefully be the last RC for the 0.1.4 release.[/plain]
[plain]Notable changes from the changelog:[/plain]
[plain][Email module - client][/plain]
- [plain]fixed an issue where an email would not be properly referenced when preview window was dragged & droppped into the content panel, then any operation on this panel would have been invoked (reply, reply all, forward) due to the fact that the EditorManager would only accept a record of type EmailItemRecord for creating an editor instance, but not EmailRecord (closes [/plain][
[plain]CN-386[/plain]](http://conjoon.org/issues/browse/CN-386)[plain]) (thanks to larissa84)[/plain]
[plain][Feeds module - backend][/plain]
- [plain]fixed an issue where the &8220;author&8221; field of a feed entry would not be stored properly in the database, thus, showing the value &8220;Array&8221; as the author name: adjusted backend code to inspect the return value of &8220;getAuthor()&8221; of the feed entry object and apply found values properly (closes [/plain][
[plain]CN-387[/plain]](http://conjoon.org/issues/browse/CN-386)[plain]) (reported by e-mike)[/plain]
[plain][Twitter module - client][/plain]
- [plain]fixed an issue where replies would not be linked properly due to wrong data type for specific fields; changed those fields to type &8220;string&8221; to make sure that containing ids can be rendered properly (closes [/plain][
[plain]CN-384[/plain]](http://conjoon.org/issues/browse/CN-384)[plain])[/plain]
[plain][Workbench][/plain]
- [plain]fixed an issue where the &8220;startup&8221; sound would not play as soon as the workbench is in &8220;ready&8221; state, even if the registry tells that system sounds are enabled: resolved by adding a &8220;onload&8221; listener to the SystemSoundManager that would call attached listeners to tell that it&8217;s ready to be used; previously it was assumed that the driver is ready to be used as soon as the workbench is available (closes [/plain][
[plain]CN-385[/plain]](http://conjoon.org/issues/browse/CN-385)[plain])[/plain]
[plain][General UI][/plain]
- [plain]fixed an issue where some regions of a container would not be clickable if it was masked previously by a feed/email preview, and this preview would have been hidden using it&8217;s animation function: adjusted callback so the anim element&8217;s container gets hidden, too (closes [/plain][
[plain]CN-388[/plain]](http://conjoon.org/issues/browse/CN-388)[plain])[/plain]
[plain][Datastore - mysql][/plain]
- [plain]fixed an issue where two different indexes would target the same column: changed index &8220;user_id&8221; to operate on column &8220;user_id&8221; (closes [/plain][
[plain]CN-390[/plain]](http://conjoon.org/issues/browse/CN-390)[plain])[/plain]
link