ONLYOFFICE Docs Enterprise Edition with Alfresco Connector v7.4.x
Released: Jun 13, 2023
Atualizações na v7.4.x
v7.4.1
Updated Jul 31, 2023
Features
- Document Editor
- Added Chinese font size system (for Chinese Simplified).
- All Editors
- Improved algorithm for selecting color name on Draw tab palette.
- Updated Chinese Traditional interface translation.
- Added new Help pages in French.
- Back-end
- Added prefix support to example button.
- Added connectivity via virtual paths.
Fixes
- All Editors
- Fixed hanging of the editor after switching the editor theme when a form is being filled out in the next tab.
- Fixed using bitmap glyphs when Italic is enabled forcefully.
- Fixed displaying of an image used as the fill of a SmartArt object after saving a document.
- Fixed an error when entering text into SmartArt after selecting.
- Document Editor
- Fixed XSS when obtaining data for Mail Merge.
- Fixed XSS when adding a Caption and Cross-reference.
- Limit the number of recent lists in the Recently used section.
- Fixed offset of selection when moving to a monitor with different scaling.
- Fixed reset of the Copy style action after the first use.
- Fixed duplicating paragraph numbering in the document outline.
- Fixed hanging of the editor after using Mail Merge and clicking on a paragraph.
- Fixed hanging of the editor after removing a table and a paragraph in some DOCX documents.
- Fixed hanging of the editor when using the Copy and Paste options in some DOCX documents.
- Fixed displaying of the Save as oform and Mark as favorite toolbar icons for the interface scaling >200%.
- Fixed an error when adding or updated the Table of Contents in the DOCX file.
- Spreadsheet Editor
- Fixed XSS in the Edit Series field when editing the range of an added chart.
- Bring the case of drop-down list items in the Pivot Table properties to unified appearance.
- Fixed missing data in the first cell when importing from TXT/CSV.
- Presentation Editor
- Fixed hanging of the editor when changing text alignment with a date and the Update automatically parameter.
- Fixed displaying of an image made in the Photo Editor plugin.
- Fixed displaying of a watermark in the slide show mode, if the Settings plugin is installed.
- Back-end
- Fixed delay when transferring data in the co-editing mode after setting a password for a document.
- Fixed undefined err.stack in node-redis.
- Mobile
- Fixed saving changes in documents on the DocSpace portal.
- Fixed work of buttons for actions with changes in the Review Change tab in the "Tracked changes" protection mode.
- Fixed work of the Cmd + C / Cmd + V / Cmd + X keys on iOS or iPadOS with an external keyboard.
- Fixed work of the "Tracked changes" document protection mode when reopening a document.
- Fixed necessity to switch to the editing mode after enabling the "Tracked changes" protection.
- Convert
- Fixed the vulnerability which allows adding a third party image to a document when converting via x2t.
- Fixed the vulnerability which allows reading information from a third party file after converting a modified document via x2t.
- Fixed some data loss when converting DJVU to PDF.
- Fixed appearing excess content after converting the HTML file to DOCX.
- Fixed loss of an image on a slide after resaving the PPTX file.
- Docker
- Fixed unhandled exception in cache response.
- Customization
- Fixed incorrect cursor position when hovering on the slide list in a presentation if the customization.toolbar:false parameter is used.
v7.4.0
Updated Jun 13, 2023
Features
- All Editors
- Added the Draw tab to the editors.
- Added the ability to add/choose color using the Eyedropper tool in the editors.
- Added the ability to copy formatting between graphical objects.
- Completely reworked the Protect tab template in the settings panel of the File menu and added titles.
- Added the ability to save objects as images in the context menu.
- Added opacity settings for borders of autoshapes, images, Text Art objects and charts.
- Added support for radar charts.
- Added support for MHTML, SXC, ET, ETT, SXI, DPS, DPT, SXV, STW, WPS and WPT formats for opening in the editors.
- Changed the component for displaying lists (add column headers).
- Added the number of results to the Search box.
- Added an interface translation into Sinhala (si-LK, Sinhala (Sri Lanka)).
- Added Danish (da-DK (Dansk (Danmark)) to the regional settings.
- Added hints for color names.
- Added help in Turkish.
- Added support for 250/300/350/400/450/500% interface scaling.
- Document Editor
- Added the ability to combine documents.
- Added advanced settings for columns.
- Added advanced settings for numbered and multilevel lists.
- Added sections for recently used lists and lists in the current document in the presets.
- Added the ability to create a new list using the settings dialog.
- Added the ability to save a document to PNG and JPG.
- Added an exception list for auto-correction of capital letters.
- Spreadsheet Editor
- Added support for new functions: SEQUENCE, XMATCH, EXPAND, FILTER, ARRAYTOTEXT and SORT.
- Added the ability to protect ranges by specifying permissions for editing for certain people. For other users, the range will be view-only.
- Added the ability to change case of text.
- Added page break preview.
- Added the ability to save a spreadsheet to PNG and JPG.
- Replaced the Current sheet option with the Active sheets one.
- Added the ability to set a page range for printing.
- Added the ability to set the First page number in the print settings.
- Added the long and short formats of dates to the number format presets.
- Added menu items for working with pivot tables to the context menu.
- Added the Show values as setting for pivot tables.
- Reworked the dialog window with sheet protection settings (moved the Allow edit ranges button from the toolbar to the dialog window).
- Changed layout for some dialog windows containing lists (named ranges, protected ranges, sorting, conditional formatting).
- Added the ability to set the first page number for the workbook sheet.
- Added support for translating formulas into Armenian.
- Presentation Editor
- Added an exception list for auto-correction of capital letters.
- Forms
- Changed the fixed form snapping. The form position is now calculated from the beginning of the page.
- Added the ability to add a new form without leaving the current one.
- Improved track rendering for fixed forms.
- Disabled the ability to fill out forms in the editing mode.
- Users still have the ability to fill out forms in the viewing mode (the ViewForms button).
- Added a new API method for filling forms via the interface.
- The current form now has the same fill as the others in the editing mode.
- Added the Default value field to the right panel due to disabling the ability to fill out forms in the editing mode.
- Back-end
- Added support for the start_date parameter in the server license for supporting licenses which will work in the future.
- Users with an empty user ID are now considered as anonymous.
- WOPI
- Added new parameters to WOPI discovery: mobileView and mobileEdit action for opening the mobile version of the editors. It works via the API type parameter: mobile.
- Mobile
- Added new formula languages in the Spreadsheet Editor.
- Added suggestions for formulas in the Spreadsheet Editor.
- Docker
- Now uses a Unix socket by default.
- Now uses the default supervisor configuration.
- Now returns the init.d supervisor file.
- Customization
- Added new parameter to customize the font size of interface elements (buttons, tabs, labels, etc.) in the editor configuration file: customization->font->size. The setting is available for users with an extended license.
- Added new parameter to hide the Draw tab in the editor configuration file: customization->layout->toolbar->draw: true/false (show/hide). The setting is available for users with an extended license.
- API
- Added new methods for plugins to get and replace the current word/sentence. It's possible to get/replace a word/sentence both entirely and partially, before the cursor and after the cursor. It is regulated by the part=entirely|beforeCursor|afterCursor parameter.
- Added new methods to ApiBuilder ApiComment.GetCommentId which returns a unique identifier of the comment created in the builder, it can be used again in this file in the future.
- For plugins, the onInsertOleObjects event has been added with the OLEObjectData parameter (the array of objects), which works when inserting OLE objects into a document. The InsertOleObject, ChangeOleObjects plugin methods are marked as asynchronous.
- Added support for opening DPS, DPT, ET, ETT, MHTML, STW, SXC, SXI, SXW, WPS, WPT formats.
- Added the users.id field to the setUsers method.
- Added the c parameter to the setUsers method and events.onRequestUsers event.
- Plugins
- Added the pluginsmanager utility for installing/removing plugins in the server.
Fixes
- Forms
- Fixed minor issues with functioning of smaller forms inside complex ones.
- API
- Fixed an issue with working ApiDocument.GetCommentById ApiDocument.InsertTextForm - inserts a text form instead of the selected text into a document. It's also possible to turn the selected text into a Placeholder of this form.