Skip to content

Commit

Permalink
Merge pull request 'Merge branch 'develop' into release/v9.0.0' (#210)…
Browse files Browse the repository at this point in the history
… from develop into release/v9.0.0
  • Loading branch information
maxkadushkin committed Mar 3, 2025
2 parents 5ae8c75 + 1e71c90 commit 1704cd5
Show file tree
Hide file tree
Showing 2 changed files with 392 additions and 0 deletions.
196 changes: 196 additions & 0 deletions macos/ONLYOFFICE/update/updates/ONLYOFFICE/changes/8.3.1/changes.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,196 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>ONLYOFFICE Release Notes</title>
<style type="text/css">
/* variables */
:root {
--color-black: #141923;
--color-white: #fff;
--color-gray-100: #f7fafc;
--color-gray-200: #edf2f7;
--color-gray-300: #e2e8f0;
--color-gray-400: #cbd5e0;
--color-gray-500: #a0aec0;
--color-gray-600: #718096;
--color-gray-700: #4a5568;
--color-gray-800: #2d3748;
--color-gray-900: #1a202c;
}
body {
background: var(--color-white);
color: var(--color-gray-800);
font: 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, Lucida, Helvetica, sans-serif;
}
h1, h2, h3 {
color: var(--color-gray-800);
font-weight: normal;
font-style: normal;
}
h1 {
font-size: 1.7em;
}
h2 {
font-size: 1.4em;
font-weight: lighter;
}
h4 {
font-size: 1.2em;
font-weight: lighter;
}
code {
background: var(--color-gray-200);
font-family: monospace;
padding: 1px 5px;
}
ul {
padding: 8.1.3 20px;
}
li {
margin-left: 20px;
margin-bottom: 0.2em;
padding: 0;
}
hr {
margin: 20px 0;
border: var(--color-gray-400) solid 0.5px;
}
.releasedate {
color: var(--color-gray-600);
font-weight: lighter;
}

/* prefers light mode */
@media (prefers-color-scheme: dark) {
body {
background: var(--color-gray-900);
color: var(--color-gray-200);
}

h1, h2, h3 {
color: var(--color-white);
}

code {
background: var(--color-gray-800);
color: var(--color-gray-200);
}

.releasedate {
color: var(--color-gray-600);
}
}
</style>
</head>
<body>
<div class="version">
<h1>ONLYOFFICE 8.3.1<span class="releasedate"> - {{DATE}}</span></h1>

<h2>New Features</h2>

<h4>PDF Editor</h4>
<ul>
<li>Added the ability to move pages in <code>PDF</code> files</li>
</ul>

<h2>Fixes</h2>

<h4>All Editors</h4>
<ul>
<li>Fixed missing translations of some interface elements after changing the application language before restarting it</li>
<li>Fixed kDrive unavailability after connecting the integrator in the application</li>
<li>Fixed the ability to choose the application for opening <code>HWPX</code> files</li>
</ul>
<h4>Document Editor</h4>
<ul>
<li>Fixed stopping work of the editor when pasting a large amount of copied data</li>
<li>Fixed crash after entering the minus sign after the equation</li>
<li>Fixed crash after entering a character before the division sign</li>
<li>Fixed stopping work of the editor when building some <code>DOCX</code> files where the table of contents was updated</li>
<li>Fixed an issue with undone changes when turning off and on the “Show changes from other users” option in the live viewer</li>
<li>Fixed crash of the editor when pasting text in the Track Changes mode in some <code>DOCX</code> files</li>
<li>Fixed stopping work of the editor when removing a paragraph in the Track Changes mode in some <code>DOCX</code> files</li>
<li>Fixed reset of the Text direction > RTL option when placing the cursor in a new paragraph using Double click</li>
<li>Fixed incorrect display of characters when entering text in RTL before saving the document</li>
<li>Fixed replacing the less than sign to the greater than sign when opening a document with RTL contents</li>
<li>Fixed the movement of picture content control with track handler</li>
<li>Fixed selecting table cells after removing a comment added to the cells</li>
<li>Fixed display of Content Controls frames nested within another one if the cursor is positioned in one of the nested ones</li>
<li>Fixed the calculation of line breaks in the East-Asian text</li>
<li>Fixed changing text alignment when opening some <code>DOCX</code> files</li>
<li>Fixed line break position when there is an inline math equation when opening some <code>DOCX</code> files</li>
</ul>
<h4>Spreadsheet Editor</h4>
<ul>
<li>Fixed stopping work of the editor when entering data in some <code>XLSX</code> files</li>
<li>Fixed crash of the editor after redoing the sheet movement</li>
<li>Fixed stopping work of the editor after trying to select a value in a cell in some <code>XLSX</code> files</li>
<li>Fixed incorrect recalculation of the <code>TAKE</code> function in some formulas</li>
<li>Fixed loss of a hyperlink in the resulting workbook when using the <code>IMPORTRANGE</code> formula</li>
<li>Fixed the #NAME error when recalculating the <code>IF</code> function in some <code>XLSX</code> files</li>
<li>Fixed the imaginary ability to continue editing after connection break</li>
<li>Fixed the #NAME error after adding an external link to a named range</li>
<li>Fixed work of the Scale with document options for headers and footers when printing if the document scale is set to Fit All Columns on One Page</li>
<li>Fixed appearing the warning after entering a formula via the Insert Function window</li>
<li>Fixed activation of the Undo button after an incorrect attempt to enter a formula</li>
<li>Fixed the “Invalid regular expression” error when creating Calculates Items in some <code>XLSX</code> files</li>
<li>Fixed the “There are one or more circular references where a formula refers” error when opening some <code>XLSX</code> files</li>
<li>Fixed errors in formula calculations when opening some <code>XLS</code> files</li>
<li>Fixed saving the Freeze Panes position after reloading the <code>XLSX</code> document</li>
<li>Fixed filling of filtered/hidden data in cells in the view mode (Sheet View)</li>
<li>Fixed appearing the empty row after moving between two others</li>
<li>Fixed the ability to scroll the sheet when filling cells with data on HiDPI monitors</li>
<li>Fixed work of horizontal sheet scrolling with <code>Shift</code> + <code>Mouse Wheel</code> on macOS</li>
<li>Fixed loss of a link to named ranges that refer to external files</li>
</ul>
<h4>Presentation Editor</h4>
<ul>
<li>Fixed crash of the editor when opening some <code>PPSX</code> files</li>
<li>Fixed stopping work of the editor when exporting some <code>PPTX</code> files to <code>PDF</code></li>
<li>Fixed data loss when copying a placeholder with a slide number to other slides</li>
<li>Fixed the ability to exit the Slideshow mode using <code>Esc</code> after drawing</li>
<li>Fixed display of a new theme name after applying the Rename Master option without reloading the editor page</li>
<li>Fixed an issue with table display when exporting some <code>PPTX</code> files to <code>ODP</code></li>
<li>Fixed display of the first characters of a word when using the Morph transition with the Words / Letters parameter</li>
<li>Fixed changing the Flip parameter for images after exporting some <code>PPTX</code> files to <code>ODF</code></li>
<li>Fixed loss of digital signature after drawing in the Slideshow mode</li>
</ul>
<h4>Forms</h4>
<ul>
<li>Fixed conversion of a form file to a regular <code>PDF</code> file when exporting</li>
<li>Fixed display of the Required field frame for a nested field in the Complex field</li>
</ul>
<h4>PDF Editor</h4>
<ul>
<li>Fixed stopping work of the editor when inserting a stamp if the cursor is positioned in a text comment</li>
<li>Fixed crash when undoing adding a Text Comment in some <code>PDF</code> files</li>
<li>Fixed stopping work when clicking Edit Text in some <code>PDF</code> files</li>
<li>Fixed crash when clicking in Text Callout</li>
<li>Fixed the ability to save the <code>PDF</code> file if the cursor is positioned in the Text Comment window</li>
<li>Fixed data loss when opening some <code>PDF</code> files created in the ItextSharp library</li>
<li>Fixed data loss after copying contents of some <code>PDF</code> files and pasting the contents into the Document Editor</li>
<li>Fixed adding a stamp outside the page after rotating it</li>
<li>Fixed saving annotations in <code>PDF</code> files opened from the portal</li>
</ul>
<h4>Convert</h4>
<ul>
<li>Fixed an issue that caused an error when opening the result of converting some <code>XLS</code> files to <code>XLSX</code> in third-party editors</li>
<li>Fixed appearing a table in the header when converting some <code>ODT</code> files to <code>DOCX</code></li>
<li>Fixed losing graphic objects when opening a file in third-party editors after converting some <code>DOCX</code> files to <code>ODT</code></li>
<li>Fixed losing text in autoshapes when converting some <code>ODT</code> files to <code>DOCX</code></li>
<li>Fixed offset of multilevel list items when opening some <code>ODT</code> files</li>
<li>Fixed changing the fill when converting some <code>ODP</code> files to <code>PPTX</code></li>
<li>Fixed changing the text style when converting some <code>ODT</code> files to <code>DOCX</code></li>
<li>Fixed changing the indents of table of contents numbering when converting some <code>ODT</code> files to <code>DOCX</code></li>
<li>Fixed applying the footnote property to the text following it when converting some <code>ODT</code> files to <code>DOCX</code></li>
<li>Fixed removal of headings numbering when converting some <code>ODT</code> files to <code>DOCX</code></li>
<li>Fixed losing an image when converting some <code>ODT</code> files to <code>DOCX</code></li>
<li>Fixed changing the appearance of an arrow when converting some <code>DOCX</code> files to <code>PDF</code></li>
<li>Fixed display of images when opening some <code>ODS</code> files</li>
<li>Fixed missing images when opening some <code>Pages</code> files</li>
<li>Fixed changing the font size when converting some <code>ODT</code> files to <code>DOCX</code></li>
</ul>
</div>
</body>
</html>
Loading

0 comments on commit 1704cd5

Please sign in to comment.