mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-02-10 18:05:16 +08:00
[macos] added changelog for ver 9.2.1
This commit is contained in:
@ -0,0 +1,121 @@
|
|||||||
|
<!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 9.2.1<span class="releasedate"> - {{DATE}}</span></h1>
|
||||||
|
|
||||||
|
<h2>Fixes</h2>
|
||||||
|
|
||||||
|
<h4>Document Editor</h4>
|
||||||
|
<ul>
|
||||||
|
<li>Fixed word break in Korean</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h4>Spreadsheet Editor</h4>
|
||||||
|
<ul>
|
||||||
|
<li>Fixed an issue with data overlap when transferring sheets between documents via Move or Copy</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h4>PDF Editor</h4>
|
||||||
|
<ul>
|
||||||
|
<li>Fixed an error when opening a PDF file</li>
|
||||||
|
<li>Fixed an error when scrolling pages in a PDF file</li>
|
||||||
|
<li>Fixed errors when copying, pasting, and undoing actions with the Find panel in PDF Editing mode</li>
|
||||||
|
<li>Fixed an error when deleting a page from a document while working with the Find panel in PDF Editing mode</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h4>Security</h4>
|
||||||
|
<ul>
|
||||||
|
<li>Fixed the XSS injection in the Color theme name using a custom Prepared exploit</li>
|
||||||
|
<li>Fixed the XSS injection of JS code in the Font field for the Multilevel list settings window</li>
|
||||||
|
<li>Fixed a vulnerability in the textarea of the comment editing form</li>
|
||||||
|
<li>Fixed the possibility of memory manipulation when converting XLS to XLSX, which can lead to information leakage</li>
|
||||||
|
<li>Fixed issues with memory manipulation when converting XLS to XLSX, which can lead to RCE</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@ -0,0 +1,121 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>История изменений ONLYOFFICE</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 9.2.1<span class="releasedate"> - {{DATE}}</span></h1>
|
||||||
|
|
||||||
|
<h2>Fixes</h2>
|
||||||
|
|
||||||
|
<h4>Document Editor</h4>
|
||||||
|
<ul>
|
||||||
|
<li>Fixed word break in Korean</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h4>Spreadsheet Editor</h4>
|
||||||
|
<ul>
|
||||||
|
<li>Fixed an issue with data overlap when transferring sheets between documents via Move or Copy</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h4>PDF Editor</h4>
|
||||||
|
<ul>
|
||||||
|
<li>Fixed an error when opening a PDF file</li>
|
||||||
|
<li>Fixed an error when scrolling pages in a PDF file</li>
|
||||||
|
<li>Fixed errors when copying, pasting, and undoing actions with the Find panel in PDF Editing mode</li>
|
||||||
|
<li>Fixed an error when deleting a page from a document while working with the Find panel in PDF Editing mode</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h4>Security</h4>
|
||||||
|
<ul>
|
||||||
|
<li>Fixed the XSS injection in the Color theme name using a custom Prepared exploit</li>
|
||||||
|
<li>Fixed the XSS injection of JS code in the Font field for the Multilevel list settings window</li>
|
||||||
|
<li>Fixed a vulnerability in the textarea of the comment editing form</li>
|
||||||
|
<li>Fixed the possibility of memory manipulation when converting XLS to XLSX, which can lead to information leakage</li>
|
||||||
|
<li>Fixed issues with memory manipulation when converting XLS to XLSX, which can lead to RCE</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user