Skip to content

Commit

Permalink
[macos] fixed changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkadushkin committed Feb 4, 2025
1 parent fc6f945 commit b427b55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ <h4>Document Editor</h4>
<h4>Spreadsheet Editor</h4>
<ul>
<li>Added support for opening the <code>Numbers</code> (.numbers) file format</li>
<li>Added support for <code>Calculated</code> items for Pivot tables</li>
<li>Added support for <code>Calculated items</code> for Pivot tables</li>
<li>Updated the appearance of the function wizard and argument descriptions</li>
<li>Added the weekdays/month/years options when autofilling cells</li>
<li>In the Advanced Settings, added the <code>Default sheet direction</code> option when creating a new sheet</li>
Expand Down Expand Up @@ -149,16 +149,6 @@ <h4>PDF Editor</h4>
<li>Added a quick panel to change color, add a comment or delete the Highlight/Strikeout/Underline annotation</li>
</ul>

<h2>Fixes</h2>

<h4>Security</h4>
<ul>
<li>Fixed unsafe cryptographic algorithm in the `createDecipheriv` function</li>
<li>Fixed the possibility of injection by operating system commands in build_tools</li>
<li>Fixed the possibility of injection by operating system commands when building a Docker container</li>
<li>Removed recommended values for "wopi", "email" and "rabbitmq" sections in the `default.json` configuration file</li>
<li>Removed unsafe handler in the `exports.uploadImageFileOld` function</li>
</ul>
</div>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ <h4>Document Editor</h4>
<h4>Spreadsheet Editor</h4>
<ul>
<li>Added support for opening the <code>Numbers</code> (.numbers) file format</li>
<li>Added support for <code>Calculated</code> items for Pivot tables</li>
<li>Added support for <code>Calculated items</code> for Pivot tables</li>
<li>Updated the appearance of the function wizard and argument descriptions</li>
<li>Added the weekdays/month/years options when autofilling cells</li>
<li>In the Advanced Settings, added the <code>Default sheet direction</code> option when creating a new sheet</li>
Expand Down Expand Up @@ -149,16 +149,6 @@ <h4>PDF Editor</h4>
<li>Added a quick panel to change color, add a comment or delete the Highlight/Strikeout/Underline annotation</li>
</ul>

<h2>Fixes</h2>

<h4>Security</h4>
<ul>
<li>Fixed unsafe cryptographic algorithm in the `createDecipheriv` function</li>
<li>Fixed the possibility of injection by operating system commands in build_tools</li>
<li>Fixed the possibility of injection by operating system commands when building a Docker container</li>
<li>Removed recommended values for "wopi", "email" and "rabbitmq" sections in the `default.json` configuration file</li>
<li>Removed unsafe handler in the `exports.uploadImageFileOld` function</li>
</ul>
</div>
</body>
</html>

0 comments on commit b427b55

Please sign in to comment.