
<topic>
    <title>Build and Release Notes</title>
    <shortdesc>List of recently released DITA Storm versions with open defects and suggested enhancements. </shortdesc>
    <body>
        <section>
            <title>v2.0 RC12</title>
            <ul>
                <li>
                    <image href='images/insertMenu.png' align='right'/>DITA Storm is now featuring context-sensitive Insert menu (which can be opened with familiar Ctrl+Space combination with convenient as-you-type element filtering. 
                </li>
                <li>
                    <p>Cursor handling logic have been updated </p>
                </li>
                <li> Resource compiler is now included into editor distribution package </li>
            </ul>
        </section>
        <section>
            <title>v2.0 RC11</title>
            <ul>
                <li>Editor now features ability to go directly to the DITA element specification page by clicking 'Element Help' on the popup menu or from element properties window.</li>
                <li>More generic 'Enter' key handling introduced. See <xref href='editing.xml'>Basic Editing</xref> section for details.</li>
                <li>Introduced ability to quickly exit current element buy pressing Ctrl+Enter or Esc.</li>
                <li>Typing in topic body now automatically create a paragraph (user error message removed).</li>
                <li>Number of minor defects fixed.</li>
            </ul>
        </section>
        <section>
            <title>v2.0 RC10</title>
            <ul>
                <li>Undo operation implemented, you can use corresponded button on the toolbar, Ctrl+Z or equivalent.</li>
                <li>"Print" button is now available on the toolbar</li>
                <li>Activated image is now gets outlined</li>
                <li>Number of selection handling enhancements</li>
                <li>Delete/backspace handling improvements</li>
                <li>DITA XML element and XSL customization documentation is now available on the site.</li>
                <li>Number of usability issues and defects have been fixed.</li>
            </ul>
        </section>
        <section>
            <title>v2.0 RC9</title>
            <ul>
                <li>DITA Reference support has been added.</li>
                <li>
                     Introduced ability to retrieve indentation-formatted XML. See <xref href='javascriptInterface.xml'>JavaScript API</xref> section for details. This option will be enabled by default on Free Online Editor. 
                    <p>
                        <image href='images/DitaIndenting.png'/> 
                    </p>
                </li>
                <li> Implemented <tt>prolog/metadata//*</tt> DITA elements</li>
                <li>
                     Two new editing modes have been introduced 'Outline' and 'XML'. Outline represents DITA as a XML node tree. XML mode enables plain-text editing of DITA content. 
                    <p>
                        <image href='images/modesSmall.png'/> 
                    </p>
                </li>
                <li>Number of usability issues and defects have been fixed.</li>
            </ul>
        </section>
        <section>
            <title>v2.0 RC8</title>
            <ul>
                <li>DTD location in DOCTYPE can now be set from toolbar</li>
                <li>Fixed: Element 'source' in 'prolog' does not get inserted properly</li>
                <li>Empty Element Marker handling has been revisited. Element active no longer collapses if it looses the cursor.</li>
                <li>Fixed: Firefox 'Paste from OS Clipboard' dialog does not respect window scrolling position.</li>
                <li>Element 'injection' algorithm has been updated. Inserting 'section' into 'note' (with note splitting) and similar operations are more relevant now.</li>
                <li>Fixed: Incorrect behavior of 'Del' key. In some cases it merges following element in as oppose to working with ones available in the element body.</li>
            </ul>
        </section>
        <section>
            <title>v2.0 RC7</title>
            <ul>
                <li>Fixed some of the Home/End/Up/Down key issues.</li>
                <li>Added and documented 'content modified' indicator. JavaScript interface is now available.</li>
                <li>Added locktitle attribute to 'topicref'.</li>
                <li>Exposed 'ditastorm.conref' extension point to allow for custom conref/href lookup functionality.</li>
                <li> Published JavaScript API and Customization section.</li>
                <li>Updated 'topicref' XSL template to indicate status of the topicref item.</li>
                <li>Fixed: Shift+Up/Down selection does not select text correctly if positioned inside the table.</li>
                <li>Fixed: Property window looses focus when new element gets created via insert or apply.</li>
                <li>Firefox popup windows switched to 'alwaysRaised' mode.</li>
                <li>Implement tooltips on toolbar buttons.</li>
                <li>Add on-delete confirmation dialog for major elements (note, section, topic...) according to what's specified in model.xml</li>
                <li>Implement 'acceptCursor' pass-thru to the child elements. E.g. when list gets activated first list item should accept the cursor.</li>
            </ul>
        </section>
        <section>
            <title>v2.0 RC6</title>
            <ul>
                <li>Added 'dl', 'info' and 'copyright' elements with corresponded childs.</li>
                <li>Can not insert cursor using mouse after last block element in block. For example: &lt;p&gt;&lt;note/&gt;&lt;note/&gt;|&lt;/p&gt;</li>
                <li>Implement DOCTYPE support</li>
                <li>Add DOCTYPE support to online editor.</li>
                <li>Show warnings when certain element can not be pasted in or element can not be applied to selection.</li>
                <li>Cut/Delete operations allow deletion of required elements like 'title' in 'topic'.</li>
                <li>Fixed: namespaced attributed do not get saved correctly.</li>
                <li>Fixed: copied 'note' does not get properly inserted into regular text.</li>
                <li>Fixed: activating and deleting 'shortdesc' removes topic body.</li>
                <li>Basic implementation of Ctrl+Home/Ctrl+End for by-page navigation.</li>
                <li>Fixed: editor does not properly handle situations when selection is complete but cursor moves (from keyboard) without copy/cut operation. Only found in Firefox</li>
            </ul>
        </section>
        <section>
            <title>v2.0 RC5</title>
            <ul>
                <li>Implment shortcuts Ctrl+B/I/U/Q operations</li>
                <li>Provide ability to configure keyboard Ctrl+* shortcuts for any element defined model.xml.</li>
                <li>Pressing Ctrl+B inside of Ctrl+B creates nested 'b' elements as oppose to what clicking on toolbar does - unwrapping 'b'.</li>
                <li>Usability: when whole text of the element is selected, operations should target entier element not just selected text.</li>
                <li>Fixed: When selection starts right at he position of the cursor, selection markers get injected right into the sursor SPAN.</li>
                <li>Scroll window with cursor when it moves outside of visible area.</li>
                <li>Fixed: Special characters does not get saved correctly when chunks of the document copy/pasted from MS Office document get saved.</li>
                <li>Fixed: Traversing cursor backwards in "&lt;li&gt;&lt;q&gt;text" does not put cursor between 'q' and 'li'. (as oppose to when traversing forward).</li>
                <li>Fixed: Selecting area and attempting to get list of "insert" items does not show list of available options (at least Firefox).</li>
            </ul>
        </section>
    </body>
</topic>
