Compare commits
44 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a83ccfb78e | |||
| 8bd1c99e7c | |||
| 58d9ffd8b7 | |||
| 7fc307e6a0 | |||
| 3b895c0150 | |||
| 95ae989e2a | |||
| 79883895dd | |||
| d22d8967e5 | |||
| 50207962f7 | |||
| 1e78a02bcd | |||
| d8f98a3c45 | |||
| c858ee63b0 | |||
| fdbbce548b | |||
| 96dab9b45c | |||
| abf53d7e86 | |||
| 6f61ce8167 | |||
| 133cbb6885 | |||
| b08f52701c | |||
| 3eb835dc31 | |||
| 9788b08d1d | |||
| df5908694c | |||
| 61be873faf | |||
| 2c7498c832 | |||
| 768d1acfaf | |||
| 5f802589f6 | |||
| c1739ff6fc | |||
| b9c9ffc0db | |||
| 2fde92499b | |||
| d75bc55e8b | |||
| fe17027ebd | |||
| 629d5bcd56 | |||
| 83a0de4d69 | |||
| 19a7ba9228 | |||
| 0b98d334ec | |||
| 928e7e38bc | |||
| 586a9d2ba1 | |||
| fcd9a578a4 | |||
| a5ff28e8fd | |||
| f70d793b1f | |||
| 74034bce6c | |||
| 553e20c41f | |||
| bddbe32b4e | |||
| 7f65c8a565 | |||
| 2cc556889b |
+3
-3
@@ -7,12 +7,12 @@
|
||||
[submodule "core"]
|
||||
path = core
|
||||
url = https://github.com/ONLYOFFICE/core.git
|
||||
[submodule "web-apps"]
|
||||
path = web-apps
|
||||
url = https://github.com/ONLYOFFICE/web-apps.git
|
||||
[submodule "sdkjs"]
|
||||
path = sdkjs
|
||||
url = https://github.com/ONLYOFFICE/sdkjs.git
|
||||
[submodule "dictionaries"]
|
||||
path = dictionaries
|
||||
url = https://github.com/ONLYOFFICE/dictionaries.git
|
||||
[submodule "web-apps"]
|
||||
path = web-apps
|
||||
url = https://github.com/ONLYOFFICE/web-apps-pro.git
|
||||
|
||||
+976
@@ -1,4 +1,980 @@
|
||||
# Change log
|
||||
|
||||
## 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
|
||||
### Fixes
|
||||
* Major bugfix for interaction with Nextcloud and ownCloud portals
|
||||
|
||||
|
||||
## 5.2.4
|
||||
### New features
|
||||
* Added an option to change the UI language
|
||||
* Added an option to change the user name
|
||||
* Improved HiDPI screens detection
|
||||
* Extended the list of providers for collaborative portals (ownCloud, Nextcloud)
|
||||
* Added encryption options (test mode)
|
||||
|
||||
#### All editors
|
||||
* Add warning when open file protected with password
|
||||
* Don't show resolved comments by default in Document and Spreadsheet editor
|
||||
* Customize availability of help in the editor
|
||||
* Add File and Plugins tabs for viewers
|
||||
* Mark username by color in the comments, review changes, chat messages
|
||||
* Show edit-mode users in format
|
||||
* Don't duplicate online users in the left chat panel
|
||||
* Sort comments in the popover by ascending creation time
|
||||
|
||||
#### Document Editor
|
||||
* Ability to work with bookmarks
|
||||
* Ability to add/change hyperlinks anchored to bookmarks/headings
|
||||
* Change numbering value, start/continue numbering
|
||||
* Ability to continue numberings
|
||||
* Content controls settings (highlight and appearance)
|
||||
* Review changes and comments are in combined window
|
||||
* Add page presets А0, А1, А2, А6 (bug #36583)
|
||||
* Enable closing chart dialog while loading (bug #36870)
|
||||
* Change encoding format for txt files (bug #36998)
|
||||
* Add mode for filling forms
|
||||
* Enable closing window when save to txt
|
||||
* Enable inserting shapes when shape is selected
|
||||
* Check new revisions in fast co-editing mode
|
||||
* Save track-changes option for file key
|
||||
|
||||
#### Spreadsheet Editor
|
||||
* Cell settings in the right panel
|
||||
* Add Layout tab: save margins, page size, orientation for sheets,
|
||||
align/arrange, group/ungroup objects (shapes, images, charts)
|
||||
* Added hint for autofilters
|
||||
* Change encoding format for csv files (bug #36998)
|
||||
* Save page options to file before printing
|
||||
* Add ability to view Combo Charts
|
||||
* Enhanced completely rewritten scroll
|
||||
* Support of R1C1 references style
|
||||
|
||||
#### Presentation Editors
|
||||
* Add hints to presentation themes (bug #21362)
|
||||
* Add presenter preview in the viewer (bug #37499)
|
||||
* Enable closing chart dialog while loading (bug #36870)
|
||||
|
||||
|
||||
### Fixes
|
||||
#### All editors
|
||||
* Update translations
|
||||
* Fix position for zoom buttons in the toolbar
|
||||
* Fix tab 'File' lost active state when click inner panels
|
||||
* Fix `Replace image by url` in context menu (#37651)
|
||||
* Fix copy comments from comment balloon (#37666, #35896)
|
||||
* Fix footnote dialog layout (#37660)
|
||||
* Fix error while changing shape connector (bug #37788)
|
||||
* Fix error while changing default tab in shape (bug #38084)
|
||||
* Fix opening custom color for shape (bug #37841)
|
||||
* Fix comment loss from other user (bug #37570)
|
||||
* Fix bug with cff fonts (glyph loader)
|
||||
* Fix error while `ctrl+s` in chart editor (bug #39254)
|
||||
* Remove 'command+h' hotkey for MacOs
|
||||
* Fix special paste icon while inserting ClipArt (bug #39462)
|
||||
* Show conversion error in case of pdf renamed to docx
|
||||
* Fix bug with solid fill without color
|
||||
* Fix opening presenter view on ownCloud\Nextcloud (bug #39559)
|
||||
* Fix bug when apply new font (current font name and new name are empty)
|
||||
* A lot of bug fixed in all editors
|
||||
|
||||
#### Document Editor
|
||||
* Fix getting parent cell in blocklevelstd
|
||||
* Fix justify chinese text (#37659)
|
||||
* Fix setting option Realtime collaboration changes to "ViewAll"
|
||||
* Fix protected document window layout (#37658)
|
||||
* Disable bookmarks in the document headers (bug #38957)
|
||||
* Fix opening docx with track changes and math created by aspose
|
||||
* Fix problem with reading the Id of a content control
|
||||
* Fix crash in `CNumberingLvlLegacy.ReadFromBinary`
|
||||
* Fix problem with selecting tables
|
||||
* Fix the problem with replacing misspelled word
|
||||
* Fix the critical issue with locking the document on the undo in the fast collaboration
|
||||
* Fix lost `Hide Degree` menu entry for equations (bug #39135)
|
||||
* Fix the problem when recalculating in co-editing
|
||||
* Fix the problem with processing the pageDown button in co-editing
|
||||
* Fix error while deleting table column (bug #39252)
|
||||
* Fix problem with render while replacing text (bug #39269)
|
||||
* Fix problem with saving/loading table state on undo/redo
|
||||
* Fix showing charts added by macros (bug #39304)
|
||||
* Fix the problem with calculating a large tables separated by columns
|
||||
* Fix error after discarding changing font name in combo box
|
||||
* Fix input of korean, chinese and japanese symbols in Content Control (bug #39724)
|
||||
* Fix the problem with recalculating a document with large tables
|
||||
* Fix the problem with accept/reject an uncalculated revision change
|
||||
* Fix bug with recalculating a document when deleting a section
|
||||
* Fix the problem with checking complex fields in selection
|
||||
* Fix the problem with updating cursor in collaborative editing
|
||||
* Fix bug with moving cursor through a table
|
||||
* Fix bug with recalculating large tables
|
||||
* Fix the problem with moving an image inside a large table
|
||||
* Fix bug with accept/reject the change in review
|
||||
* Fix the problem with updating current position in table after accepting changes
|
||||
* Fix bug with special paste of paragraph with numbering
|
||||
* Fix reading rtf comments
|
||||
* Fix opening file with image in shape in rtf (bug #37902)
|
||||
|
||||
#### Spreadsheet Editor
|
||||
* Fix enter formula with arrow keys and scroll
|
||||
* Fix multiselect autofit column width. Autofit only exist columns (#37555)
|
||||
* Fix formula dependency and file assemble after copying with drag and drop
|
||||
* Fix out of memory error in case of insert rows in file with many columns
|
||||
* Fix incorrect error for chart with empty dataset (#37762)
|
||||
* Fix deleting comments (bug #37772)
|
||||
* Fix check pane and opening some xlsx files (bug #38113)
|
||||
* Fix hyphenation position for chinese symbols with wrap
|
||||
* Fix missed french and spanish formulas
|
||||
* Fix missed region formats
|
||||
* Disable table settings when cell is edited
|
||||
* Fix change active cell in selection across merge. Previously, passing
|
||||
through the first cell of the merge range, we fell into the merge range,
|
||||
even if it was not selected (through the selection of a row / column)
|
||||
* Fix selection when selecting row/col/all
|
||||
* Hide options for headings, gridlines, freeze panes in the viewer (bug #38033)
|
||||
* Fix losing document after reopen xlsx file (bug #37892)
|
||||
* Fix open file with unknown picture format
|
||||
* Fix problems with multichart files (bug #37945, 37946)
|
||||
* Fix crash on build file with comment changes
|
||||
* Fix incorrect chart for area with autofilter (bug #39168)
|
||||
* Fix incorrect select cells while changing formula by keyboard (bug #39181)
|
||||
* Fix brower hangup in some file with formula (bug #39190)
|
||||
* Fix incorrect display of doughnut chart with autofilter (bug #39200)
|
||||
* Fix incorrect `IF` formula values (bug #39233)
|
||||
* Fix problem with replace count (bug #39273)
|
||||
* Fix error while copy deleted shape (bug #39312)
|
||||
* Fix specific error while sorting (bug #39397)
|
||||
* Fix undo for filter in specific files (bug #39402)
|
||||
* Fix scroll to end of table (bug #21946)
|
||||
* Fix sorting first row in some files (bug #39397)
|
||||
* Fix sorting range if there is filtered data (bug #39410)
|
||||
* Fix double columns borders (bug #39392)
|
||||
* Fix rendering last rows in some files (bug #39394)
|
||||
* Disable cell settings when editor is disconnected
|
||||
* Fix print and calculate. Speed up prepare cache
|
||||
* Fix scrolling issues in specific file (bug #39395)
|
||||
* Fix issue with open only one SheetView to avoid property conflicts(tabSelected) (bug #39511)
|
||||
* Fix freeze while cut paste several columns (bug #37965)
|
||||
* Fix incorrect `sum` formula for copied sheet (bug #39548)
|
||||
* Fix error while entering more data than cell width (bug #39623)
|
||||
* Fix incorrect digit count while using `Decrease Decimal` (bug #39661)
|
||||
* Fix opening file with 'si', 'formula' without 'ref'
|
||||
* Fix opening specific file with chart (bug #39902)
|
||||
* Fix error while copy specific sheet in file (bug #39921)
|
||||
|
||||
#### Presentation Editor
|
||||
* Fix deleting placholder text in strict co-edit (#37712)
|
||||
* Fix duplicate comments in exported pptx (#37698)
|
||||
* Fix specific error while opening empty presentation in comment mode (#37679)
|
||||
* Fix copy-paste placeholder in fast coedit (bug #37922)
|
||||
* Fix bug copy/paste slide with picture (bug #37928)
|
||||
* Fix placeholder titles in Chinese (bug #37927)
|
||||
* Fix specific error while opening some pptx (bug #39191)
|
||||
* Fix problem with negative spacing
|
||||
* Fix error while copy table (bug #39264)
|
||||
* Fix opening specific ppt file (bug #39901)
|
||||
|
||||
#### Back-End
|
||||
* Bump compatibilityMode setting. Prevent opening files in compatibility mode in Word 2016.
|
||||
* Fix doc, rtf, xls users files
|
||||
* Fix exporting current list of XLSX to csv (#37579)
|
||||
* Fix opening specific pptx file (#37589, bug #39747, #39745)
|
||||
* Fix save comments for presentation (undelete ms office)
|
||||
* Fix opening specific RTF document (#37500)
|
||||
* Fix slide theme for ODT export (#37740)
|
||||
* Fix chart legend in ODS file (#37746)
|
||||
* Set default value for math nodes with val attribute and COnOfftype
|
||||
* Fix empty rtf (bug #39172)
|
||||
* Fix opening some ods (bug #39192)
|
||||
* graphics - metafile - fix convert to rastr on linux without set fonts
|
||||
* PptxFormat - fix binary convert mathType version over 3.0
|
||||
* Fix document structure for specific file (bug #39236)
|
||||
* Fix opening in MS word some file (bug #39216)
|
||||
* Fix opening specific docx file (bug #39248)
|
||||
* Fix open some rtf files (bug #39315)
|
||||
* Fix selecting row in pdf file (bug #39214)
|
||||
* Fix crash on empty dash pen
|
||||
* Fix loss of grouped shape in odt (bug #39467)
|
||||
* Fix convert of wmf file (bug #39533)
|
||||
* Fix bug with metadata in UTF16 format
|
||||
* Fix convert of specific xls (bug #39541)
|
||||
* OdfFormat - refactoring same auto shapes
|
||||
* Fix convert vml -> drawing_ml
|
||||
* Fix bug with calculating inverse matrix in PDF
|
||||
|
||||
## 5.1.27
|
||||
### New features
|
||||
#### All editors
|
||||
* New `View Settings` menu in top right corner
|
||||
* New selector for links type in Spreadsheet and Presentation Editor
|
||||
* Ability to replace image via context menu (#11493)
|
||||
* Update translations
|
||||
* New help entries
|
||||
* New `no squares` font engine, find best replacement font for `□` characters
|
||||
* Ability to distribute data in tables
|
||||
* Fully rewritten composite input for characters
|
||||
* New header and background color
|
||||
* Support of shape side panel for images
|
||||
* Change table size by drag'n'drop
|
||||
* New bullet list marker - `–`
|
||||
* Increase supported document size (without media-content)
|
||||
* New help entries
|
||||
* Search in help
|
||||
|
||||
#### Document Editor
|
||||
* Implement an East Asian script and line break in hieroglyphs ([sdkjs#300](https://github.com/ONLYOFFICE/sdkjs/pull/304))
|
||||
* Add hotkey Ctrl+Shift+Num8 - show/hide non printable symbols
|
||||
* Support of multi comments baloon (bug #37422)
|
||||
* Ability to set Tab Leader symbols
|
||||
* Support of Table of Contents
|
||||
* New `Navigation` left sidebar
|
||||
* New `Reference` tab
|
||||
* Changes history in Strict Co-Edit
|
||||
* Rename `Display Modes` entries for Track Changes
|
||||
* File tab `Go to documents` opens in new tab
|
||||
* Ability to set negative top and bottom page margin
|
||||
* Copy paragraph style will not overwright custom run style
|
||||
* Special paste of tables
|
||||
|
||||
#### Spreadsheet Editor
|
||||
* Add French translation for formulas
|
||||
* Ability to select Cell format via context menu (#16272)
|
||||
* Custom user cell styles are now placed before default ones
|
||||
* 8 new formulas: `F.TEST`, `FORECAST.ETS`, `FORECAST.ETS.CONFINT`,
|
||||
`FORECAST.ETS.SEASONALITY`, `FORECAST.ETS.STAT`, `FORMULATEXT`,
|
||||
`IFS`, `PDURATION`
|
||||
* New `None` Table Template
|
||||
* New regional presets - `Deutsch (Schweiz)`, `Español (México)`,
|
||||
`Nederlands (Nederland)`, `Slovenčina (Slovenská republika)`
|
||||
* New date formats `yy/m/d`, `yy/mm/dd`, `yyyy/m/d`
|
||||
* CSV preview before opening
|
||||
|
||||
#### Preseentation Editor
|
||||
* Add hints to presentation themes (bug #21362)
|
||||
* Special paste
|
||||
* Presentation level comments
|
||||
|
||||
#### Back-End
|
||||
* Update `icu` dependency from `5.5` to `5.8`
|
||||
* Support a lot of features in xls format (macros, controls etc.)
|
||||
* Speedup of opening ooxml files on 5-10%
|
||||
* Better compatibility with OpenFormat, RTF
|
||||
* Fix a lot of error in user-send files in all supported formats
|
||||
|
||||
### Fixes
|
||||
#### All editors
|
||||
* Fix crash on opening files with empty pie charts ([sdkjs#318](https://github.com/ONLYOFFICE/sdkjs/pull/318))
|
||||
* Fix undo after copy paste in coedit (bug #37424)
|
||||
* Fix problems with some thai symbols (bug #37446) ([sdkjs#297](https://github.com/ONLYOFFICE/sdkjs/pull/297))
|
||||
* Hide empty width glyphs fonts in font picker
|
||||
* Don't save changes for undo/redo in server build mode
|
||||
* Change size of image pasted form html
|
||||
* Fix problem in text selection with Shift
|
||||
* Fix redundant symbol in cell after undo-redo (#37343)
|
||||
* Fix problems with icons of some buttons
|
||||
* Fix sync coedit button in top toolbar and menu (#37377)
|
||||
* Fix toolbar icons problems
|
||||
|
||||
#### Document Editor
|
||||
* Fix displaying table after html convert (#37472)
|
||||
* Fix adding comment to whole doc (#37425, [DocumentServer#287](https://github.com/ONLYOFFICE/DocumentServer/issues/287)) ([sdkjs#319](https://github.com/ONLYOFFICE/sdkjs/pull/319))
|
||||
* Fix copy Rich Text Content from table (#37546) ([sdkjs#320](https://github.com/ONLYOFFICE/sdkjs/pull/320))
|
||||
* Fix changing labels of Content Control ([sdkjs#296](https://github.com/ONLYOFFICE/sdkjs/pull/296))
|
||||
* Fix search text in drawing formats ([sdkjs#292](https://github.com/ONLYOFFICE/sdkjs/pull/292))
|
||||
* Fix problem with loading pdf renamed to docx ([sdkjs#295](https://github.com/ONLYOFFICE/sdkjs/pull/295))
|
||||
* Fix right mouse buttom menu for TOC (#37241)
|
||||
* Fix usage Clip ParaDrawing by line top and bottom
|
||||
* Don't clip images in text arts
|
||||
* Add vertical clip for inline drawing
|
||||
* Fix problems in drawing inline objects
|
||||
* Fix bug in calculation text clip rect in documents
|
||||
|
||||
#### Spreadsheet Editor
|
||||
* Fix formula dependency and file assemble after add col/row ([sdkjs#312](https://github.com/ONLYOFFICE/sdkjs/pull/312))
|
||||
* Fix opening specific xlsx file (#37515) ([sdkjs#316](https://github.com/ONLYOFFICE/sdkjs/pull/316))
|
||||
* Fix open pivot tables with VALUES ([sdkjs#298](https://github.com/ONLYOFFICE/sdkjs/pull/298))
|
||||
* Add `CONVERT`, `FTEST`, `HYPGEOM.DIST` formulas
|
||||
* Add Spanish formula translations
|
||||
* Fix right mouse button error (#37330)
|
||||
* Fix inserting hieroglyphs from text editor (#37356)
|
||||
* Fix bug with enter symbol point in formula autocompleate (#37300)
|
||||
* Fix bug with enter symbol `_` or `\` in start formula autocompleate (bug #37354)
|
||||
* Fix bug with enter Chinese numbers in formula autocompleate
|
||||
* Fix sheet context menu visibility (#37307)
|
||||
* Fix translations for formulas
|
||||
* Fix inserting function in opened cell (#37348)
|
||||
* Correct some formulas translations
|
||||
|
||||
#### Presentation Editor
|
||||
* Fix hieroglyph problem in chart title (#37293)
|
||||
* Fix chart title focus problem in coedit (#37295)
|
||||
* Fix object selection problem in coedit (#37336)
|
||||
* Clamp scroll_central position
|
||||
* Bug with clearing cached canvas
|
||||
* Fix bug in calculation of slide layout bounds
|
||||
|
||||
#### Back-end
|
||||
* Fix doc users files with table ([core#71](https://github.com/ONLYOFFICE/core/pull/71))
|
||||
* Fix opening docx, pptx, rtf, odf usersfiles ([core#75](https://github.com/ONLYOFFICE/core/pull/75)) ([core#76](https://github.com/ONLYOFFICE/core/pull/76))
|
||||
* Fix mac related build problems
|
||||
* ppt - fix shape geometry in files from newest ms office
|
||||
* Fix font generation
|
||||
* Fix reopening files with macros (#37323)
|
||||
* Fix opening some Docx user files
|
||||
* Fix opening some XLS user files
|
||||
|
||||
## 4.8.7
|
||||
### New features
|
||||
#### All Editors
|
||||
* Support for two-factor authentication
|
||||
* Brazilian Portuguese as new interface languages
|
||||
|
||||
#### Spreadsheet Editors
|
||||
* Add stirkeout, superscript and subscript in top toolbar (bug #26581)
|
||||
|
||||
### Fixes
|
||||
#### All Editors
|
||||
* Update translations
|
||||
|
||||
#### Document Editor
|
||||
* Fix opening docx file with formula in MS Word (bug #36490)
|
||||
* Fix JS error while inserting Spreadsheet cell with comment (bug #36506)
|
||||
* Fix bug with inserting the content control in the math equation.
|
||||
* Fix reset selection from object in header/footer after keyboard move
|
||||
|
||||
#### Spreadsheet Editors
|
||||
* Fix wrong dependence in formula with 3D Ref after removing sheet
|
||||
* Fix opening odt with chart
|
||||
* Fix calculating sparkline in some case (bug #36603)
|
||||
* Fix printing image outside of printed range (bug #36573)
|
||||
|
||||
#### Presentation Editor
|
||||
* Fix shape blocking in coedit for users with different mode (bug #36435)
|
||||
* Fix chart `Constant proportions` working only once (bug #36494)
|
||||
* Fix error while inserting page number from Document Editor (bug #36508)
|
||||
* Fix error while undo of table (bug #36515)
|
||||
|
||||
#### Conversion
|
||||
* Fix some DOCX, DOC, RTF files from users
|
||||
* Fix DOCX with MathType equations (bug #36524)
|
||||
|
||||
|
||||
## 4.8.6
|
||||
### New features
|
||||
#### All Editors
|
||||
* Preinstalled plugins set
|
||||
* Support SSO authorization
|
||||
* Czech and Slovak languages in interface
|
||||
* Macros
|
||||
* Support of fods, fodt, fodp formats
|
||||
|
||||
### Fixes
|
||||
#### All editors
|
||||
* Fix bug with images paths
|
||||
|
||||
#### Document Editor
|
||||
* JS Error while inserting empty cell to chart title (bug #36441)
|
||||
* Fix red cross for images in some situations
|
||||
* Fix bug with creating several synchronize tips
|
||||
* Fix line end in thumbnails
|
||||
* Fix paste simple text to equations
|
||||
* Fix cursor while rotating object (bug #36114)
|
||||
* Fix opening some docx (bug #35307)
|
||||
* Fix chart legend blocking in coedit (bug #35492)
|
||||
* Fix problem with setting tab several time (bug #34923)
|
||||
* Fix printing in Edge (bug #35323)
|
||||
* Fix help for moving shape by pixel (bug #34983)
|
||||
* Fix special paste in fast co-edit (bug #35310)
|
||||
* Fix duplicates in strict mode after special paste (bug #35312)
|
||||
* Fixed bug with moving cursor to the start of the document after removing content control.
|
||||
* Fix minor problems with co-edit in real time (bug #35398, #35399, #35400)
|
||||
* A lot of fixes in translations
|
||||
|
||||
#### Spreadsheet Editor
|
||||
* Fix a.Se is not a function error while opening file (bug #36344)
|
||||
* Fix error with merge table colors
|
||||
* Fix merge cells after apply table template (bug #36405)
|
||||
* Fix JS error for some pivot table styles (bug #36290)
|
||||
* Check xfIndexNumber when merging styles to avoid errors with column styles
|
||||
* Fix conditional formatting while changing cell values (bug #36253)
|
||||
* Fix change shape size by yellow markers (bug #35451)
|
||||
* Fix case sensitive VLOOKUP and HLOOKUP (bug #35528, DocumentServer#140)
|
||||
* Fix box for Show empty cells as in Russian (bug #35299)
|
||||
* Fix sparkline type in setting window (bug #35296)
|
||||
* Fix error in conditional formatting with formula and offset (duplicate variable) (bug #35334)
|
||||
* Fix error in SEARCH formula (bug #35340)
|
||||
* Fix freeze pane shadow not hiding (bug #35359)
|
||||
* Fix showing hidden objects
|
||||
* Fix VLOOKUP format cell
|
||||
* A lot of fixes in translations
|
||||
|
||||
#### Presentation Editor
|
||||
* Check buttons layout in reporter mode
|
||||
* Disable scroll to target in selectwheel (empty selection)
|
||||
* Fix applying image as background for several slides (bug #36399)
|
||||
* Fix mouse slide scroll without change zoom (bug #28096)
|
||||
* Don't disable prev-next buttons for slide demonstration
|
||||
* Fix presentation demonstration: start from beginning
|
||||
* Fix notes scroll
|
||||
* Fix insert text operation duration (bug 36208)
|
||||
* Fix browser zoom problem with reported pointer
|
||||
* Fix bug with position of hyperlink tooltip and slide num tooltip
|
||||
* Fix slide resize bug
|
||||
* Fix search in text in placeholder (bug #36133)
|
||||
* Fix layout in reported mode
|
||||
* Fix js error in Tables_test.pptx (bug #17147)
|
||||
* Fix comment reply duplication (bug #35408)
|
||||
* Fix bug with drag-and-drop chart into title
|
||||
* Fix changing presentation language if no shape selected (bug #35231)
|
||||
* Fix columns in placeholder (bug #35074)
|
||||
* Fix connector losing shape after moving shape in group (bug #35317)
|
||||
* Fix hidden markers for connector on chart and image (bug #35300)
|
||||
* Fix cell link after copy paste (bug #35362, DocumentServer#122)
|
||||
* A lot of fixes in translations
|
||||
|
||||
#### Plugins
|
||||
* Fix crash on unknown ole-object resize
|
||||
* Fix problems with scroll
|
||||
|
||||
#### Conversion
|
||||
* Fix colors schemes for table cells (bug #36322)
|
||||
* Fix problem with image in footnote (bug #36380)
|
||||
* Fix saving some files to odt (bug #35389)
|
||||
* Fix custom shape with connectors in xls
|
||||
* Fix margins in ods
|
||||
* Fix convert named range with formulas in ods
|
||||
* Fix audio wav files in pptx
|
||||
* Fix old standard ole in pptx
|
||||
|
||||
|
||||
## 4.4.1
|
||||
### New features
|
||||
#### Document Editor
|
||||
* Special Paste
|
||||
* Rich text content support
|
||||
* Translates for Paragraph Styles
|
||||
* View mode with comments
|
||||
* Option to hide solved comments
|
||||
* Ability to specify custom columns
|
||||
|
||||
#### Spreadsheet Editor
|
||||
* Formulas with conditional formatting
|
||||
* Ability to specify custom delimiter for CSV import\export
|
||||
* Added `ACOT`, `ACOTH`, `ARABIC`, `BASE`, `BETA.DIST`, `BETA.INV`, `BETADIST`,
|
||||
`BINOM.DIST`, `BINOM.INV`, `CEILING.MATH`, `CEILING.PRECISE`,
|
||||
`CHIDIST`, `CHIINV`, `CHISQ.DIST`, `CHISQ.DIST.RT`,
|
||||
`CHISQ.INV`, `CHISQ.INV.RT`, `COMBINA`, `CONCAT`, `CONFIDENCE.NORM`,
|
||||
`CONFIDENCE.T`, `COT`, `COTH`, `CSC`, `CSCH`, `DECIMAL`, `EXPON.DIST`, `F.DIST`,
|
||||
`F.DIST.RT`, `F.INV`, `F.INV.RT`, `FDIST`, `FINV`, `FLOOR.MATH`,
|
||||
`FLOOR.PRECISE`, `GAMMA`, `GAMMA.DIST`, `GAMMA.INV`, `GAMMA.PRECISE`,
|
||||
`GAMMADIST`, `GAMMAINV`, `GAUSS`, `IFNA`, `IMCOSH`, `IMCOT`, `IMCSC`,
|
||||
`IMCSCH`, `IMSEC`, `IMSECH`, `IMSINH `, `IMTAN`, `ISO.CEILING`,
|
||||
`LOGNORM.DIST`, `LOGNORM.INV`, `NUMBERVALUE`, `PERCENTILE.EXC`, `PERCENTILE.INC`,
|
||||
`PERCENTRANK.EXC`, `PERCENTRANK.INC`, `RANK`, `RANK.AVG`, `RANK.EQ`, `SEC`, `SECH`,
|
||||
`T.DIST`, `T.DIST.2T`, `T.DIST.RT`, `T.INV`, `T.INV.2T`, `TDIST`, `TINV`, `XOR` functions
|
||||
* Exclude hidden rows from copy, autofill, formatting etc...
|
||||
* Update active cell color
|
||||
* Frozen pane now with shadow
|
||||
* Translates for cell styles
|
||||
* Search and replace by select
|
||||
* Option to hide solved comments
|
||||
* Abitity to specify bullets and numbering for text in shape.
|
||||
* Ability to specify columns for Text Areas
|
||||
* Ability to add the connectors for the shapes
|
||||
* Support `Shift+Delete`, `Ctrl+Insert` and `Shift+Insert` for cut/paste
|
||||
|
||||
#### Presentation Editor
|
||||
* Ability to connect shapes via lines
|
||||
* Ability to specify columns for Text Areas
|
||||
* Ability to create bullet and number lists in the shapes
|
||||
* Spellcheker
|
||||
* Ability to download presentation as ODP
|
||||
|
||||
#### Plugins
|
||||
* New type for plugin window (without borders, shadows, buttons)
|
||||
|
||||
#### Convertion
|
||||
* Speedup for opening ooxml: windows 200%, linux 20%
|
||||
* Better converting from/to RTF
|
||||
* Better support of password protected ooxml, binary ms
|
||||
* Support of password protected ppt
|
||||
|
||||
### Fixes
|
||||
#### Spreadsheet Editor
|
||||
* Fix duplicate text after carriage return [DocumentServer#109](https://github.com/ONLYOFFICE/DocumentServer/issues/109)
|
||||
|
||||
|
||||
## 4.3.2
|
||||
### New Features
|
||||
#### Editors
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
[](http://www.gnu.org/licenses/agpl-3.0.ru.html)  
|
||||
[](https://www.gnu.org/licenses/agpl-3.0.en.html)
|
||||

|
||||
|
||||
## Overview
|
||||
|
||||
@@ -13,6 +14,7 @@ ONLYOFFICE Desktop Editors contain the following components:
|
||||
* [core](https://github.com/ONLYOFFICE/core "core") - server core components for [ONLYOFFICE Document Server][2] which is a part of ONLYOFFICE Desktop Editors and is used to enable the conversion between the most popular office document formats (DOC, DOCX, ODT, RTF, TXT, PDF, HTML, EPUB, XPS, DjVu, XLS, XLSX, ODS, CSV, PPT, PPTX, ODP).
|
||||
* [sdkjs](https://github.com/ONLYOFFICE/sdkjs "sdkjs") - JavaScript SDK for the [ONLYOFFICE Document Server][2] which is a part of ONLYOFFICE Desktop Editors and contains API for all the included components client-side interaction.
|
||||
* [web-apps](https://github.com/ONLYOFFICE/web-apps "web-apps") - the frontend for [ONLYOFFICE Document Server][2] which is a part of ONLYOFFICE Desktop Editors that allows the user to create, edit, save and export text, spreadsheet and presentation documents using the common interface of a document editor.
|
||||
* [dictionaries](https://github.com/ONLYOFFICE/dictionaries "dictionaries") - the dictionaries of various languages used for spellchecking in ONLYOFFICE Desktop Editors.
|
||||
|
||||
|
||||
## Functionality
|
||||
@@ -27,7 +29,7 @@ The editors allow you to create, edit, save and export text, spreadsheet and pre
|
||||
|
||||
## Project Information
|
||||
|
||||
Official website: [http://www.onlyoffice.com/apps.aspx](http://www.onlyoffice.com/apps.aspx "http://www.onlyoffice.com/apps.aspx")
|
||||
Official website: [https://www.onlyoffice.com/apps.aspx](https://www.onlyoffice.com/apps.aspx?utm_source=github&utm_medium=cpc&utm_campaign=GitHubDesktop)
|
||||
|
||||
Code repository: [https://github.com/ONLYOFFICE/DesktopEditors](https://github.com/ONLYOFFICE/DesktopEditors "https://github.com/ONLYOFFICE/DesktopEditors")
|
||||
|
||||
|
||||
+1
-1
Submodule core updated: 2dcef22681...2368e794ba
+1
-1
Submodule desktop-apps updated: 54da523b83...29495cb62d
+1
-1
Submodule desktop-sdk updated: d1f312b052...c453062532
+1
-1
Submodule dictionaries updated: ae2b4902d7...b52b0bc6da
+1
-1
Submodule sdkjs updated: 51baae6c98...4c25a716cd
+1
-1
Submodule web-apps updated: 4faf90cbf7...98aa37a389
Reference in New Issue
Block a user