From 6dbd57e6205a4bee21a3253acd95254e702a44fc Mon Sep 17 00:00:00 2001 From: svetlana maleeva Date: Mon, 6 Sep 2021 12:48:12 +0300 Subject: [PATCH] Update ROADMAP.md --- ROADMAP.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/ROADMAP.md b/ROADMAP.md index f2fac3c9..1cd9b03c 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -5,6 +5,42 @@ This document provides the roadmap of the planned ONLYOFFICE Document Server cha This is an updated and corrected version of the roadmap. We also reserve the right to change it when necessary. +## Version 6.5 +### All editors +* Sorting comments on the left sidebar by date and author +* Ability to change document settings using the `alt` + `key` keyboard shortcuts +* DarkMode +* Changing contents of the `Create new...` section in the `File` menu + +### Document editor +* Ability to choose the display mode for review changes: Show by click in balloons, Show by hover in tooltips +* Ability to choose mail merge data from a local file and from URL +* Hyperlinks autocorrect + +### Spreadsheet editor +* Button with the sheet list to switch to the certain sheet +* Descriptions and names of function arguments in Portuguese (Brazil) +* Opening / saving a query table +* Version history +* Ability to open the status bar in two bars +* `Saving status` block in the status bar +* Ability to protect a workbook and sheet in the `Protection` tab +* Displaying selections made by other users + +### Presentation editor +* Ability to show animations contained in a file +* Moving slide transition settings from the right-side panel to the `Transitions` tab of the top toolbar +* Hyperlinks autocorrect + +### API updates +* Ability to add additional interface themes +* New `outputtype: "ooxml", "odf"` types in the `conversionapi` to convert files to any format (docx, docm, xlsx, xlsm, pptx, pptm, or odt, ods, odp) +* When opening documents with macros, the `downloadAs` panel contains the docm, xlsm, pptm formats (determined by the `fileType` parameter) +* `assemblyFormatAsOrigin` parameter is enabled by default to save the assemblied file in the same format, in which it is opened +* New `review` section and new `hideReviewDisplay`, `showReviewChanges`, `reviewDisplay`, `trackChanges`, `hoverMode` parameters in the `customization` section of the document editor config +* New `fileType parameter` for `onDownloadAs`, `onRequestSaveAs`, `onRequestRestore` +* Ability to insert several images from the portal using the `insertImage` method + ## Version 6.4 ### All editors