Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 66e1042210 | |||
| af8c52151c | |||
| ca1e626735 | |||
| 3154f01969 |
@@ -356,3 +356,4 @@ TIF
|
|||||||
DocSpace
|
DocSpace
|
||||||
IME
|
IME
|
||||||
strikethrough
|
strikethrough
|
||||||
|
Sur
|
||||||
@@ -6,9 +6,10 @@ jobs:
|
|||||||
publish:
|
publish:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: vedantmgoyal2009/winget-releaser@main
|
- name: Publish to WinGet
|
||||||
|
uses: vedantmgoyal2009/winget-releaser@main
|
||||||
with:
|
with:
|
||||||
identifier: ONLYOFFICE.DesktopEditors
|
identifier: ONLYOFFICE.DesktopEditors
|
||||||
installers-regex: '\.exe$'
|
installers-regex: '(x86|x64)\.(exe|msi)$'
|
||||||
token: ${{ secrets.WINGET_TOKEN }}
|
token: ${{ secrets.WINGET_TOKEN }}
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,51 @@
|
|||||||
# Change log
|
# Change log
|
||||||
|
|
||||||
|
## 8.2.2
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
#### All Editors
|
||||||
|
|
||||||
|
* Fixed displaying some chart types when opening the `DOCX` or `PPTX` documents
|
||||||
|
* Fixed availability of buttons on the right panel when the zoom is higher than 200%
|
||||||
|
* Fixed application launch on macOS Big Sur with the Apple Silicone architecture
|
||||||
|
* Fixed crash of the editor when detaching a tab with a document, opened from
|
||||||
|
the cloud portal, into a separate window
|
||||||
|
* Fixed the ability to return to the current document from the version history or
|
||||||
|
show the file if a new version was build on the portal DocSpace/Workspace
|
||||||
|
|
||||||
|
#### Document Editor
|
||||||
|
|
||||||
|
* Fixed stopping work of the editor when working with the Text box in the Header
|
||||||
|
if it contains the page number
|
||||||
|
* Fixed slow scrolling of documents if the document extends the visible area
|
||||||
|
* Fixed stopping work of the editor when comparing some `DOCX` documents
|
||||||
|
* Fixed text selection when clicking on a paragraph with Justified alignment
|
||||||
|
|
||||||
|
#### Spreadsheet Editor
|
||||||
|
|
||||||
|
* Fixed stopping work of the editor when deleting a formula from a cell in
|
||||||
|
some `XLSX` files
|
||||||
|
* Fixed disappearing formulas when opening some `XLSX` files
|
||||||
|
* Fixed the ability to scroll a sheet horizontally using `Shift` + `Mouse wheel`
|
||||||
|
* Fixed stopping work of the editor when merging all cells on a sheet
|
||||||
|
* Fixed loss of graphic objects rendering after rotating them in the Sheet
|
||||||
|
Right-to-left mode
|
||||||
|
* Fixed missing the Multi-Select/Clear Filter of Slicer buttons after scrolling
|
||||||
|
horizontally or vertically
|
||||||
|
|
||||||
|
#### PDF Editor
|
||||||
|
|
||||||
|
* Fixed stopping work of the editor when adding a matrix in a math equation
|
||||||
|
* Fixed the short-term absence of an image added by one of the users in co-editing
|
||||||
|
* Fixed incorrect selection of paragraphs/columns in the Select tool mode when
|
||||||
|
opening `XPS`/`OXPS`/`PDF` files
|
||||||
|
|
||||||
|
#### Forms
|
||||||
|
|
||||||
|
* Fixed the status of unsaved changes presence when clicking Complete & Submit
|
||||||
|
quickly during filling in a form in DocSpace
|
||||||
|
|
||||||
## 8.2.1
|
## 8.2.1
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
|||||||
+1
-1
Submodule core updated: 029e6c6df7...d97d2668d2
+1
-1
Submodule desktop-apps updated: b8f6ec6d66...df7e30df82
+1
-1
Submodule desktop-sdk updated: 1280ab279e...8cf475efe1
+1
-1
Submodule sdkjs updated: e37d97e281...e0351b744c
+1
-1
Submodule web-apps updated: e6e56e8a5e...38443175a2
Reference in New Issue
Block a user