mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-02-10 18:05:16 +08:00
95 lines
3.5 KiB
HTML
95 lines
3.5 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>ONLYOFFICE Desktop Editors Release Notes</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 7.5.1<span class="releasedate"> - {{DATE}}</span></h1>
|
|
|
|
<h2>Fixes</h2>
|
|
|
|
<h4>All Editors</h4>
|
|
<ul>
|
|
<li>Fixed print options (range) tuning for documents and presentations</li>
|
|
<li>Fixed some security issues</li>
|
|
<li>Fixed opening files with size more than 100 MB</li>
|
|
<li>Fixed some issues with composite input</li>
|
|
<li>Fixed issues preventing the application from working on MacOS version < 12.0</li>
|
|
<li>Fixed working with blocked text fields in dialog boxes</li>
|
|
<li>Improved quality of the SVG images added to the documents</li>
|
|
<li>Fixed the main window hanging when closing the application after working with several document tabs</li>
|
|
<li>Fixed signing of documents/spreadsheets using SVG images</li>
|
|
</ul>
|
|
<h4>Document Editor</h4>
|
|
<ul>
|
|
<li>Fixed incorrect painting inserted Text Art</li>
|
|
<li>Fixed an error when combining/comparing documents</li>
|
|
</ul>
|
|
<h4>Spreadsheet Editor</h4>
|
|
<ul>
|
|
<li>Fixed issue when cell border became hidden due to hide row with part of merged cell</li>
|
|
<li>Fixed equation transformation for Linear/Professional mode switching from context menu</li>
|
|
<li>Fixed print issue for Header/Footer</li>
|
|
<li>Fixed crashing of the editor after creating file from password protected XLTX</li>
|
|
</ul>
|
|
<h4>Presentation Editor</h4>
|
|
<ul>
|
|
<li>Fixed error on click Header & Footer in Insert tools panel</li>
|
|
<li>Fixed crashing in the Reporter mode on changing slide from end demonstration</li>
|
|
<li>Fixed saving presentations with media files for compatibility with other editors</li>
|
|
</ul>
|
|
<h4>PDF Editor</h4>
|
|
<ul>
|
|
<li>Fixed saving document through "Save copy"</li>
|
|
<li>Fixed incorrect processing editor's config (editorType)</li>
|
|
<li>Fixed issue for plugin "Send" when there is no email client installed</li>
|
|
<li>Fixed opening help for PDF editor and files opened for viewing (XPS, DjVu)</li>
|
|
</ul>
|
|
|
|
<div class="more"><a href="https://github.com/ONLYOFFICE/DesktopEditors/blob/master/CHANGELOG.md#751" target="_blank">and a little more...</a></div>
|
|
</div>
|
|
</body>
|
|
</html>
|