Skip to content

Commit

Permalink
Update changes.html
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlana81 committed Jul 25, 2023
1 parent 2f5f061 commit de93c58
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 130 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
Expand Down Expand Up @@ -87,50 +87,35 @@
<div class="version">
<h1>ONLYOFFICE 7.4.1<span class="releasedate"> - {{DATE}}</span></h1>

<h2>New Features</h2>

<h4>All Editors</h4>
<ul>
<li>TODO</li>
</ul>
<h4>Document Editor</h4>
<ul>
<li>TODO</li>
</ul>
<h4>Spreadsheet Editor</h4>
<ul>
<li>TODO</li>
</ul>
<h4>Presentation Editor</h4>
<ul>
<li>TODO</li>
</ul>
<h4>Forms</h4>
<ul>
<li>TODO</li>
</ul>

<h2>Fixes</h2>

<h4>All Editors</h4>
<ul>
<li>TODO</li>
<li>Fixed vulnerabilities with checking the integrity of a digital signature, after manipulations with the document structure</li>
<li>Editors now display the correct error when trying to write a file, opened in another application</li>
<li>Fixed an error that occurs when opening multiple files using drag'n'drop</li>
<li>Fixed incorrect name for the next tab after closing and saving the document in front of it</li>
<li>The latest changes in the file are now included when sending via the Send plugin, if they have not been saved</li>
<li>Fixed the processing of the link, that ends with default.aspx, when connecting to the Workspace portal</li>
<li>The Open file location button for a document opened from the portal in a separate window without the main one now works</li>
<li>Fixed working with tabs when documents are opened from the portal and the user logs out on the Connect to cloud page</li>
<li>Fixed online help for macOS systems</li>
<li>Updated sets of application icons for Jump List (Tasks) on Windows systems</li>
<li>All components in Windows installation packages are now digitally signed</li>
<li>A large number of fixes and improvements to the MSI installation package</li>
</ul>
<h4>Document Editor</h4>
<ul>
<li>TODO</li>
<li>Fixed displaying of nonprinting characters after calling the print preview window</li>
</ul>
<h4>Spreadsheet Editor</h4>
<ul>
<li>TODO</li>
<li>Fixed displaying of a document when printing to PDF if the width/height of columns/rows were changed</li>
<li>Fixed the scrollbar display in the filtering window for legacy systems</li>
</ul>
<h4>Presentation Editor</h4>
<ul>
<li>TODO</li>
</ul>
<h4>Forms</h4>
<ul>
<li>TODO</li>
<li>Fixed an error during slideshow autorun and with system scale >200% when opening multiple files using drag'n'drop</li>
</ul>
</div>
</body>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
Expand Down Expand Up @@ -87,50 +87,35 @@
<div class="version">
<h1>ONLYOFFICE 7.4.1<span class="releasedate"> - {{DATE}}</span></h1>

<h2>Новые функции</h2>

<h4>Все редакторы</h4>
<ul>
<li>TODO</li>
</ul>
<h4>Редактор документов</h4>
<ul>
<li>TODO</li>
</ul>
<h4>Редактор таблиц</h4>
<ul>
<li>TODO</li>
</ul>
<h4>Редактор презентаций</h4>
<ul>
<li>TODO</li>
</ul>
<h4>Формы</h4>
<ul>
<li>TODO</li>
</ul>

<h2>Исправления</h2>

<h4>Все редакторы</h4>
<ul>
<li>TODO</li>
<li>Исправлены уязвимости с проверкой целостности цифровой подписи, после манипуляций со структурой документа</li>
<li>Редакторы теперь отображают корректную ошибку при попытке записать файл, открытый в другом приложении</li>
<li>Исправлена ошибка, возникающая при открытии нескольких файлов с помощью drag'n'drop</li>
<li>Исправлено некорректное имя для следующей вкладки после закрытия и сохранения документа перед ней</li>
<li>Последние изменения в файле теперь включаются при отправке через плагин Отправить, если не были сохранены</li>
<li>Исправлена обработка ссылки, которая заканчивается default.aspx, при подключении к Workspace порталу</li>
<li>Кнопка Открыть расположение файла для документа, открытого с портала в отдельном окне без главного, теперь работает</li>
<li>Исправлена работа с вкладками, когда документы открыты с портала и пользователь выходит из системы на странице Подключиться к облаку</li>
<li>Исправлена работа онлайн справки для macOS систем</li>
<li>Обновлены наборы иконок приложения для Списка Переходов (Задач) на системах Windows</li>
<li>Все компоненты в пакетах установки под Windows теперь имеют цифровую подпись</li>
<li>Большое количество исправлений и доработок пакета установки MSI</li>
</ul>
<h4>Редактор документов</h4>
<ul>
<li>TODO</li>
<li>Исправлено отображение непечатаемых символов после вызова окна предварительного просмотра печати</li>
</ul>
<h4>Редактор таблиц</h4>
<ul>
<li>TODO</li>
<li>Исправлено отображение документа при печати в PDF, если ширина/высота столбцов/строк были изменены</li>
<li>Исправлено отображение полосы прокрутки в окне фильтрации для устаревших систем</li>
</ul>
<h4>Редактор презентаций</h4>
<ul>
<li>TODO</li>
</ul>
<h4>Формы</h4>
<ul>
<li>TODO</li>
<li>Исправлена ошибка во время автозапуска слайдшоу и с системным масштабом >200%, при открытии нескольких файлов с помощью drag'n'drop</li>
</ul>
</div>
</body>
Expand Down
51 changes: 18 additions & 33 deletions win-linux/package/windows/update/changes/7.4.1/changes.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
Expand Down Expand Up @@ -48,52 +48,37 @@
<div class="version">
<h1>ONLYOFFICE Desktop Editors 7.4.1<span class="releasedate"> - {{DATE}}</span></h1>

