ONLYOFFICE Docs Enterprise Edition with Nuxeo Connector v7.5.0

Released: Oct 18, 2023

v7.5.0 버젼 업데이트

기능

  • All Editors
    • Interface scaling is now preserved for future sessions.
    • Added a menu for quick access to the most popular symbols to the button for inserting symbols.
    • Added support for SVG.
    • Added a setting to hide the toolbar for equation.
    • Added hints for images in SmartArt objects.
    • Added the ability to open files protected with a password in the embedded viewer.
    • Added the ability to edit points of the autoshape border to the right panel.
    • Added the support for 225 and 275 interface scaling.
    • Only Ctrl + . / Ctrl + , keyboard shortcuts are now used for superscript/subscript characters.
    • Changed keyboard shortcuts for moving through the text on Apple macOS:
      • Cmd + Arrow Left - moving to the beginning of the line.
      • Cmd + Arrow Right - moving to the end of the line.
      • Option + Arrow Left - moving one word to the left.
      • Option + Arrow Right - moving one word to the right.
      • Removing one word to the left: Ctrl + Backspace replaced with Option + Delete.
      • Removing one word to the right: Ctrl + Fn + Delete replaced with Option + Fn + Delete.
  • Document Editor
    • Added automatic hyphenation.
    • Changed the selection logic by adding the Smart paragraph selection setting.
    • Added the Remove content control when contents are edited setting.
    • Changed behavior of the Accept/Reject review buttons in the toolbar.
    • Disabled the Zoom out action for the Ctrl + Numpad keyboard shortcut due to the conflict with inserting an em dash.
    • Changed the keyboard shortcut for strikeout text formatting on macOS: Ctrl + 5 replaced with Cmd + Shift + X.
    • Changed the keyboard shortcut for inserting ellipsis on macOS: Ctrl + Option + . replaced with Option + ;.
  • Spreadsheet Editor
    • Added the ability to display only formulas in cells.
    • Added the ability to trace precedents / dependents.
    • Added a new function: SORTBY.
    • Added margins presets for printing.
    • Added the ability to set a number format in the field settings for Pivot Tables.
    • Added the Show details feature for working with a Pivot Table.
    • Improved the ability to open data on a new sheet by double-clicking a value in a Pivot Table.
    • Added autocompletion for days of the week and months when stretching a cell value.
    • Added drag-and-drop support for columns and rows.
    • Added filters by date and the ability to display data with the "Date" format in the form of a tree in the Autofilter window.
    • Added support for inserting images into headers/footers.
    • External data has been updated for the currently edited source file.
    • CSV files now preserve recently used Delimiter and Encoding settings in Local storage for future sessions.
    • Added support for inserting page breaks.
    • Added the ability to open the source for external links.
    • Added the Alt + Down keyboard shortcut for opening the Autofilter window when the header of a column with a filter is selected.
  • Presentation Editor
    • Added the Morph transition.
    • Added support for assigning names to objects.
    • Added support for selecting a slide for the start of numeration.
    • Added Notes and Handouts in headers/footers settings.
    • Slide placeholders now have alternative descriptions.
    • SmartArt insertion is now available via a slide placeholder.
    • Changed the color of the Presentation Editor header.
    • Added the ability to navigate to the specific slide with the consecutive pressing of the slide number + Enter when previewing a presentation.
    • Changed the keyboard shortcut for starting a presentation on macOS: Cmd + Shift + Return is used.
  • Forms
    • Unified the appearance of the settings in the right toolbar.
  • PDF Editor
    • Added support for the PDF form, annotations, comments and draw.
  • Back-end
    • Added commands for working with forgotten files: getForgotten, deleteForgotten, getForgottenList to coauthoring/CommandService.ashx.
    • Added the conversion error -9 to Conversion API for displaying the editor selection dialog.
    • Added parameters to the server config: optionsCluster (connection via node-redis, iooptionsClusterNodes, iooptionsClusterOptions (connection via ioredis for connection to the redis cluster.
    • Added the formdata parameter, which contains json with data of the submitted form, to Callback handler.
    • Added the allowPrivateIPAddressForSignedRequests flag, which prohibits requests via local links in the multitenancy mode, to the server config.
    • Added support for assigning license restrictions for tenants in the server multitenancy mode.
    • Added the ability to override the default.json server config for a tenant in the multitenancy mode.
  • Mobile
    • Added the ability to download SDK on Android and edit files on portals natively, instead of using the mobile web version.
  • Version history
    • Changed the color of the Presentation Editor header.
    • Web version of the editors on Apple iOS devices now opens in full and not as a mobile version.
  • API
    • Added methods: GetWatermarkSettings, SetWatermarkSettings.
    • Added the onRequestSelectDocument event, setRequestedDocument method instead of onRequestCompareFile/setRevisedFile, which are no longer supported.
    • Added the onRequestSelectSpreadsheet event, setRequestedSpreadsheet method instead of onRequestMailMergeRecipients/setMailMergeRecipients, which are no longer supported.
    • Added the onRequestOpen integrator event for opening an external data source.
  • Plugins
    • Restored working capacity from China.
    • Added Developer mode for the Plugin Manager.

수정사항

  • Security
    • Fixed vulnerability which allows reading data from memory when converting DOC to DOCX.
    • Fixed vulnerability which allows adding a third party image to a document when converting HTML to DOCX.
    • Fixed vulnerability which allows performing manipulations on the client machine when converting HTML to DOCX.
    • Fixed vulnerability which allows finding out the JWT secret of a third party server via the XLSB file conversion.