Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkadushkin committed Oct 15, 2024
1 parent 530db32 commit 4f25ca3
Showing 1 changed file with 29 additions and 14 deletions.
43 changes: 29 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,26 @@
* The appearance of the Version History panel has been changed
* Updated styles for file renaming
* Menu items in the File menu have been regrouped and icons have been added
* Theme and toolbar settings are moved to a separate Appearance category in the File menu - Advanced Settings
* Added the Tab style setting - view of tabs (Fill or Line) in the File menu - Advanced Settings
* Theme and toolbar settings are moved to a separate Appearance category in
the File menu - Advanced Settings
* Added the Tab style setting - view of tabs (Fill or Line) in
the File menu - Advanced Settings
* Added the Use toolbar color as tabs background setting
* Ability to add custom fields to the file information
* Ability to view/add/edit custom fields without pressing the Apply button
* Reorganized fields with file information in the File menu - Info
* Improved work with the Lists of languages - the name of the language and region is now duplicated in English
* Implemented search in the Language list by name and in the target language, as well as in English
* The installation path selection page is disabled for security reasons; forced display of the page is possible using the `/enabledirpage` key (EXE package)
* Added support for local templates; currently restricted to creating documents from pre-installed templates only
* Improved work with the Lists of languages - the name of the language and region
is now duplicated in English
* Implemented search in the Language list by name and in the target
language, as well as in English
* The installation path selection page is disabled for security reasons;
forced display of the page is possible using the `/enabledirpage` key (EXE package)
* Added support for local templates; currently restricted to creating
documents from pre-installed templates only
* Added the application translation into English (Great Britain, en-GB)
* Updated icons of formats in the Create New and Recent files list
* A hint in English has been added to the Interface language list on the settings page
* A hint in English has been added to the Interface language list on

Check failure on line 38 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / markdownlint

Trailing spaces [Expected: 0 or 2; Actual: 1]

CHANGELOG.md:38:69 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1]
the settings page

#### Document Editor

Expand All @@ -46,9 +53,11 @@
* Added the ability to switch the direction of cell placement
* Added a button for setting the number format with separators to the toolbar
* Ability to display pages in real scale in the Print preview window
* The Pivot Table toolbar tab is only displayed when using the pivot table, and is otherwise hidden
* The Pivot Table toolbar tab is only displayed when using the pivot table,
and is otherwise hidden
* The Pivot Table settings right panel now unfolds when adding a new Pivot Table
* Added the ability to display trendlines (Equation on chart) to the Chart - Advanced Settings
* Added the ability to display trendlines (Equation on chart) to

Check failure on line 59 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / markdownlint

Trailing spaces [Expected: 0 or 2; Actual: 1]

CHANGELOG.md:59:65 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1]
the Chart - Advanced Settings
* Added preview window when opening local `CSV` files

#### Presentation Editor
Expand All @@ -72,11 +81,17 @@
#### Security

* Fixed the XSS injection in the Tooltip of the Animation Pane
* Fixed the vulnerability that allowed bypassing document access rights and making changes to it
* Fixed the vulnerabilities in the `FormattedDiskPagePAPX`, `SectionPropertiesMapping`, `FormattedDiskPageCHPX`, and `XORCrypt` functions leading to Heap Buffer Overflow when converting to the `DOC` format
* Fixed the vulnerabilities in the `ECMADecryptor`, and `DirTree` functions leading to Buffer over-read when converting to the `DOC` format
* Fixed the vulnerability in the Update Service leading to Directory Traversal Escalation of Privilege
* Fixed the vulnerabilities in the `findNextBorderPixel` and `pixFewColorsOctcubeQuantMixed` functions, leading to Heap-buffer overflow (CVE-2020-36278, CVE-2020-36281)
* Fixed the vulnerability that allowed bypassing document access rights and

Check failure on line 84 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / markdownlint

Trailing spaces [Expected: 0 or 2; Actual: 1]

CHANGELOG.md:84:76 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1]
making changes to it
* Fixed the vulnerabilities in the `FormattedDiskPagePAPX`, `SectionPropertiesMapping`,

Check failure on line 86 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / markdownlint

Trailing spaces [Expected: 0 or 2; Actual: 1]

CHANGELOG.md:86:88 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1]

Check failure on line 86 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / markdownlint

Line length [Expected: 80; Actual: 88]

CHANGELOG.md:86:81 MD013/line-length Line length [Expected: 80; Actual: 88]
`FormattedDiskPageCHPX`, and `XORCrypt` functions leading to Heap Buffer Overflow

Check failure on line 87 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / markdownlint

Trailing spaces [Expected: 0 or 2; Actual: 1]

CHANGELOG.md:87:84 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1]

Check failure on line 87 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / markdownlint

Line length [Expected: 80; Actual: 84]

CHANGELOG.md:87:81 MD013/line-length Line length [Expected: 80; Actual: 84]
when converting to the `DOC` format
* Fixed the vulnerabilities in the `ECMADecryptor`, and `DirTree` functions
leading to Buffer over-read when converting to the `DOC` format
* Fixed the vulnerability in the Update Service leading to Directory
Traversal Escalation of Privilege
* Fixed the vulnerabilities in the `findNextBorderPixel` and `pixFewColorsOctcubeQuantMixed`
functions, leading to Heap-buffer overflow (CVE-2020-36278, CVE-2020-36281)

## 8.1.1

Expand Down

0 comments on commit 4f25ca3

Please sign in to comment.