<h2>New Features</h2>

<h4>All Editors</h4>
<ul>
<li>TODO</li>
</ul>
<h4>Document Editor</h4>
<ul>
<li>TODO</li>
</ul>
<h4>Spreadsheet Editor</h4>
<ul>
<li>TODO</li>
</ul>
<h4>Presentation Editor</h4>
<ul>
<li>TODO</li>
</ul>
<h4>Forms</h4>
<ul>
<li>TODO</li>
</ul>

<h2>Fixes</h2>

<h4>All Editors</h4>
<ul>
<li>TODO</li>
<li>Fixed vulnerabilities with checking the integrity of a digital signature, after manipulations with the document structure</li>
<li>Editors now display the correct error when trying to write a file, opened in another application</li>
<li>Fixed an error that occurs when opening multiple files using drag'n'drop</li>
<li>Fixed incorrect name for the next tab after closing and saving the document in front of it</li>
<li>The latest changes in the file are now included when sending via the Send plugin, if they have not been saved</li>
<li>Fixed the processing of the link, that ends with default.aspx, when connecting to the Workspace portal</li>
<li>The Open file location button for a document opened from the portal in a separate window without the main one now works</li>
<li>Fixed working with tabs when documents are opened from the portal and the user logs out on the Connect to cloud page</li>
<li>Fixed online help for macOS systems</li>
<li>Updated sets of application icons for Jump List (Tasks) on Windows systems</li>
<li>All components in Windows installation packages are now digitally signed</li>
<li>A large number of fixes and improvements to the MSI installation package</li>
</ul>
<h4>Document Editor</h4>
<ul>
<li>TODO</li>
<li>Fixed displaying of nonprinting characters after calling the print preview window</li>
</ul>
<h4>Spreadsheet Editor</h4>
<ul>
<li>TODO</li>
<li>Fixed displaying of a document when printing to PDF if the width/height of columns/rows were changed</li>
<li>Fixed the scrollbar display in the filtering window for legacy systems</li>
</ul>
<h4>Presentation Editor</h4>
<ul>
<li>TODO</li>
</ul>
<h4>Forms</h4>
<ul>
<li>TODO</li>
<li>Fixed an error during slideshow autorun and with system scale >200% when opening multiple files using drag'n'drop</li>
</ul>

<div class="more"><a href="https://github.com/ONLYOFFICE/DesktopEditors/blob/master/CHANGELOG.md#741" target="_blank">and a little more...</a></div>
</div>
</body>
Expand Down
51 changes: 18 additions & 33 deletions win-linux/package/windows/update/changes/7.4.1/changes_ru.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
Expand Down Expand Up @@ -48,52 +48,37 @@
<div class="version">
<h1>ONLYOFFICE Desktop Editors 7.4.1<span class="releasedate"> - {{DATE}}</span></h1>

<h2>Новые функции</h2>

<h4>Все редакторы</h4>
<ul>
<li>TODO</li>
</ul>
<h4>Редактор документов</h4>
<ul>
<li>TODO</li>
</ul>
<h4>Редактор таблиц</h4>
<ul>
<li>TODO</li>
</ul>
<h4>Редактор презентаций</h4>
<ul>
<li>TODO</li>
</ul>
<h4>Формы</h4>
<ul>
<li>TODO</li>
</ul>

<h2>Исправления</h2>

<h4>Все редакторы</h4>
<ul>
<li>TODO</li>
<li>Исправлены уязвимости с проверкой целостности цифровой подписи, после манипуляций со структурой документа</li>
<li>Редакторы теперь отображают корректную ошибку при попытке записать файл, открытый в другом приложении</li>
<li>Исправлена ошибка, возникающая при открытии нескольких файлов с помощью drag'n'drop</li>
<li>Исправлено некорректное имя для следующей вкладки после закрытия и сохранения документа перед ней</li>
<li>Последние изменения в файле теперь включаются при отправке через плагин Отправить, если не были сохранены</li>
<li>Исправлена обработка ссылки, которая заканчивается default.aspx, при подключении к Workspace порталу</li>
<li>Кнопка Открыть расположение файла для документа, открытого с портала в отдельном окне без главного, теперь работает</li>
<li>Исправлена работа с вкладками, когда документы открыты с портала и пользователь выходит из системы на странице Подключиться к облаку</li>
<li>Исправлена работа онлайн справки для macOS систем</li>
<li>Обновлены наборы иконок приложения для Списка Переходов (Задач) на системах Windows</li>
<li>Все компоненты в пакетах установки под Windows теперь имеют цифровую подпись</li>
<li>Большое количество исправлений и доработок пакета установки MSI</li>
</ul>
<h4>Редактор документов</h4>
<ul>
<li>TODO</li>
<li>Исправлено отображение непечатаемых символов после вызова окна предварительного просмотра печати</li>
</ul>
<h4>Редактор таблиц</h4>
<ul>
<li>TODO</li>
<li>Исправлено отображение документа при печати в PDF, если ширина/высота столбцов/строк были изменены</li>
<li>Исправлено отображение полосы прокрутки в окне фильтрации для устаревших систем</li>
</ul>
<h4>Редактор презентаций</h4>
<ul>
<li>TODO</li>
</ul>
<h4>Формы</h4>
<ul>
<li>TODO</li>
<li>Исправлена ошибка во время автозапуска слайдшоу и с системным масштабом >200%, при открытии нескольких файлов с помощью drag'n'drop</li>
</ul>

<div class="more"><a href="https://github.com/ONLYOFFICE/DesktopEditors/blob/master/CHANGELOG.md#741" target="_blank">и прочее...</a></div>
</div>
</body>
Expand Down

0 comments on commit de93c58

Please sign in to comment.