Update: Desktop Editors changelog

This commit is contained in:
Svetlana Maleeva 2020-07-30 16:29:29 +03:00
parent 1e7002fc52
commit ea44eb2a49

View File

@ -1,5 +1,64 @@
<%@ 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 5.6.0</p>
<p class="changelog-release-date">Release date: <span class="crd-date">07/30/2020</span></p>
<div class="changelog-switcher">
<p class="changelog-subheader">New features</p>
<p class="changelog-subsubheader">All Editors</p>
<ul>
<li>Added support of the Private Rooms plugin (ONLYOFFICE Enterprise Edition 11.0 is needed as well).</li>
<li>Added the possibility to gain access to some features of the Document Server commercial versions.</li>
</ul>
<p class="changelog-subheader">Fixes</p>
<p class="changelog-subsubheader">All Editors</p>
<ul>
<li>Fixed opening zero-byte files created with the MS Office folder menu.</li>
<li>Fixed an issue with opening long path files (Bug 45117).</li>
<li>Added the ability to run the application with the system title bar by the <code>--system-title-bar</code> flag (Linux) (Bug 43189) (#271).</li>
<li>Fixed an unexpected application window behavior after finishing the presentation preview (Bug 44968).</li>
<li>Fixed an unexpected application behavior after undocking a window with the presenter mode (Bug 45483).</li>
<li>Fixed the ability to resize the application windows on Mac OS (Bug 45135).</li>
<li>Fixed an issue with connecting to cloud servers if the URL address contains spaces (Bug 42293).</li>
<li>Fixed an issue with restoring the application window after some scenarios (Bug 45292).</li>
<li>Fixed the display of a dialog window while closing all application windows (Bug 44974).</li>
<li>Fixed scaling a window title on HiDPI displays in some scenarios (Bug 45060).</li>
<li>Fixed a duplication of the print button after undocking the PDF viewer window (Bug 45170).</li>
<li>Improved some translations in dialog windows.</li>
<li>Fixed a position of the application window after printing operations was canceled (Bug 45003).</li>
<li>Fixed an issue with displaying artifacts on the about page in some scenarios (Bug 44684).</li>
<li>Fixed an issue with displaying artifacts after the installation on Windows 10 was finished (Bug 45089).</li>
<li>Fixed an issue with updating the user name while the document is opened (Bug 45254).</li>
<li>Added a user name limitation in the field (Bug 44742).</li>
<li>Fixed an issue with locking modal dialog windows while the print dialog window in opened and updocked (Bug 42791).</li>
<li>Fixed an editor tab position after the window is attached (Bug 44749).</li>
<li>Added a custom title for the Windows Apps entry in the Add or Remove Programs list.</li>
<li>Fixed an unexpected system reboot after the VSRedis installation.</li>
<li>Fixed the display of dialog windows on some linux color schemes (Bug 31995).</li>
</ul>
<p class="changelog-subsubheader">Document Editor</p>
<ul>
<li>Fixed an issue with the auto color feature for graphical objects in some <code>DOCX</code> user files (Bug 45460).</li>
<li>Fixed an issue with increasing the font size in some <code>DOCX</code> user files (Bug 44852).</li>
<li>Fixed disabling the undo/redo buttons after comparing the documents.</li>
<li>Fixed an incorrect display of some <code>PDF</code> user files (Bug 45336, Bug 39097, Bug 19078).</li>
<li>Fixed an incorrect display of a watermark on CJK languages (Bug 45886).</li>
<li>Fixed the export of some <code>DOCX</code> user files to <code>PDF</code> (Bug 45319).</li>
</ul>
<p class="changelog-subsubheader">Spreadsheet Editor</p>
<ul>
<li>Fixed an invalid icon in the cell border menu (Bug 45910).</li>
<li>Fixed an error with copying and pasting a formatted table in some <code>XLSX</code> files (Bug 45731).</li>
<li>Fixed an error with the formatted table creation in some <code>XLSX</code> files (Bug 45773).</li>
<li>Fixed an error with entering big data in the last partially viewed cell (Bug 45653) (#903).</li>
<li>Fixed an appearance of the color selection dialog box for bulleted lists (Bug 45417).</li>
</ul>
<p class="changelog-subsubheader">Presentation Editor</p>
<ul>
<li>Fixed an appearance of the color selection dialog box for bulleted lists (Bug 45417).</li>
</ul>
</div>
</div>
<div class="changelog-version-block">
<p class="changelog-main-header">Version 5.5.1</p>
<p class="changelog-release-date">Release date: <span class="crd-date">04/09/2020</span></p>