Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 007d5dd286 | |||
| 1073979d82 | |||
| c9bf5c1b11 | |||
| 316e57ea50 | |||
| b7465bb7b2 |
+4
-1
@@ -366,4 +366,7 @@ xml
|
|||||||
ItextSharp
|
ItextSharp
|
||||||
Esc
|
Esc
|
||||||
Callout
|
Callout
|
||||||
PPSX
|
PPSX
|
||||||
|
HTM
|
||||||
|
NoHistory
|
||||||
|
PPTT
|
||||||
@@ -15,12 +15,13 @@ body:
|
|||||||
description: "If you know this bug occurs on multiple operating systems, select all you have tested."
|
description: "If you know this bug occurs on multiple operating systems, select all you have tested."
|
||||||
multiple: true
|
multiple: true
|
||||||
options:
|
options:
|
||||||
- Windows XP / Vista
|
- Windows x64
|
||||||
- Windows 10 / 8.1 / 7
|
- Windows x86
|
||||||
- macOS 10.11 x86
|
- macOS (ARM)
|
||||||
- macOS 10.12 or higher
|
- macOS (x86-64)
|
||||||
- Linux (DEB package)
|
- Linux (DEB package)
|
||||||
- Linux (RPM package)
|
- Linux (RPM package)
|
||||||
|
- other (specify in description)
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ jobs:
|
|||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Publish to WinGet
|
- name: Publish to WinGet
|
||||||
uses: vedantmgoyal2009/winget-releaser@main
|
uses: vedantmgoyal9/winget-releaser@main
|
||||||
with:
|
with:
|
||||||
identifier: ONLYOFFICE.DesktopEditors
|
identifier: ONLYOFFICE.DesktopEditors
|
||||||
installers-regex: '(x86|x64)\.(exe|msi)$'
|
installers-regex: '(x86|x64)\.(exe|msi)$'
|
||||||
|
|||||||
@@ -1,5 +1,90 @@
|
|||||||
# Change log
|
# Change log
|
||||||
|
|
||||||
|
## 8.3.2
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
#### All Editors
|
||||||
|
|
||||||
|
* Fixed changing the tab color of the file, opened from the DocSpace portal, after
|
||||||
|
exiting Version History
|
||||||
|
* Fixed display of the Spelling language detection option on the settings page (Linux)
|
||||||
|
|
||||||
|
#### Document Editor
|
||||||
|
|
||||||
|
* Fixed crash when pasting content into a document in NoHistory mode
|
||||||
|
* Fixed stopping work of the editor when exiting the header/footer editing mode
|
||||||
|
in some scenarios
|
||||||
|
* Fixed an error when processing comments and data when opening some `DOCX` files
|
||||||
|
* Fixed an issue with calculation of a float shape position in the header
|
||||||
|
* Fixed navigation using the Arrow Left / Arrow Right keys in Arabic text
|
||||||
|
* Fixed the cursor position when entering LTR text in a RTL paragraph
|
||||||
|
* Fixed calculation of the cursor position for the last line of a RTL paragraph
|
||||||
|
* Fixed the display of margins for a RTL paragraph
|
||||||
|
* Fixed alignment for a RTL paragraph in some edge cases
|
||||||
|
* Fixed the order of text wrapping ranges for RTL paragraphs
|
||||||
|
* Fixed the handle horizontal ruler for RTL paragraphs
|
||||||
|
* Fixed calculation of the first line indentation
|
||||||
|
* Fixed missing line breaks in equations when opening some `DOCX` files
|
||||||
|
* Fixed calculation of indent range start for RTL paragraphs
|
||||||
|
* Fixed an issue with parsing props in plugin method for adding a content control
|
||||||
|
* Fixed display of days of the week in the Date Picker Content Controls in
|
||||||
|
the RTL UI mode
|
||||||
|
* Fixed display of arrows of the Increase / Decrease indent buttons in
|
||||||
|
the RTL UI mode
|
||||||
|
* Fixed display of the Line Numbers button in the RTL UI mode
|
||||||
|
|
||||||
|
#### Spreadsheet Editor
|
||||||
|
|
||||||
|
* Fixed stopping work of the editor when inserting a new row if several other rows
|
||||||
|
are selected in the `XLSX`file
|
||||||
|
* Fixed stopping work of the editor when applying changes to the document after
|
||||||
|
inserting a hyperlink to a new worksheet
|
||||||
|
* Fixed crash of the editor when entering some variations of the `IF` formula
|
||||||
|
* Fixed missing chart when opening some `ODS` files
|
||||||
|
* Fixed an error that occurred in third-party editors when opening some exported
|
||||||
|
`XLSX` files with external links
|
||||||
|
* Fixed display of the WMF images when opening some `ODS` files
|
||||||
|
* Fixed copying/pasting the Locked Cell property in the Protect Sheet mode
|
||||||
|
* Fixed an error that occurred when opening some `XLSX` files for viewing
|
||||||
|
|
||||||
|
#### Presentation Editor
|
||||||
|
|
||||||
|
* Fixed an error that occurred in third-party editors when opening some exported
|
||||||
|
`PPTX` files
|
||||||
|
* Fixed using the Merge shapes option in Fast co-editing mode when opening some
|
||||||
|
`PPTX` files
|
||||||
|
* Fixed work of the Eraser Screen option in the Presenter window
|
||||||
|
* Fixed highlighting of the active color in the Ink color menu of the Draw tool in
|
||||||
|
the Presenter window
|
||||||
|
* Fixed display of the Ink color menu of the Draw tool for the window boundary values
|
||||||
|
in the Presenter window
|
||||||
|
|
||||||
|
#### PDF Editor
|
||||||
|
|
||||||
|
* Fixed stopping work of the editor when clicking on the background area of the document
|
||||||
|
when opening some `PDF` files
|
||||||
|
|
||||||
|
#### PDF Form
|
||||||
|
|
||||||
|
* Fixed an issue with clearing forms related to the specified role
|
||||||
|
* Fixed an issue with using the Next/Prev buttons to navigate only to forms
|
||||||
|
associated with the role (If the role is specified)
|
||||||
|
* Fixed changing roles order
|
||||||
|
|
||||||
|
#### Convert
|
||||||
|
|
||||||
|
* Fixed stopping the process of converting some `PAGES` files to `PNG`
|
||||||
|
* Fixed stopping the process of converting some `HTM` and `HTML` files to
|
||||||
|
the binary format
|
||||||
|
* Fixed stopping the process of converting some `HWPX` files to the binary format
|
||||||
|
* Fixed stopping the process of converting some `POT` files to `PPTT`
|
||||||
|
* Fixed stopping the process of converting some `PPTX` files to `PPTT`
|
||||||
|
* Fixed stopping the process of converting some `PDF` files
|
||||||
|
* Fixed stopping the process of converting some `DOCX` files to most formats
|
||||||
|
* Fixed stopping the process of converting some `XLS` files to `XLSB`
|
||||||
|
* Fixed stopping the process of converting some `ODS` files to `XLSB`
|
||||||
|
|
||||||
## 8.3.1
|
## 8.3.1
|
||||||
|
|
||||||
### New features
|
### New features
|
||||||
|
|||||||
+1
-1
Submodule core updated: 3d7638c3cc...fa65a546da
+1
-1
Submodule desktop-apps updated: d44ad1da25...92e1051992
+1
-1
Submodule desktop-sdk updated: 8cf475efe1...e9a5062c22
+1
-1
Submodule sdkjs updated: a788980bc8...3377e3fd5c
+1
-1
Submodule web-apps updated: 090ef83bed...64a59dd53c
Reference in New Issue
Block a user