Compare commits
36 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a2b8fd723e | |||
| c590037cc7 | |||
| 6c8b6cde40 | |||
| a8ebd17801 | |||
| 800848062d | |||
| ab523d4c6c | |||
| dbf7a9fb39 | |||
| 310d5005f0 | |||
| fc18be8f33 | |||
| 52d328c9e7 | |||
| abf8527160 | |||
| 3553b74db1 | |||
| c9b2c1cec0 | |||
| 30b72cef42 | |||
| f7143495df | |||
| a83ccfb78e | |||
| 8bd1c99e7c | |||
| 58d9ffd8b7 | |||
| 7fc307e6a0 | |||
| 3b895c0150 | |||
| 95ae989e2a | |||
| 79883895dd | |||
| d22d8967e5 | |||
| 50207962f7 | |||
| 1e78a02bcd | |||
| d8f98a3c45 | |||
| c858ee63b0 | |||
| fdbbce548b | |||
| 96dab9b45c | |||
| abf53d7e86 | |||
| 6f61ce8167 | |||
| 133cbb6885 | |||
| b08f52701c | |||
| 3eb835dc31 | |||
| 9788b08d1d | |||
| df5908694c |
@@ -1,9 +0,0 @@
|
|||||||
**Do you want to request a *feature* or report a *bug*?**
|
|
||||||
|
|
||||||
**What is the current behavior?**
|
|
||||||
|
|
||||||
**If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.**
|
|
||||||
|
|
||||||
**What is the expected behavior?**
|
|
||||||
|
|
||||||
**Which versions of DesktopEditors, and which OS are affected by this issue? Did this work in previous versions of DesktopEditors?**
|
|
||||||
@@ -0,0 +1,65 @@
|
|||||||
|
name: "Bug report"
|
||||||
|
description: "Use this template if you're running into issues with Windows, macOS, or Linux (native package) version."
|
||||||
|
body:
|
||||||
|
- type: checkboxes
|
||||||
|
id: unique
|
||||||
|
attributes:
|
||||||
|
label: "This issue is unique."
|
||||||
|
options:
|
||||||
|
- label: "I have used the [search tool](https://github.com/ONLYOFFICE/DesktopEditors/issues?q=) and did not find an issue describing my bug."
|
||||||
|
required: true
|
||||||
|
- type: dropdown
|
||||||
|
id: os
|
||||||
|
attributes:
|
||||||
|
label: Operating System
|
||||||
|
description: "If you know this bug occurs on multiple operating systems, select all you have tested."
|
||||||
|
multiple: true
|
||||||
|
options:
|
||||||
|
- Windows XP / Vista
|
||||||
|
- Windows 10 / 8.1 / 7
|
||||||
|
- macOS 10.11 x86
|
||||||
|
- macOS 10.12 or higher
|
||||||
|
- Linux (DEB package)
|
||||||
|
- Linux (RPM package)
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: input
|
||||||
|
id: version
|
||||||
|
attributes:
|
||||||
|
label: "Version information"
|
||||||
|
description: "Please provide the exact version of the app you are using. If you don't know it, look at the 'About' tab in the ONLYOFFICE Desktop Editors. Before submitting an issue, ensure you are using the [latest version of the app](https://www.onlyoffice.com/en/download-desktop.aspx)."
|
||||||
|
placeholder: "Example: 6.3.1.56"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: expected
|
||||||
|
attributes:
|
||||||
|
label: "Expected Behavior"
|
||||||
|
description: "What did you expect to happen? Did this work in previous versions of DesktopEditors?"
|
||||||
|
placeholder: "Example: When the text color is set to white it should be white, regardless of the font size."
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: actual
|
||||||
|
attributes:
|
||||||
|
label: "Actual Behavior"
|
||||||
|
description: "What did actually happen?"
|
||||||
|
placeholder: "Example: When the text size is 16 and the font color is set to white then the text is gray."
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: repro-steps
|
||||||
|
attributes:
|
||||||
|
label: "Reproduction Steps"
|
||||||
|
description: "Provide information on how to reproduce this bug. Make sure your instructions are clear."
|
||||||
|
placeholder: |
|
||||||
|
Example:
|
||||||
|
1. Change font size to 16
|
||||||
|
2. Set font color to white
|
||||||
|
3. Observe as the text is not white
|
||||||
|
- type: textarea
|
||||||
|
id: additional
|
||||||
|
attributes:
|
||||||
|
label: "Additional information"
|
||||||
|
description: "If you have any screenshots, videos, or other information that you feel is necessary to explain the issue, feel free to attach them here."
|
||||||
|
placeholder: "Example: My screen resolution is 1920x1080p"
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
blank_issues_enabled: false
|
||||||
|
contact_links:
|
||||||
|
- name: Appimage package
|
||||||
|
url: https://github.com/ONLYOFFICE/appimage-desktopeditors/issues?q=
|
||||||
|
about: Everything about the appimage version goes here.
|
||||||
|
- name: Flatpak package
|
||||||
|
url: https://github.com/flathub/org.onlyoffice.desktopeditors/issues?q=
|
||||||
|
about: Everything about the flatpak version goes here.
|
||||||
|
- name: Snap package
|
||||||
|
url: https://github.com/ONLYOFFICE/snap-desktopeditors/issues?q=
|
||||||
|
about: Everything about the snap version goes here.
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
name: "Feature request"
|
||||||
|
description: "Use this form to suggest a feature."
|
||||||
|
body:
|
||||||
|
- type: checkboxes
|
||||||
|
attributes:
|
||||||
|
label: "This issue is unique."
|
||||||
|
options:
|
||||||
|
- label: "I have used the [search tool](https://github.com/ONLYOFFICE/DesktopEditors/issues?q=) and did not find an issue describing my idea."
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Your idea.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
+625
@@ -1,4 +1,629 @@
|
|||||||
# Change log
|
# Change log
|
||||||
|
|
||||||
|
## 6.4.1
|
||||||
|
|
||||||
|
### New Features
|
||||||
|
* Major improvements in support of chart styles
|
||||||
|
* Ability to Resolve all comments
|
||||||
|
* Change list symbols render
|
||||||
|
* Add chart styles for users with visual impairment
|
||||||
|
* Add ability to use tab\shift+tab in some controls
|
||||||
|
* Ability to view unique user link count on info page
|
||||||
|
* Improved render of CJK fonts in PDF files
|
||||||
|
|
||||||
|
### Document Editor
|
||||||
|
* Ability to convert text to table
|
||||||
|
* Ability to convert table to text
|
||||||
|
* Auto-capitalize first letter
|
||||||
|
* New review mode: Simple markup
|
||||||
|
|
||||||
|
### Spreadsheet Editor
|
||||||
|
* Ability to add/remove/edit conditional formatting
|
||||||
|
* Ability to add sparklines
|
||||||
|
* Change select by pressing `tab` + `enter`
|
||||||
|
* Data import from txt, csv
|
||||||
|
* Add setting for hyperlink auto-correction
|
||||||
|
* Freeze panes presets
|
||||||
|
* Setting for `show zeros` in cells
|
||||||
|
* Chain comments support
|
||||||
|
* Add argument names to function wizard
|
||||||
|
|
||||||
|
### Presentation Editor
|
||||||
|
* Version History
|
||||||
|
* Ability to hide notes panel
|
||||||
|
* Auto-capitalize first letter
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
* All components received countless fixes
|
||||||
|
|
||||||
|
|
||||||
|
## 6.3.1
|
||||||
|
|
||||||
|
### New Features
|
||||||
|
* Added Seafile provider connection options
|
||||||
|
* Interface Themes support
|
||||||
|
* 150% interface scaling support (Windows, Linux)
|
||||||
|
* Spellchecker implemented as SharedWorker. No more back-end service for spellchecker
|
||||||
|
* Ability to add file to favorites (must be supported on DMS side)
|
||||||
|
* Password protection support
|
||||||
|
* New chart types (lines and scatter)
|
||||||
|
* Check hyperlinks for 2083 symbol length
|
||||||
|
|
||||||
|
### Document Editor
|
||||||
|
* Wrapping for shapes in Top Toolbar
|
||||||
|
* Indents settings in Paragraph Right Sidebar
|
||||||
|
* Change Register operation in Top Toolbar
|
||||||
|
* Change List Level operation
|
||||||
|
* Export to html, fb2, ePub
|
||||||
|
|
||||||
|
### Spreadsheet Editor
|
||||||
|
* Add new chart type - combo
|
||||||
|
* Redone Chart Advanced Setting with more axis settings
|
||||||
|
* Add ability to set axis label format
|
||||||
|
* New date format "YYYY-MM-DD" (ISO 8601)
|
||||||
|
* Cell Indent setting in Table Right Sidebar
|
||||||
|
* Opening of Microsoft Office XML 2003 files
|
||||||
|
* Group and Ungroup operation for Pivot Tables
|
||||||
|
* XLOOKUP function
|
||||||
|
|
||||||
|
### Presentation Editor
|
||||||
|
* Slide opacity setting
|
||||||
|
* Setup columns in shape via Top Toolbar
|
||||||
|
* Presentation Animations are saved after export from our editor
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
* All editors received countless fixes
|
||||||
|
|
||||||
|
## 6.2.0
|
||||||
|
|
||||||
|
### New Features
|
||||||
|
|
||||||
|
#### All Editors
|
||||||
|
|
||||||
|
* Ability to use Tab/Shift+Tab in some dialog windows
|
||||||
|
* Change color of loader to darker one
|
||||||
|
* Ability to setup font size 300pt (409pt for Spreadsheets)
|
||||||
|
* Implemented a new Document Server integration scheme
|
||||||
|
* Ability to protect documents, spreadsheets and presentations using a digital signature
|
||||||
|
|
||||||
|
#### Document Editor
|
||||||
|
|
||||||
|
* Ability to insert Table of Figures
|
||||||
|
|
||||||
|
#### Spreadsheet Editor
|
||||||
|
|
||||||
|
* Ability to insert slicers in pivot tables
|
||||||
|
* Data Validation settings
|
||||||
|
* Ability to cancel auto-expansion of tables
|
||||||
|
* Support of custom number format
|
||||||
|
* GROWTH, TREND, LOGEST, UNIQUE, RANDARRAY functions support
|
||||||
|
|
||||||
|
#### Presentation Editor
|
||||||
|
|
||||||
|
* Ability to setup auto-format as you type
|
||||||
|
* Buttons for increase-decrease font size
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
* All editors received countless fixes
|
||||||
|
|
||||||
|
|
||||||
|
## 6.1.0
|
||||||
|
|
||||||
|
### New Features
|
||||||
|
|
||||||
|
#### All Editors
|
||||||
|
|
||||||
|
* Complete redone html-based formats (`ePub`, `mht`, `html`)
|
||||||
|
* `fb2` format can be opened in viewer
|
||||||
|
* Redone gradient control and ability to set custom angle for gradient fill
|
||||||
|
* New icons in context menu
|
||||||
|
* Add support of AutoFormat as you type
|
||||||
|
* Apply button in File menu always visible
|
||||||
|
* Ability to copy comment from left sidebar
|
||||||
|
* Translate plugin uses Google Translate, instead of Yandex
|
||||||
|
|
||||||
|
#### Document Editor
|
||||||
|
|
||||||
|
* Ability to show line numbering
|
||||||
|
* Ability to add cross-reference
|
||||||
|
* Add support of endnotes
|
||||||
|
* Ability to edit AutoCorrect list
|
||||||
|
* Select Data button in Chart Editor
|
||||||
|
|
||||||
|
#### Spreadsheet Editor
|
||||||
|
|
||||||
|
* Ability to work with sheet view (available only for paid version)
|
||||||
|
* Support of editing data ranges in Chart
|
||||||
|
* Redone cell editor height change
|
||||||
|
* New cursor for column\row hover
|
||||||
|
* Ability to hide freeze pane shadow
|
||||||
|
* Pivot Table can be inserted from `Insert` tab
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
* All components received countless fixes
|
||||||
|
|
||||||
|
## 6.0.2
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
#### All Editors
|
||||||
|
|
||||||
|
* Fix problem with insert BMP image in doc (Bug #47276)
|
||||||
|
|
||||||
|
## 6.0.1
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
#### All Editors
|
||||||
|
|
||||||
|
* Actualize Help
|
||||||
|
|
||||||
|
#### Document Editor
|
||||||
|
|
||||||
|
* Fix losing comments added to docx (Bug #46770)
|
||||||
|
|
||||||
|
#### Spreadsheet Editor
|
||||||
|
|
||||||
|
* Fix pivot refresh in R1C1 (Bug #46052)
|
||||||
|
|
||||||
|
#### Convert
|
||||||
|
|
||||||
|
* Fix error while opening specific xls (Bug #46728)
|
||||||
|
|
||||||
|
#### Back-end
|
||||||
|
|
||||||
|
* Fix several vulnerabilities
|
||||||
|
* Fix Path Traversal vulnerability via `download as` params
|
||||||
|
* Fix ER_DATA_TOO_LONG: Data too long for column 'callback' at row 1
|
||||||
|
* Fix problem with generating new presentation theme (Bug #46754)
|
||||||
|
|
||||||
|
## 6.0.0
|
||||||
|
|
||||||
|
### New Features
|
||||||
|
|
||||||
|
#### All Editors
|
||||||
|
|
||||||
|
* Option to adjust application interface scaling (Windows, Linux)
|
||||||
|
* Autofit settings for shape
|
||||||
|
* Ability to insert special characters
|
||||||
|
* Autorun settings for macros
|
||||||
|
* Selecting an image from storage for watermarks, shapes and slides filling
|
||||||
|
* Added an autocorrection list
|
||||||
|
* Redesign of color selection component
|
||||||
|
* Ability to change a position and size of chart elements
|
||||||
|
* Hotkey Ctrl + 0 for zoom resetting
|
||||||
|
* Changed a behavior of hiding icons in tabs when editor window is reducing
|
||||||
|
|
||||||
|
#### Document Editor
|
||||||
|
|
||||||
|
* Ability to insert date and time
|
||||||
|
* Ability to print selection in view mode
|
||||||
|
* Converting an equation from old formats
|
||||||
|
* Changed placeholder for content controls
|
||||||
|
* Redone the algorithm the justifying of a paragraph with condensing spaces
|
||||||
|
|
||||||
|
#### Spreadsheet Editor
|
||||||
|
|
||||||
|
* Full support of pivot tables
|
||||||
|
* Autofilter settings in pivot tables
|
||||||
|
* Support of open all existing in file conditions for data bar conditional formatting
|
||||||
|
* Support of open all existing in file gradients for data bar conditional formatting
|
||||||
|
* Full support of slicers for format tables
|
||||||
|
* Special paste settings
|
||||||
|
* Ability to move a sheet from one workbook to another
|
||||||
|
* Internal link to named range
|
||||||
|
* Print titles
|
||||||
|
* New component for cells selection
|
||||||
|
* Ability to remove duplicate values
|
||||||
|
* Ability to insert function via Function Arguments dialogue
|
||||||
|
* Wrap Text and Shrink to Fit settings in right toolbar
|
||||||
|
* Vertical Text option in text orientation settings
|
||||||
|
* Ability to change the function in Total Row for formatted table
|
||||||
|
* Delimiter settings for Special Paste and Text to Columns dialogue
|
||||||
|
* LINEST function
|
||||||
|
* Hotkeys Ctrl+Shift+'Plus sign' and Ctrl+Shift+'Minus sign' for date and time insertion
|
||||||
|
* Hotkey Shift+F3 for a function insertion
|
||||||
|
* Status bar settings
|
||||||
|
* New mouse actions for work with format tables
|
||||||
|
|
||||||
|
#### Presentation Editor
|
||||||
|
|
||||||
|
* Changed interface for internal link
|
||||||
|
* Ability to print selection in view mode
|
||||||
|
* Redesign of bullet and numbering list menu
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
* All editors received countless fixes
|
||||||
|
|
||||||
|
## 5.6.4
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
#### Back-end
|
||||||
|
|
||||||
|
* Fix several vulnerabilities in convertion app (Bug #46348, Bug #46352, Bug #46353,
|
||||||
|
Bug #46384, Bug #46434, Bug #46436)
|
||||||
|
* Fix vulnerability in TXT converter (Bug #46437)
|
||||||
|
* Fix Path Traversal vulnerability via image upload params (Bug #46113)
|
||||||
|
* Fix Path Traversal vulnerability via `savefile` param (Bug #46037)
|
||||||
|
* Fix Path Traversal vulnerability via Convert Service param (Bug #45976)
|
||||||
|
|
||||||
|
## 5.6.0
|
||||||
|
|
||||||
|
### New features
|
||||||
|
|
||||||
|
#### All Editors
|
||||||
|
|
||||||
|
* Support of Private Rooms plugin (ONLYOFFICE Enterprise Edition 11.0 needed as well)
|
||||||
|
* Possibility to gain access to some features of commercial versions Document Server
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
#### All Editors
|
||||||
|
|
||||||
|
* Fixed opening zero-bytes files created with MS Office folder menu
|
||||||
|
* Fixed an issue with opening long path files (Bug 45117)
|
||||||
|
* Added ability to run an application with system title bar by --system-title-bar flag (Linux) (Bug 43189) (#271)
|
||||||
|
* Fixed an unexpected application window behavior after presentation showing was ended (Bug 44968)
|
||||||
|
* Fixed an unexpected application behavior after undocking window with presenter mode (Bug 45483)
|
||||||
|
* Fixed an ability of resizing application windows on macOS (Bug 45135)
|
||||||
|
* Fixed an issue with connecting to cloud servers if url contains spaces (Bug 42293)
|
||||||
|
* Fixed an issue with restoring application window after some scenarios (Bug 45292)
|
||||||
|
* Fixed a dialog window displaying while all application windows is closing (Bug 44974)
|
||||||
|
* Fixed a window title scaling on HiDPI displays in some scenarios (Bug 45060)
|
||||||
|
* Fixed a duplication of print button after undocking PDF-viewer window (Bug 45170)
|
||||||
|
* Some translations in dialog windows was improved
|
||||||
|
* Fixed a position of application window after printing operations was canceled (Bug 45003)
|
||||||
|
* Fixed an issue with displaying artifacts on about page in some scenarios (Bug 44684)
|
||||||
|
* Fixed an issue with displaying artifacts after installation on Windows 10 was finished (Bug 45089)
|
||||||
|
* Fixed an issue with user name updating while document is opened (Bug 45254)
|
||||||
|
* Added user name limitation in field (Bug 44742)
|
||||||
|
* Fixed an issue with locking modal dialogs while print dialogue in opened and updocked (Bug 42791)
|
||||||
|
* Fixed an editor tab position after window is attaching (Bug 44749)
|
||||||
|
* Added custom title for Windows Apps entry in Add or Remove Programs
|
||||||
|
* Fixed unexpected system rebooting after VSRedis installation
|
||||||
|
* Fixed displaying of dialogue windows on some linux color schemes (Bug 31995)
|
||||||
|
|
||||||
|
#### Document Editor
|
||||||
|
|
||||||
|
* Fixed in issue with autocolor feature for graphical objects in some DOCX user files (Bug 45460)
|
||||||
|
* Fixed an issue with increasing font size in some DOCX user files (Bug 44852)
|
||||||
|
* Fixed disabling undo/redo buttons after the documents comparing
|
||||||
|
* Fixed incorrect displaying of some PDF user files (Bug 45336, Bug 39097, Bug 19078)
|
||||||
|
* Fixed incorrect displaying of watermark on CJK languages (Bug 45886)
|
||||||
|
* Fixed an export of some DOCX user files to PDF (Bug 45319)
|
||||||
|
|
||||||
|
|
||||||
|
#### Spreadsheet Editor
|
||||||
|
|
||||||
|
* Fixed invalid icon in cells border menu (Bug 45910)
|
||||||
|
* Fixed an error with copy and past format table in some XLSX files (Bug 45731)
|
||||||
|
* Fixed an error with format table creation in some XLSX files (Bug 45773)
|
||||||
|
* Fixed an error with entering big data in last partially view cell (Bug 45653) (#903)
|
||||||
|
* Fixed an appearance of color selection dialogue box for bullet lists (Bug 45417)
|
||||||
|
|
||||||
|
#### Presentation Editor
|
||||||
|
|
||||||
|
* Fixed an appearance of color selection dialogue box for bullet lists (Bug 45417)
|
||||||
|
|
||||||
|
#### files editing/convertion
|
||||||
|
|
||||||
|
|
||||||
|
## 5.5.1
|
||||||
|
|
||||||
|
### New features
|
||||||
|
|
||||||
|
#### All Editors
|
||||||
|
|
||||||
|
* Multi-Window mode (Windows, Linux)
|
||||||
|
* Loading speed improvements
|
||||||
|
* `Symbol table` now is system component, not a plugin
|
||||||
|
* New button `Top Toolbar -> Collaboration -> Remove comments`
|
||||||
|
* Replace `Default Size` button to `Actual Size`
|
||||||
|
|
||||||
|
#### Document Editor
|
||||||
|
|
||||||
|
* Ability to remove table cells
|
||||||
|
* Ability to insert several rows\columns
|
||||||
|
* Ability to add titles for shapes, table and levels
|
||||||
|
* New options for margins
|
||||||
|
* New options for bullet lists
|
||||||
|
* Ability to draw and erase table
|
||||||
|
* Ability to edit gutter and mirror margins
|
||||||
|
|
||||||
|
#### Spreadsheet Editor
|
||||||
|
|
||||||
|
* Added support of reading drop-down lists.
|
||||||
|
* Added support of reading data validation.
|
||||||
|
* Ability to recalculate all formulas
|
||||||
|
* New scale options
|
||||||
|
* New options for cell fill
|
||||||
|
* Ability to set Cell Snapping
|
||||||
|
* Sheets multi-select
|
||||||
|
* Bullets and numbering options from context menu
|
||||||
|
* Ability to change bullets marker
|
||||||
|
* New spellchecker options
|
||||||
|
* Ability to sort by several columns\rows
|
||||||
|
* Option for setting separators
|
||||||
|
|
||||||
|
#### Presentation Editor
|
||||||
|
|
||||||
|
* Ability to add object to slide template
|
||||||
|
* Ability to reset slide
|
||||||
|
* New list settings
|
||||||
|
* Ability to add object to placeholder
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
#### All Editors
|
||||||
|
|
||||||
|
* All components received countless fixed
|
||||||
|
* Localization improvements
|
||||||
|
* Fixed some security issues
|
||||||
|
* Fix some more issues with user files
|
||||||
|
|
||||||
|
#### Document Editor
|
||||||
|
|
||||||
|
* Fixed an issue with comment duplication in other editors (bug #44689)
|
||||||
|
|
||||||
|
#### Spreadsheet Editor
|
||||||
|
|
||||||
|
* Better support of TIME function (bug #44849)
|
||||||
|
|
||||||
|
#### files editing/convertion
|
||||||
|
|
||||||
|
* Fixed some security issues
|
||||||
|
* Fixed an issues with DOC, RTF and XLSX formats(bug 44756) (bug 44934) (bug 44840)
|
||||||
|
* Fixed corrupting of mime-type after some DOCX editing (Bug 44957)
|
||||||
|
|
||||||
|
|
||||||
|
## 5.4.2
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
### All Editors
|
||||||
|
|
||||||
|
* Improved compatibility with macOS 10.15 Catalina
|
||||||
|
|
||||||
|
#### Document Editor
|
||||||
|
|
||||||
|
* Fix the problem with removing previously added text by
|
||||||
|
other user in the review mode (bug #43183)
|
||||||
|
* Fix the problem with moving text in the review mode
|
||||||
|
(bug #43238)
|
||||||
|
* Fix the problem of inserting a table over another table
|
||||||
|
* Fix the problem with reviewed numbering
|
||||||
|
* Fix some problems with watermarks
|
||||||
|
|
||||||
|
#### Plugins
|
||||||
|
|
||||||
|
* Fix starting PhotoEditor plugin (bug #42473)
|
||||||
|
* Fix issues with YouTube plugin
|
||||||
|
|
||||||
|
## 5.4.1
|
||||||
|
|
||||||
|
### New Features
|
||||||
|
|
||||||
|
#### All Editors
|
||||||
|
|
||||||
|
* More options for Paragraph Spacing
|
||||||
|
* Ability to set paragraph Outline level
|
||||||
|
* Ability to get current color scheme
|
||||||
|
* Redone Document Info page
|
||||||
|
* Better and more templates for tables
|
||||||
|
* Select languages using keyboard (bug #24317)
|
||||||
|
* Ability to show shadow for images/shapes
|
||||||
|
* Add mentions to comments
|
||||||
|
* Show multi-gradient fill in shapes (bug #40719)
|
||||||
|
|
||||||
|
#### Document Editor
|
||||||
|
|
||||||
|
* Ability create new style - next style same as previous
|
||||||
|
* Ability to add watermarks
|
||||||
|
* Ability to save docx in mode compatible with old versions
|
||||||
|
* Add tooltip for table styles
|
||||||
|
|
||||||
|
#### Spreadsheet Editor
|
||||||
|
|
||||||
|
* Ability to change look of chart elements
|
||||||
|
* Ability to set Headers and Footers
|
||||||
|
* New options for working with formulas
|
||||||
|
* Ability to group data
|
||||||
|
* Spellchecker
|
||||||
|
* Ability to resize autofilter window
|
||||||
|
* Show the number of cells in autofilter window
|
||||||
|
* Save 10 last used functions
|
||||||
|
* Set default value for regional settings (bug #41549)
|
||||||
|
* Asynchronous loading of formulas
|
||||||
|
|
||||||
|
#### Presentation Editor
|
||||||
|
|
||||||
|
* New themes for slides
|
||||||
|
* Ability to set Headers and Footers
|
||||||
|
* Ability to insert slide number
|
||||||
|
* Ability to insert date/time
|
||||||
|
* Add tooltip for table styles
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
#### All Editors
|
||||||
|
|
||||||
|
* Fix detecting document info as document change (bug #42717)
|
||||||
|
* Fix paste in canvas after opening settings
|
||||||
|
* Fix some issues with loading of translations
|
||||||
|
|
||||||
|
#### Document Editor
|
||||||
|
|
||||||
|
* Fix the problem with drawing a track around a content control (bug #42657)
|
||||||
|
* Fix the problem with accept/reject in case when moved text gets into selection (bug #42665)
|
||||||
|
* Fix the problem with deleting text that was previously added by the same user (bug #41242)
|
||||||
|
* Fix "No image uploaded" for Watermark background (bug #42832)
|
||||||
|
* Fix rules unit of measurements (bug #42608)
|
||||||
|
* Fix some watermark bugs
|
||||||
|
* Fix style list in `Create New Style` window on small window size (bug #42799)
|
||||||
|
* Fix changing display mode for track changes (without plugins tab)
|
||||||
|
|
||||||
|
#### Spreadsheet Editor
|
||||||
|
|
||||||
|
* Fix opening some files with pivot table without pivot style
|
||||||
|
* Fix JS error in `SUBTOTAL` function (bug #42833)
|
||||||
|
* Fix scale options while printing (bug #34704)
|
||||||
|
* Fix adding image from storage (bug #42789)
|
||||||
|
* Fix auto-sum icon
|
||||||
|
* Fix button icons (chat, comments)
|
||||||
|
|
||||||
|
#### Presentation Editor
|
||||||
|
|
||||||
|
##### doc
|
||||||
|
|
||||||
|
* Fix extended comments
|
||||||
|
|
||||||
|
##### docx
|
||||||
|
|
||||||
|
* Fix bookmarks saving inside hyperlink
|
||||||
|
|
||||||
|
##### xls
|
||||||
|
|
||||||
|
* Fix marker filters in some xls (bug #42239)
|
||||||
|
* Fix image size in save to xls (bug #42618)
|
||||||
|
* Fix group data display (bug #42216)
|
||||||
|
|
||||||
|
##### xlsx
|
||||||
|
|
||||||
|
* Fix tooltip for data validation (bug #42667)
|
||||||
|
* Fix Excel recovery error for files with comments (bug #42968)
|
||||||
|
* Remove reply duplicates (bug #42969)
|
||||||
|
|
||||||
|
##### odf
|
||||||
|
|
||||||
|
* Fix error in headers/footers
|
||||||
|
* Fix print areas (bug #42654)
|
||||||
|
* Fix column width (bug #42790)
|
||||||
|
* Fix cell color (bug #42932)
|
||||||
|
* Fix link to formatted as table (bug #42938)
|
||||||
|
|
||||||
|
## 5.3.5
|
||||||
|
|
||||||
|
### New Features
|
||||||
|
|
||||||
|
#### Plugins
|
||||||
|
|
||||||
|
* Translations for Photo Editor plugin
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
#### All Editors
|
||||||
|
|
||||||
|
* Fix connection to Community Server v10.0.4
|
||||||
|
* Fix bugs in encryption mode
|
||||||
|
|
||||||
|
#### Document Editor
|
||||||
|
|
||||||
|
* Fix JS error while undo insert empty row in table (bug #41995)
|
||||||
|
* Fix the problem with adding an equation inside a hyperlink
|
||||||
|
* Fix crash while opening file with math created by aspose
|
||||||
|
|
||||||
|
#### Presentation Editor
|
||||||
|
|
||||||
|
* Fix background color of slide
|
||||||
|
|
||||||
|
#### x2t
|
||||||
|
|
||||||
|
* Decode xlsx escaped chars (bug #36575, #41890)
|
||||||
|
|
||||||
|
## 5.3.4
|
||||||
|
|
||||||
|
### No public release
|
||||||
|
|
||||||
|
## 5.3.3
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
#### All Editors
|
||||||
|
|
||||||
|
* Improved HiDPI screens compatibility
|
||||||
|
* Added Chinese as UI language
|
||||||
|
* New placements for undo-redo, save and print button in top toolbar
|
||||||
|
* 250 document languages (mostly without spellchecker)
|
||||||
|
* Completely redone font engine (Better support of CJK fonts and much more)
|
||||||
|
* Ability to flip and rotate shape/images
|
||||||
|
* Ability to crop images
|
||||||
|
* Adding bookmark do not close bookmark window
|
||||||
|
* Comments are show in all edit-view modes
|
||||||
|
* New hotkeys on MacOS
|
||||||
|
* Add options for objects align (align to page, margin, slide)
|
||||||
|
* New hints for shapes (Bug #20091)
|
||||||
|
* Completely new photo editor plugin
|
||||||
|
* Plugin for sending document via system email client
|
||||||
|
* Fix some more problems with SVG
|
||||||
|
* Fix a lot of bugs with drawings positioning
|
||||||
|
|
||||||
|
#### Document Editor
|
||||||
|
|
||||||
|
* Formulas in Tables
|
||||||
|
* Save as DOTX, PDF-A, OTT
|
||||||
|
* Show review changes in view mode
|
||||||
|
* Can't remove review changes of another user
|
||||||
|
* Can't remove a comments of another user
|
||||||
|
* Add description for moved text and move to changed text in Review mode
|
||||||
|
* Get link to bookmark
|
||||||
|
* Search selected text
|
||||||
|
* Add support for calculating tabs in word2013 style that lies to the
|
||||||
|
right of the right margin
|
||||||
|
* Fix JS error while scrolling in mail merge window (bug #41787)
|
||||||
|
* Fix JS error while opening some specific docx (bug #41847)
|
||||||
|
* Fix JS error while using final mode in review mode (bug #41846)
|
||||||
|
* Fix the problem with updating positions in the inner
|
||||||
|
classes within a paragraph (bug #41848)
|
||||||
|
* Do not add changes to reviews with changes of the text properties
|
||||||
|
if in fact there have been no changes (bug #41833)
|
||||||
|
* Fix critical bug on setup hideContentControlTrack property
|
||||||
|
* Fix show changes of second user if show changes disabled (bug #41576)
|
||||||
|
* Fix the problem with accepting/rejecting review changes
|
||||||
|
* Fix JS error while entering text in content control in specific docx (bug #41687)
|
||||||
|
* Fix the problem with calculating numbering value with merged cells (bug #41699)
|
||||||
|
* Fix JS error while undo entered text in review mode (bug #41708)
|
||||||
|
* Fix deleting whole TOC field after selecting it (bug #41714)
|
||||||
|
* Fix showing numbering as changes for review in specific document (bug #41518)
|
||||||
|
* Fix opening Modelling_scholarly_communication_report_final1.docx (bug #41717)
|
||||||
|
* Fix crash on refresh recalculated data
|
||||||
|
* Fix bug with moving object in group
|
||||||
|
* Fix the problem with rendering WMF files (bug #41495)
|
||||||
|
|
||||||
|
#### Spreadsheet Editor
|
||||||
|
|
||||||
|
* Български, Svenska (Finland), Svenska (Sverige) number format
|
||||||
|
* Translates of formulas to Italian
|
||||||
|
* Go to link by click, not control click
|
||||||
|
* `ASC`, `BETAINV`, `HYPERLINK` formulas
|
||||||
|
* Support of Print areas
|
||||||
|
* Ability to set exact text orientations in degrees
|
||||||
|
* Text to column Wizards
|
||||||
|
* Paste Text Wizard
|
||||||
|
* Save as XLTX, PDF-A, OTS
|
||||||
|
* Support of Array Formula
|
||||||
|
* Icon and Data Bars Conditional Formatting
|
||||||
|
* Gradient and Texture cell fill
|
||||||
|
* Show hint with function/arguments description when typing function
|
||||||
|
* Show min and max values in status bar
|
||||||
|
* Distribute objects
|
||||||
|
* Redone cut cell process (cell not removed after cut immediately)
|
||||||
|
* Fix JS error for `Replace all` in some cases (bug #41760)
|
||||||
|
* Fix column index error while insertion
|
||||||
|
* Fix add changes to history on drawing sparklines
|
||||||
|
* Fix undo moved cell in print area (bug #41723)
|
||||||
|
|
||||||
|
#### Presentation Editor
|
||||||
|
|
||||||
|
* Save as POTX, PDF-A, OTP
|
||||||
|
* Add font rendering option
|
||||||
|
* Search and replace text
|
||||||
|
* Internal hyperlinks: entering the slide number manually
|
||||||
|
* Possibility to insert audio/video content
|
||||||
|
|
||||||
## 5.2.8
|
## 5.2.8
|
||||||
### Fixes
|
### Fixes
|
||||||
* Major bugfix for interaction with Nextcloud and ownCloud portals
|
* Major bugfix for interaction with Nextcloud and ownCloud portals
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
[](https://www.gnu.org/licenses/agpl-3.0.en.html)  
|
[](https://www.gnu.org/licenses/agpl-3.0.en.html)
|
||||||
|
 
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
@@ -26,6 +27,13 @@ ONLYOFFICE Desktop Editors include the following editors:
|
|||||||
|
|
||||||
The editors allow you to create, edit, save and export text, spreadsheet and presentation documents.
|
The editors allow you to create, edit, save and export text, spreadsheet and presentation documents.
|
||||||
|
|
||||||
|
## Installation methods
|
||||||
|
|
||||||
|
* Deb, rpm, exe, dmg on the [official website](https://www.onlyoffice.com/download-desktop.aspx?utm_source=GitHub&utm_medium=social&utm_campaign=GitHubDesktop)
|
||||||
|
* Snap package. Get on [snapcraft.io](https://snapcraft.io/onlyoffice-desktopeditors) // See [source code](https://github.com/ONLYOFFICE/snap-desktopeditors)
|
||||||
|
* Flatpak. Get on [flathub.org](https://flathub.org/apps/details/org.onlyoffice.desktopeditors) // See [source code](https://github.com/flathub/org.onlyoffice.desktopeditors)
|
||||||
|
* AppImage. Get on [AppImageHub](https://appimage.github.io/ONLYOFFICE/) // See [source code](https://github.com/ONLYOFFICE/appimage-desktopeditors)
|
||||||
|
|
||||||
## Project Information
|
## Project Information
|
||||||
|
|
||||||
Official website: [https://www.onlyoffice.com/apps.aspx](https://www.onlyoffice.com/apps.aspx?utm_source=github&utm_medium=cpc&utm_campaign=GitHubDesktop)
|
Official website: [https://www.onlyoffice.com/apps.aspx](https://www.onlyoffice.com/apps.aspx?utm_source=github&utm_medium=cpc&utm_campaign=GitHubDesktop)
|
||||||
@@ -34,8 +42,8 @@ Code repository: [https://github.com/ONLYOFFICE/DesktopEditors](https://github.c
|
|||||||
|
|
||||||
## User Feedback and Support
|
## User Feedback and Support
|
||||||
|
|
||||||
If you have any problems with or questions about ONLYOFFICE Desktop Editors, please visit our official forum to find answers to your questions: [dev.onlyoffice.org][1] or you can ask and answer ONLYOFFICE development questions on [Stack Overflow][3].
|
If you have any problems with or questions about ONLYOFFICE Desktop Editors, please visit our official forum to find answers to your questions: [forum.onlyoffice.com][1] or you can ask and answer ONLYOFFICE development questions on [Stack Overflow][3].
|
||||||
|
|
||||||
[1]: http://dev.onlyoffice.org
|
[1]: https://forum.onlyoffice.com
|
||||||
[2]: https://github.com/ONLYOFFICE/DocumentServer
|
[2]: https://github.com/ONLYOFFICE/DocumentServer
|
||||||
[3]: http://stackoverflow.com/questions/tagged/onlyoffice
|
[3]: http://stackoverflow.com/questions/tagged/onlyoffice
|
||||||
|
|||||||
+1
-1
Submodule core updated: 41606e907a...7f167d6cbf
+1
-1
Submodule desktop-apps updated: ef76e840de...18637d0dd4
+1
-1
Submodule desktop-sdk updated: 963b18ff72...6a3b693305
+1
-1
Submodule dictionaries updated: 8c4afc1bd3...60e492c377
+1
-1
Submodule sdkjs updated: 5af619ed2c...3f800a79a5
+1
-1
Submodule web-apps updated: 55253c4d75...a113f189f9
Reference in New Issue
Block a user