Skip to content

Commit 8e44c1b

Browse files
DenisDeeSignagolybev
authored andcommitted
Merger changelog/v8.3.1 into master
Co-authored-by: Denis Spitsyn <[email protected]> Co-committed-by: Denis Spitsyn <[email protected]>
1 parent b6353d8 commit 8e44c1b

File tree

2 files changed

+166
-0
lines changed

2 files changed

+166
-0
lines changed

.aspell.en.pws

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ bugfix
9191
bugfixes
9292
builded
9393
callbackUrl
94+
Callout
9495
CanUpdateTarget
9596
CAs
9697
CDataStream
@@ -396,6 +397,7 @@ ISOWEEKNUM
396397
isSaveLock
397398
Italiano
398399
iterations
400+
ItextSharp
399401
IVAXIS
400402
japanese
401403
javascript
@@ -577,6 +579,7 @@ postinstall
577579
postrm
578580
POTX
579581
PowerShell
582+
PPSX
580583
ppt
581584
PptFormatReader
582585
pptx

CHANGELOG.md

Lines changed: 163 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,168 @@
11
# Change log
22

3+
## 8.3.1
4+
5+
### New features
6+
7+
#### PDF Editor
8+
9+
* Added the ability to move pages in `PDF` files ([DocumentServer#1749](https://github.com/ONLYOFFICE/DocumentServer/issues/3052))
10+
11+
#### Customization
12+
13+
* Added the parameter which hides tips about new features
14+
`customization.features.featuresTips`: `false`/`true`
15+
16+
### Fixes
17+
18+
#### All Editors
19+
20+
#### Document Editor
21+
22+
* Fixed stopping work of the editor when pasting a large amount of copied data
23+
* Fixed crash after entering the minus sign after the equation
24+
([DocumentServer#3120](https://github.com/ONLYOFFICE/DocumentServer/issues/3120))
25+
* Fixed crash after entering a character before the division sign
26+
([DocumentServer#3119](https://github.com/ONLYOFFICE/DocumentServer/issues/3119))
27+
* Fixed stopping work of the editor when building some `DOCX` files where
28+
the table of contents was updated
29+
* Fixed an issue with undone changes when turning off and on the "Show changes
30+
from other users" option in the live viewer
31+
* Fixed crash of the editor when pasting text in the Track Changes mode in some
32+
`DOCX` files
33+
* Fixed stopping work of the editor when removing a paragraph
34+
in the Track Changes mode in some `DOCX` files
35+
* Fixed reset of the Text direction > RTL option when placing the cursor
36+
in a new paragraph using Double click
37+
* Fixed incorrect display of characters when entering text in RTL before saving
38+
the document
39+
* Fixed replacing the less than sign to the greater than sign when opening
40+
a document with RTL contents
41+
* Fixed the movement of picture content control with track handler
42+
* Fixed selecting table cells after removing a comment added to the cells
43+
* Fixed display of Content Controls frames nested within another one
44+
if the cursor is positioned in one of the nested ones
45+
* Fixed the calculation of line breaks in the East-Asian text
46+
* Fixed replacing the heading color with blue after building a document
47+
if the color was changed to another one using
48+
`customization.wordHeadingsColor`
49+
* Fixed changing text alignment when opening some `DOCX` files
50+
* Fixed line break position when there is an inline math equation when opening
51+
some `DOCX` files
52+
53+
#### Spreadsheet Editor
54+
55+
* Fixed crash of the editor after undoing an action on a sheet deleted
56+
by another user in Fast co-editing
57+
* Fixed stopping work of the editor when entering data in some `XLSX` files
58+
([DocumentServer#3140](https://github.com/ONLYOFFICE/DocumentServer/issues/3140))
59+
* Fixed crash of the editor after redoing the sheet movement
60+
* Fixed stopping work of the editor after trying to select a value in a cell
61+
in some `XLSX` files
62+
* Fixed incorrect recalculation of the `TAKE` function in some formulas
63+
* Fixed loss of a hyperlink in the resulting workbook when using
64+
the `IMPORTRANGE` formula
65+
* Fixed the #NAME error when recalculating the `IF` function
66+
in some `XLSX` files
67+
* Fixed the imaginary ability to continue editing after connection break
68+
* Fixed the #NAME error after adding an external link to a named range
69+
* Fixed work of the Scale with document options for headers and footers
70+
when printing if the document scale is set to Fit All Columns on One Page
71+
* Fixed appearing the warning after entering a formula
72+
via the Insert Function window
73+
* Fixed activation of the Undo button after an incorrect attempt to enter
74+
a formula
75+
* Fixed the "Invalid regular expression" error when creating Calculates Items
76+
in some `XLSX` files
77+
* Fixed the "There are one or more circular references where a formula refers"
78+
error when opening some `XLSX` files
79+
* Fixed errors in formula calculations when opening some `XLS` files
80+
* Fixed saving the sorting specified in the view if the `XLSX` file is opened
81+
in the "Without access to change the filter" mode
82+
* Fixed saving the Freeze Panes position after reloading the `XLSX` document
83+
([DocumentServer#3124](https://github.com/ONLYOFFICE/DocumentServer/issues/3124))
84+
* Fixed filling of filtered/hidden data in cells in the view mode (Sheet View)
85+
* Fixed appearing the empty row after moving between two others
86+
* Fixed the ability to scroll the sheet when filling cells with data on HiDPI monitors
87+
* Fixed work of horizontal sheet scrolling with `Shift` + `Mouse Wheel`
88+
on macOS ([DocumentServer#3040](https://github.com/ONLYOFFICE/DocumentServer/issues/3040))
89+
90+
#### Presentation Editor
91+
92+
* Fixed crash of the editor when opening some `PPSX` files
93+
* Fixed stopping work of the editor when exporting some `PPTX` files to `PDF`
94+
* Fixed data loss when copying a placeholder with a slide number to other slides
95+
* Fixed the ability to exit the Slideshow mode using `Esc` after drawing
96+
* Fixed display of a new theme name after applying the Rename Master option
97+
without reloading the editor page
98+
* Fixed an issue with table display when exporting some `PPTX` files to `ODP`
99+
* Fixed display of the first characters of a word when using the Morph
100+
transition with the Words / Letters parameter ([DocumentServer#3096](https://github.com/ONLYOFFICE/DocumentServer/issues/3096))
101+
* Fixed changing the Flip parameter for images after exporting
102+
some `PPTX` files to `ODF`
103+
* Fixed shifting of the Draw icon on the toolbar in the Slideshow mode
104+
in Firefox
105+
106+
#### Forms
107+
108+
* Fixed conversion of a form file to a regular `PDF` file when exporting
109+
* Fixed display of the Required field frame for a nested field
110+
in the Complex field
111+
112+
#### PDF Editor
113+
114+
* Fixed stopping work of the editor when inserting a stamp if the cursor
115+
is positioned in a text comment
116+
* Fixed crash when undoing adding a Text Comment in some `PDF` files
117+
* Fixed stopping work when clicking Edit Text in some `PDF` files
118+
* Fixed crash when clicking in Text Callout
119+
* Fixed the ability to save the `PDF` file if the cursor is positioned
120+
in the Text Comment window
121+
* Fixed data loss when opening some `PDF` files created
122+
in the ItextSharp library
123+
* Fixed missing blocking of elements on the page when editing them
124+
by another user in co-editing
125+
* Fixed the ability to insert contents to the page removed by another user
126+
* Fixed data loss after copying contents of some `PDF` files and pasting
127+
the contents into the Document Editor
128+
* Fixed adding a stamp outside the page after rotating it
129+
130+
#### Convert
131+
132+
* Fixed an issue that caused an error when opening the result of converting
133+
some `XLS` files to `XLSX` in third-party editors
134+
* Fixed appearing a table in the header when converting some `ODT` files
135+
to `DOCX`
136+
* Fixed appearing an indent before text in tables when converting some `ODT`
137+
files to `DOCX`
138+
* Fixed losing graphic objects when opening a file in third-party editors
139+
after converting some `DOCX` files to `ODT`
140+
* Fixed losing text in autoshapes when converting some `ODT` files to `DOCX`
141+
* Fixed offset of multilevel list items when opening some `ODT` files
142+
* Fixed changing the fill when converting some `ODP` files to `PPTX`
143+
* Fixed changing the text style when converting some `ODT` files to `DOCX`
144+
* Fixed changing the indents of table of contents numbering when converting
145+
some `ODT` files to `DOCX`
146+
* Fixed applying the footnote property to the text following it when converting
147+
some `ODT` files to `DOCX`
148+
* Fixed removal of headings numbering when converting some `ODT` files to `DOCX`
149+
* Fixed losing an image when converting some `ODT` files to `DOCX`
150+
* Fixed changing the appearance of an arrow when converting some `DOCX`
151+
files to `PDF`
152+
* Fixed display of images when opening some `ODS` files
153+
* Fixed missing images when opening some `Pages` files
154+
* Fixed changing the font size when converting some `ODT` files to `DOCX`
155+
156+
#### Mobile
157+
158+
* Fixed clearing drawn objects after applying the Erase entire screen option
159+
* Fixed the ability to select a color with a stylus in the drawing mode
160+
161+
#### Package
162+
163+
* Fixed an error when installing the RabbitMQ components during offline
164+
installation
165+
3166
## 8.3.0
4167

5168
### New features

0 commit comments

Comments
 (0)