Updated Docs changelog

This commit is contained in:
Svetlana Maleeva 2020-11-27 16:44:37 +03:00
parent bd8eb7fc29
commit a2c5f53b68

View File

@ -1,6 +1,103 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<div class="changelog-open-in-new-window"><a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/server/document/changelog.aspx")%>">Open in new window</a></div>
<div class="changelog-version-block">
<p class="changelog-main-header">Version 6.1</p>
<p class="changelog-release-date">Release date: <span class="crd-date">12/1/2020</span></p>
<div class="changelog-switcher">
<p class="changelog-subheader">New Features</p>
<p class="changelog-subsubheader">All Editors</p>
<ul>
<li>Updated fill settings for autoshapes, cells, slides, TextArt: added a spinner for setting the picker position, buttons for adding and removing the current picker. Updated styles. When adding a new picker, the current appearance of the gradient does not change.</li>
<li>Added the ability to set an arbitrary angle for a gradient fill.</li>
<li>Added the ability to edit <b>Math AutoCorrect</b> options (remove or change existing entries, add new ones, restore default values).</li>
<li>Added the <b>Recognized functions</b> functionality to the proofing settings.</li>
<li>Added icons to context menus.</li>
<li>Renewed the <b>File</b> panel: the <b>Apply</b> button is always visible.</li>
<li>Added the <code>Help</code> parameter for plugins - a link to the plugin description.</li>
</ul>
<p class="changelog-subsubheader">Document Editor</p>
<ul>
<li>Added the <b>Line numbers</b> functionality.</li>
<li>Added the ability to insert, edit, and convert endnotes.</li>
<li>Added the ability to create cross-references.</li>
<li>Added support of the fb2 format for viewing. The html/epub/mht formats are now available for all platforms.</li>
<li>Added the ability to differentiate review permissions in the editor configuration file.</li>
<li>Added the <b>Autoformat as you type</b> functionality to the proofing settings</li>
</ul>
<p class="changelog-subsubheader">Spreadsheet Editor</p>
<ul>
<li>Added a button to insert a pivot table in the <b>Insert</b> tab.</li>
<li>Added the <b>Sheet view</b> functionality.</li>
<li>Added additional options for editing chart data (series and categories).</li>
<li>Added the ability to display shadows for frozen areas.</li>
<li>Added the <b>Autoformat as you type</b> functionality to the proofing settings</li>
</ul>
<p class="changelog-subsubheader">Embedded mode</p>
<ul>
<li>Removed the Google+ icon from the sharing settings window.</li>
<li>Added the <b>Print</b> option to the menu.</li>
</ul>
</div>
</div>
<div class="changelog-version-block">
<p class="changelog-main-header">Version 6.0.2</p>
<p class="changelog-release-date">Release date: <span class="crd-date">11/12/2020</span></p>
<div class="changelog-switcher">
<p class="changelog-subheader">New Features</p>
<p class="changelog-subsubheader">Integration Example</p>
<ul>
<li>The integration example now included in the open source version.</li>
</ul>
<p class="changelog-subheader">Fixes</p>
<p class="changelog-subsubheader">All Editors</p>
<ul>
<li>Fixed a problem with inserting the BMP images in a document (Bug #47276).</li>
</ul>
<p class="changelog-subsubheader">Installation</p>
<ul>
<li>Fixed a problem with the database cleanup (<code>onlyoffice-documentserver.postinst: 124: [: false: unexpected operator</code>) (<a target="_blank" href="https://github.com/ONLYOFFICE/DocumentServer/issues/1043">DocumentServer issue #1043</a>).</li>
</ul>
<p class="changelog-subsubheader">Backend</p>
<ul>
<li>Fixed an issue with PostgreSQL before 9.5 (bug #45406).</li>
</ul>
</div>
</div>
<div class="changelog-version-block">
<p class="changelog-main-header">Version 6.0.1</p>
<p class="changelog-release-date">Release date: <span class="crd-date">10/28/2020</span></p>
<div class="changelog-switcher">
<p class="changelog-subheader">Fixes</p>
<p class="changelog-subsubheader">All Editors</p>
<ul>
<li>Actualized Help.</li>
</ul>
<p class="changelog-subsubheader">Document Editor</p>
<ul>
<li>Fixed losing comments added to the <code>docx</code> document (Bug #46770).</li>
</ul>
<p class="changelog-subsubheader">Spreadsheet Editor</p>
<ul>
<li>Fixed refreshing a pivot table in R1C1 (Bug #46052).</li>
</ul>
<p class="changelog-subsubheader">Convert</p>
<ul>
<li>Fixed an error while opening a specific <code>xls</code> file (Bug #46728)</li>
</ul>
<p class="changelog-subsubheader">Backend</p>
<ul>
<li>Fixed several vulnerabilities.</li>
<li>Fixed Path Traversal vulnerability via the <code>download as</code> params.</li>
<li>Fixed ER_DATA_TOO_LONG: Data too long for column 'callback' at row 1.</li>
<li>Fixed a problem with generating a new presentation theme (Bug #46754).</li>
</ul>
<p class="changelog-subsubheader">Installation</p>
<ul>
<li>Fixed cluster mode setup.</li>
</ul>
</div>
</div>
<div class="changelog-version-block">
<p class="changelog-main-header">Version 6.0</p>
<p class="changelog-release-date">Release date: <span class="crd-date">10/14/2020</span></p>