Updated Desktop Editors changelog

This commit is contained in:
Svetlana Maleeva 2020-10-15 16:33:19 +03:00
parent 516397d8a7
commit f7a5d48330

View File

@ -1,5 +1,84 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<div class="changelog-open-in-new-window"><a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/desktop/documents/allplatforms/desktop-editors-changelog.aspx")%>">Open in new window</a></div>
<div class="changelog-version-block">
<p class="changelog-main-header">Version 6.0.0</p>
<p class="changelog-release-date">Release date: <span class="crd-date">10/15/2020</span></p>
<div class="changelog-switcher">
<p class="changelog-subheader">New features</p>
<p class="changelog-subsubheader">All Editors</p>
<ul>
<li>Added the option to adjust application interface scaling (Windows, Linux).</li>
<li>Added the AutoFit settings for shapes.</li>
<li>Added the ability to insert special characters. Hotkeys have been implemented in the Document Editor only.</li>
<li>Added the autorun settings for macros. If the <b>Show Notification</b> option is selected, a user will be notified about macros existence.</li>
<li>Added the ability to select an image from the document manager for watermarks, shapes and slides fill (Bug 42913).</li>
<li>Added the <b>AutoCorrect</b> list (Bug 44659).</li>
<li>Redesigned the color selection component.</li>
<li>Added the ability to change a position and size of chart elements (a title, an area, a legend and data labels).</li>
<li>Added the <code>Ctrl + 0</code> hotkey to reset zoom to 100%. A sequence fits a slide to workview in the Presentation Editor (Bug 45106).</li>
<li>Changed a behaviour of hiding icons in tabs when reducing editor windows. They are hiding as needed now.</li>
</ul>
<p class="changelog-subsubheader">Document Editor</p>
<ul>
<li>Added the ability to insert date and time (Bug 36585).</li>
<li>Added the ability to print the selection in the view mode (Bug 44338).</li>
<li>Added the ability to convert equations from old formats (Bug 44511).</li>
<li>Changed a placeholder for content controls.</li>
<li>Redone the algorithm of justifying a paragraph with condensing spaces (Bug 40851, Bug 44960).</li>
</ul>
<p class="changelog-subsubheader">Spreadsheet Editor</p>
<ul>
<li>Added full support of pivot tables (inserting and editing).</li>
<li>Added the autofilter settings in pivot tables (by labels, by values, additional sort parameters).</li>
<li>Added support of opening all conditions existing in a file for data bar conditional formatting.</li>
<li>Added support of opening all gradients existing in a file for data bar conditional formatting.</li>
<li>Added full support of slicers for formatted tables (Bug 30397).</li>
<li>Added the special paste settings (Bug 42544).</li>
<li>Added the ability to move a sheet from one workbook to another.</li>
<li>Added the ability to insert an internal link to a named range (Bug 44821).</li>
<li>Added the ability to print titles (Bug 43869).</li>
<li>Added a component for cells selection.</li>
<li>Added the ability to remove duplicate values. Also available for formatted tables.</li>
<li>Added the ability to insert function via the <b>Function Arguments</b> dialogue.</li>
<li>Added the ability to get a hyperlink to an internal range and open the workbook with linking to it.</li>
<li>Added the <b>Wrap Text</b> and <b>Shrink to Fit</b> settings in the right toolbar.</li>
<li>Added the <b>Vertical Text</b> option in the text orientation settings.</li>
<li>Combined the bulleted and numbered list settings. Added the ability to create lists from the <b>List Settings</b> dialogue.</li>
<li>Added the ability to change the function in the <b>Total Row</b> for formatted tables.</li>
<li>Added the delimiter settings for the <b>Special Paste</b> and <b>Text to Columns</b> dialogues.</li>
<li>Added the <code>LINEST</code> function (Bug 45534).</li>
<li>Added the <code>Ctrl+;</code> and <code>Ctrl+Shift+;</code> hotkeys for date and time insertion (Bug 42876).</li>
<li>Added the <code>Shift+F3</code> hotkey for a function insertion.</li>
<li>Added the status bar settings.</li>
<li>Added the ability to select the column or row of a formatted table or the whole table by one mouse click.</li>
</ul>
<p class="changelog-subsubheader">Presentation Editor</p>
<ul>
<li>Changed the interface for an internal link.</li>
<li>Added the ability to print the selection in the view mode (Bug 44338).</li>
<li>Combined the bulleted and numbered list settings. Added the ability to create lists from the <b>List Settings</b> dialogue.</li>
</ul>
<p class="changelog-subheader">Fixes</p>
<ul>
<li>All editors received countless fixes.</li>
</ul>
</div>
</div>
<div class="changelog-version-block">
<p class="changelog-main-header">Version 5.6.4</p>
<p class="changelog-release-date">Release date: <span class="crd-date">09/09/2020</span></p>
<div class="changelog-switcher">
<p class="changelog-subheader">Fixes</p>
<p class="changelog-subsubheader">All editors</p>
<ul>
<li>Fixed several vulnerabilities in convertion app (Bug #46348, Bug #46352, Bug #46353, Bug #46384, Bug #46434, Bug #46436).</li>
<li>Fixed vulnerability in TXT converter (Bug #46437).</li>
<li>Fixed Path Traversal vulnerability via image upload params (Bug #46113).</li>
<li>Fixed Path Traversal vulnerability via savefile param (Bug #46037).</li>
<li>Fixed Path Traversal vulnerability via Convert Service param (Bug #45976).</li>
</ul>
</div>
</div>
<div class="changelog-version-block">
<p class="changelog-main-header">Version 5.6.0</p>
<p class="changelog-release-date">Release date: <span class="crd-date">07/30/2020</span></p>