Added Desktop changelog v6.3.1, updated Desktop version control

This commit is contained in:
Ilya Sobolev 2021-07-01 18:37:23 +03:00
parent 6545cba08e
commit a2b6b6c5bf
2 changed files with 52 additions and 2 deletions

View File

@ -1,5 +1,55 @@
<%@ 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.3.1</p>
<p class="changelog-release-date">Release date: <span class="crd-date">06/28/2021</span></p>
<div class="changelog-switcher">
<div class="bigVideoCont">
<iframe src="https://www.youtube.com/embed/NmbEE0KNmsU" frameborder="0" allowfullscreen></iframe>
</div>
<p class="changelog-subheader">New Features</p>
<p class="changelog-subsubheader">All Editors</p>
<ul>
<li>Added <b>Seafile</b> provider connection options.</li>
<li>Added <b>Interface Themes</b> support. The following themes are available to choose from: <b>Light</b>, <b>Classic light</b>, and <b>Dark</b>.</li>
<li>Added support for 150% interface scaling (Windows, Linux).</li>
<li><b>Spellchecker</b> implemented as <b>SharedWorker</b>. No more back-end service for spellchecker.</li>
<li>Added the ability to mark a file as <b>Favorite</b> (must be supported on DMS side).</li>
<li>Added <b>Password protection</b> support.</li>
<li>Added new chart types: Lines and Scatter.</li>
<li>Added hyperlink check for up to 2083 symbols.</li>
</ul>
<p class="changelog-subsubheader">Document Editor</p>
<ul>
<li><b>Wrap settings</b> for shapes have been added to the top toolbar.</li>
<li><b>Indents settings</b> have been added to the Paragraph section of the right sidebar.</li>
<li>Changed <b>Register</b> operation in the top toolbar.</li>
<li>Added the ability to <b>Change the list level</b>.</li>
<li>It is now possible to export to <code>html</code>, <code>fb2</code> and <code>ePub</code> formats.</li>
</ul>
<p class="changelog-subsubheader">Spreadsheet Editor</p>
<ul>
<li>Added new chart type - Combo.</li>
<li>Redone <b>Chart Advanced Setting</b> with more axis settings.</li>
<li>Added the ability to set <b>Axis label</b> format.</li>
<li>New date format <code>YYYY-MM-DD</code>.</li>
<li><b>Cell indents settings</b> have been added to the Table section of the right sidebar.</li>
<li>Added support for opening Microsoft Office <code>XML 2003</code> files.</li>
<li><b>Group</b> and <b>Ungroup</b> operations are now available for <b>Pivot Tables</b>.</li>
<li>Added new <code>XLOOKUP</code> function.</li>
</ul>
<p class="changelog-subsubheader">Presentation Editor</p>
<ul>
<li>Added <b>Slide opacity</b> setting to the Slide settings section of the right sidebar.</li>
<li><b>Column settings</b> for text in a shape has been moved to the top toolbar.</li>
<li>Presentation Animations are saved after export from our editor.</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 6.2</p>
<p class="changelog-release-date">Release date: <span class="crd-date">03/18/2021</span></p>
@ -27,7 +77,7 @@
<li>Added the ability to insert slicers for pivot tables.</li>
<li>Added the <b>Data Validation</b> settings.</li>
<li>Added the ability to create custom number formats.</li>
<li>Added new functions: <code>GROWTH</code>, <code>TREND</code>, <code>LOGEST</code>, <code>UNIQUE</code>, <code>MUNIT</code>, <code>RANDARRAY</code>.</li>
<li>Added the new functions: <code>GROWTH</code>, <code>TREND</code>, <code>LOGEST</code>, <code>UNIQUE</code>, <code>MUNIT</code>, <code>RANDARRAY</code>.</li>
</ul>
<p class="changelog-subsubheader">Presentation Editor</p>
<ul>

View File

@ -1,4 +1,4 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<a class="page_version_link" target="_blank" href="https://github.com/ONLYOFFICE/DesktopEditors"><cc:localizecontent runat="Server" controlname="~/Controls/Help/VariousControls/Versions/DesktopEditors/DesktopEditorsProduct.ascx" /><span class="pvl_version pvl_current">v6.2</span></a>
<a class="page_version_link" target="_blank" href="https://github.com/ONLYOFFICE/DesktopEditors"><cc:localizecontent runat="Server" controlname="~/Controls/Help/VariousControls/Versions/DesktopEditors/DesktopEditorsProduct.ascx" /><span class="pvl_version pvl_current">v6.3.1</span></a>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/Changelogs/DesktopEditorsChangelog.ascx" />