Compare commits

..

12 Commits

Author SHA1 Message Date
papacarlo 007d5dd286 Update submodules 2025-04-17 08:36:52 +00:00
Alexander Trofimov 1073979d82 feauture/actualize-template (#9)
Co-authored-by: Denis Spitsyn <denis.spitsyn.nct@gmail.com>
2025-04-08 09:09:32 +00:00
Roman Demidov c9bf5c1b11 Update WinGet action 2025-03-20 15:45:25 +03:00
papacarlo 316e57ea50 Update submodules 2025-03-20 10:39:00 +00:00
Maxim Kadushkin b7465bb7b2 Add v8.3.2
Co-authored-by: Maxim Kadushkin <maxim.kadushkin@onlyoffice.com>
Co-committed-by: Maxim Kadushkin <maxim.kadushkin@onlyoffice.com>
2025-03-20 09:54:57 +00:00
papacarlo 4287a084ed Update submodules 2025-02-28 15:25:22 +00:00
Maxim Kadushkin 54afad1cdc Update CHANGELOG.md (#6)
Co-authored-by: Maxim Kadushkin <maxim.kadushkin@onlyoffice.com>
Co-committed-by: Maxim Kadushkin <maxim.kadushkin@onlyoffice.com>
2025-02-28 14:43:59 +00:00
Alexander Trofimov 3483987ecb Update README.md 2025-02-14 11:37:18 +00:00
Maxim Kadushkin 0dc9dbc65f Update CHANGELOG.md (#5)
Co-authored-by: Maxim Kadushkin <maxim.kadushkin@onlyoffice.com>
Co-committed-by: Maxim Kadushkin <maxim.kadushkin@onlyoffice.com>
2025-02-06 14:36:47 +00:00
papacarlo 66e1042210 Update submodules 2025-02-06 13:58:57 +00:00
Alexey Golubev af8c52151c Update changelog (#1739)
* Update CHANGELOG.md

* Update CHANGELOG.md

* Update .aspell.en.pws

* Update CHANGELOG.md

---------

Co-authored-by: Maxim Kadushkin <maxim.kadushkin@onlyoffice.com>
2025-02-04 20:29:31 +03:00
Roman Demidov ca1e626735 Fix winget action (#1725)
* Test

* Test2
2025-02-04 20:29:31 +03:00
10 changed files with 374 additions and 13 deletions
+14
View File
@@ -9,6 +9,7 @@ autocomplete
AutoCorrect AutoCorrect
autocorrection autocorrection
autofill autofill
autofilling
Autofilter Autofilter
AutoFilter AutoFilter
autofilter autofilter
@@ -356,3 +357,16 @@ TIF
DocSpace DocSpace
IME IME
strikethrough strikethrough
Sur
customXml
dataBinding
HWP
HWPX
xml
ItextSharp
Esc
Callout
PPSX
HTM
NoHistory
PPTT
+5 -4
View File
@@ -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
+3 -2
View File
@@ -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: vedantmgoyal9/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 }}
+345
View File
@@ -1,5 +1,350 @@
# 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
### New features
#### PDF Editor
* Added the ability to move pages in `PDF` files
### Fixes
#### All Editors
* Fixed the “Segmentation fault (Core dumped)” error when launching or closing
the application (Linux)
* Fixed transferring focus to a document when opening it via the “Open with”
menu (Windows)
* Fixed missing translations of some interface elements after changing the application
language before restarting it
* Fixed kDrive unavailability after connecting the integrator in the application
* Fixed the ability to choose the application for opening `HWPX` files (macOS)
* Fixed display of the application icon when calling “Open with” from third-party
applications (Windows)
#### Document Editor
* Fixed stopping work of the editor when pasting a large amount of copied data
* Fixed crash after entering the minus sign after the equation
* Fixed crash after entering a character before the division sign
* Fixed stopping work of the editor when building some `DOCX` files where the table
of contents was updated
* Fixed an issue with undone changes when turning off and on the “Show changes from
other users” option in the live viewer
* Fixed crash of the editor when pasting text in the Track Changes mode in
some `DOCX` files
* Fixed stopping work of the editor when removing a paragraph in the Track Changes
mode in some `DOCX` files
* Fixed reset of the Text direction > RTL option when placing the cursor in a new
paragraph using Double click
* Fixed incorrect display of characters when entering text in RTL before saving
the document
* Fixed replacing the less than sign to the greater than sign when opening a document
with RTL contents
* Fixed the movement of picture content control with track handler
* Fixed selecting table cells after removing a comment added to the cells
* Fixed display of Content Controls frames nested within another one if the cursor
is positioned in one of the nested ones
* Fixed the calculation of line breaks in the East-Asian text
* Fixed changing text alignment when opening some `DOCX` files
* Fixed line break position when there is an inline math equation when opening
some `DOCX` files
#### Spreadsheet Editor
* Fixed stopping work of the editor when entering data in some `XLSX` files
* Fixed crash of the editor after redoing the sheet movement
* Fixed stopping work of the editor after trying to select a value in a cell in
some `XLSX` files
* Fixed incorrect recalculation of the `TAKE` function in some formulas
* Fixed loss of a hyperlink in the resulting workbook when using the `IMPORTRANGE`
formula
* Fixed the #NAME error when recalculating the `IF` function in some `XLSX` files
* Fixed the imaginary ability to continue editing after connection break
* Fixed the #NAME error after adding an external link to a named range
* Fixed work of the Scale with document options for headers and footers when printing
if the document scale is set to Fit All Columns on One Page
* Fixed appearing the warning after entering a formula via the Insert Function window
* Fixed activation of the Undo button after an incorrect attempt to enter a formula
* Fixed the “Invalid regular expression” error when creating Calculates Items in
some `XLSX` files
* Fixed the “There are one or more circular references where a formula refers”
error when opening some `XLSX` files
* Fixed errors in formula calculations when opening some `XLS` files
* Fixed saving the Freeze Panes position after reloading the `XLSX` document
* Fixed filling of filtered/hidden data in cells in the view mode (Sheet View)
* Fixed appearing the empty row after moving between two others
* Fixed the ability to scroll the sheet when filling cells with data on HiDPI monitors
* Fixed work of horizontal sheet scrolling with `Shift` + `Mouse Wheel` on macOS
* Fixed loss of a link to named ranges that refer to external files
#### Presentation Editor
* Fixed crash of the editor when opening some `PPSX` files
* Fixed stopping work of the editor when exporting some `PPTX` files to `PDF`
* Fixed data loss when copying a placeholder with a slide number to other slides
* Fixed the ability to exit the Slideshow mode using `Esc` after drawing
* Fixed display of a new theme name after applying the Rename Master option without
reloading the editor page
* Fixed an issue with table display when exporting some `PPTX` files to `ODP`
* Fixed display of the first characters of a word when using the Morph transition
with the Words / Letters parameter
* Fixed changing the Flip parameter for images after exporting some
`PPTX` files to `ODF`
* Fixed loss of digital signature after drawing in the Slideshow mode
#### Forms
* Fixed conversion of a form file to a regular `PDF` file when exporting
* Fixed display of the Required field frame for a nested field in the Complex field
#### PDF Editor
* Fixed stopping work of the editor when inserting a stamp if the cursor is positioned
in a text comment
* Fixed crash when undoing adding a Text Comment in some `PDF` files
* Fixed stopping work when clicking Edit Text in some `PDF` files
* Fixed crash when clicking in Text Callout
* Fixed the ability to save the `PDF` file if the cursor is positioned in
the Text Comment window
* Fixed data loss when opening some `PDF` files created in the ItextSharp library
* Fixed data loss after copying contents of some `PDF` files and pasting the contents
into the Document Editor
* Fixed adding a stamp outside the page after rotating it
* Fixed saving annotations in `PDF` files opened from the portal
#### Convert
* Fixed an issue that caused an error when opening the result of converting some
`XLS` files to `XLSX` in third-party editors
* Fixed appearing a table in the header when converting some `ODT` files to `DOCX`
* Fixed losing graphic objects when opening a file in third-party editors after
converting some `DOCX` files to `ODT`
* Fixed losing text in autoshapes when converting some `ODT` files to `DOCX`
* Fixed offset of multilevel list items when opening some `ODT` files
* Fixed changing the fill when converting some `ODP` files to `PPTX`
* Fixed changing the text style when converting some `ODT` files to `DOCX`
* Fixed changing the indents of table of contents numbering when converting
some `ODT` files to `DOCX`
* Fixed applying the footnote property to the text following it when converting
some `ODT` files to `DOCX`
* Fixed removal of headings numbering when converting some `ODT` files to `DOCX`
* Fixed losing an image when converting some `ODT` files to `DOCX`
* Fixed changing the appearance of an arrow when converting some `DOCX`
files to `PDF`
* Fixed display of images when opening some `ODS` files
* Fixed missing images when opening some `Pages` files
* Fixed changing the font size when converting some `ODT` files to `DOCX`
## 8.3.0
### New features
#### All Editors
* Added support for logical operations on shapes (unite, combine, fragment,
intersect, subtract)
* Added the `Opacity` option for images
* Added the ability to reset Crop for images in the right panel and context menu
* Added the interface translation into `Albanian` (sq-AL, Albanian (Albania))
* Added new languages to the list of exceptions for text `AutoCorrect`
* Blocking dialogues that require the editor restart are replaced with notifications
* Connection status notifications are moved from the status bar
to the top of the editor
* The `RTL Interface` option is hidden in the settings and automatically
applied when selecting the corresponding language from the list
* Added the context menu for documents in tabs and separate windows (Windows, Linux)
#### Document Editor
* Implemented support for `customXml` and `dataBinding`, when the content of
the content control is bound to an element in a custom xml
* When editing protected documents, the tools available for the selected
part are activated
* Added the ability to change the main direction of the paragraph
* Add the support of the `HWP` and `HWPX` formats for opening in the editors
* Added support for opening the `Pages` (.pages) file format
* Added a setting for character-by-character comparing and merging documents
* Implemented the ability to edit the complex field instruction in
the context of the editor itself
#### Spreadsheet Editor
* Added support for opening the `Numbers` (.numbers) file format
* Added support for `Calculated items` for Pivot tables
* Updated the appearance of the function wizard and argument descriptions
* Added the weekdays/month/years options when autofilling cells
* In the Advanced Settings, added the `Default sheet direction` option when
creating a new sheet
* In the External links window, added the option to automatically update
external links
* Added the feature to automatically detect a separator when opening CSV files
* Added the ability to undo basic actions when co-editing
* Added the `Show horizontal/vertical scroll bar` options to the Advanced Settings
#### Presentation Editor
* Added support for opening the `Keynote` (.key) file format
* The Themes, Colors and Slide size tools are moved from the Home panel to
the new `Design` tab
* Added the `Rename Master/Layout` options to the slide context menu of
the Slide Master mode
* Added the `Hand/Select` buttons for switching the cursor type in
the Slideshow mode
* Added the `Start slideshow from the beginning` button to the Quick Access toolbar
* Added the ability to draw on slides in the Slideshow/Presenter View modes
#### Forms
* Increased the default size of the fixed text field
* Changed logic for calculating the top indent for multi-line text fields
with small height
#### PDF Editor
* Added support for Stamp annotations
* Improved processing of images cropped using shapes
* Added support for gradients
* Improved text recognition
* Added the function to undo actions in the co-editing mode
* Added the ability to select several pages on the thumbnail panel using
Ctrl/Shift for group actions
* Added the `Opacity` option for Highlight/Strikeout/Underline annotations
* Added a quick panel to change color, add a comment or delete
the Highlight/Strikeout/Underline annotation
## 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
View File
@@ -1,5 +1,5 @@
[![License](https://img.shields.io/badge/License-GNU%20AGPL%20V3-green.svg?style=flat)](https://www.gnu.org/licenses/agpl-3.0.en.html) [![License](https://img.shields.io/badge/License-GNU%20AGPL%20V3-green.svg?style=flat)](https://www.gnu.org/licenses/agpl-3.0.en.html)
![Platforms Windows | macOS | Linux](https://img.shields.io/badge/Platforms-Windows%20%7C%20macOS%20%7C%20Linux-lightgrey.svg?style=flat) ![Release](https://img.shields.io/badge/Release-v8.1.1-blue.svg?style=flat) ![Platforms Windows | macOS | Linux](https://img.shields.io/badge/Platforms-Windows%20%7C%20macOS%20%7C%20Linux-lightgrey.svg?style=flat) ![Release](https://img.shields.io/badge/Release-v8.3.0-blue.svg?style=flat)
## Overview ## Overview
+1 -1
Submodule core updated: 87b5ae8f75...fa65a546da
+1 -1
Submodule sdkjs updated: be4624ff22...3377e3fd5c