mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-02-10 18:05:16 +08:00
116 lines
5.5 KiB
HTML
116 lines
5.5 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>История изменений ONLYOFFICE Desktop Editors</title>
|
|
<style type="text/css">
|
|
body {
|
|
background: white;
|
|
font-size: 12px;
|
|
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Lucida, Helvetica, sans-serif;
|
|
}
|
|
h1, h2, h3 {
|
|
color: #000;
|
|
font-family: "Helvetica";
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
h1 {
|
|
font-size: 18px;
|
|
}
|
|
h2 {
|
|
font-size: 16px;
|
|
}
|
|
h3 {
|
|
font-size: 14px;
|
|
}
|
|
a {
|
|
text-decoration: none;
|
|
}
|
|
code {
|
|
background: var(--color-gray-200);
|
|
font-family: monospace;
|
|
padding: 1px 5px;
|
|
}
|
|
.releasedate {
|
|
color: #888;
|
|
font-size: medium;
|
|
}
|
|
.version {
|
|
border-bottom: 1px solid #cfcfcf;
|
|
}
|
|
.more {
|
|
margin-bottom: 20px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="version">
|
|
<h1>ONLYOFFICE Desktop Editors 8.0.1<span class="releasedate"> - {{DATE}}</span></h1>
|
|
|
|
<h2>Fixes</h2>
|
|
|
|
<ul>
|
|
<li>Significantly increased the speed of unpacking the update package through the built-in update service for future releases (Windows)</li>
|
|
<li>Fixed the table alignment on a page after printing</li>
|
|
<li>Renamed the form template creation button to PDF Form</li>
|
|
<li>Changed the font family for Arabic language on the application main page</li>
|
|
<li>Fixed the Open Document dialog window language if the Arabic interface is set in the system</li>
|
|
<li>Fixed changing the text direction in the User Name field when changing the keyboard layout if the RTL UI is enabled</li>
|
|
<li>The RTL UI mode is hidden on Windows XP</li>
|
|
<li>Fixed applying a password when opening local files on Windows XP</li>
|
|
<li>Fixed the translation in the drop-down lists of options for the 'Disabled' state in the application settings</li>
|
|
<li>Fixed the description of the `DOCX` format in the Save As dialog</li>
|
|
</ul>
|
|
<h4>Document Editor</h4>
|
|
<ul>
|
|
<li>Fix crash when clicking comment inside a math equation</li>
|
|
<li>Fix crash when using the Insert caption feature with the Include chapter number option</li>
|
|
<li>Fix crash when inserting a copied image using Ctrl</li>
|
|
<li>Fix a problem with rendering collaboration highlight</li>
|
|
<li>Fix an issue with highlighting searching results in some `DOCX` files</li>
|
|
<li>Fix display of highlighting a comment added to RTL text</li>
|
|
<li>Fix text label for Table of Contents in the RTL UI</li>
|
|
<li>Fix an issue with shaping text with different direction (RTL and LTR)</li>
|
|
<li>Improve the calculation of the cursor position in case when it is between text with different directions (RTL and LTR)</li>
|
|
<li>Fix an issue with correction of a text selection when passing through a complex field</li>
|
|
<li>Fix an issue with calculating the current cursor position while selecting elements in table</li>
|
|
<li>Fix selection for the hidden part of complex fields</li>
|
|
<li>Fix an issue with selection draw and cursor positioning in complex fields</li>
|
|
<li>Fix position of diacritics when typing in Arabic</li>
|
|
<li>Hide non-printing characters in header/footer label</li>
|
|
<li>Decrease the height of the header/footer label</li>
|
|
</ul>
|
|
<h4>Spreadsheet Editor</h4>
|
|
<ul>
|
|
<li>Fix stopping work of the editor when exporting some `XLSX` files to `PNG`/`JPEG`</li>
|
|
<li>Fix display of the DBNum1 number format when opening some XLSX files</li>
|
|
<li>Fix display of the Currency format when exporting some `XLSX` to `ODS` and reopening</li>
|
|
<li>Fix appearing artifacts when inserting an image via Drag-n-Drop and moving it</li>
|
|
<li>Fix saving the current sheet only when exporting a work book to `PNG`/`JPEG`</li>
|
|
<li>Fix display of the #REF! error when adding the VLOOKUP formula with an argument which is a reference to another file</li>
|
|
</ul>
|
|
<h4>Presentation Editor</h4>
|
|
<ul>
|
|
<li>Fix stopping work of the editor when opening some `PPTX` files</li>
|
|
<li>Fixed the app crash when pressing the `Command` + `,` keyboard shortcut in Presenter View (macOS)</li>
|
|
<li>Fixed closing the application when opening a local presentation in the its own window mode and launching the Presenter View</li>
|
|
</ul>
|
|
<h4>Forms</h4>
|
|
<ul>
|
|
<li>Fix crash when expanding the Date field in the forms edited in third-party editors</li>
|
|
<li>Fix closing a drop-down list in some PDF forms with the Turn on screen reader support option enabled</li>
|
|
<li>Change the default date-time format for a DatePicker form</li>
|
|
</ul>
|
|
<h4>PDF Editor</h4>
|
|
<ul>
|
|
<li>Fix crash when opening some `DjVU` files</li>
|
|
<li>Fix annotations offset when exporting to PDF</li>
|
|
<li>Fix the color of the worksheet borders with the light interface theme</li>
|
|
</ul>
|
|
|
|
<div class="more"><a href="https://github.com/ONLYOFFICE/DesktopEditors/blob/master/CHANGELOG.md#801" target="_blank">и прочее...</a></div>
|
|
</div>
|
|
</body>
|
|
</html>
|