From fa9d1fdb83f619ac67ea826cdb567f92fd925d7b Mon Sep 17 00:00:00 2001 From: Nadya Knyazeva Date: Tue, 29 Jun 2021 13:08:18 +0300 Subject: [PATCH] Update ROADMAP.md (#1310) * Update ROADMAP.md --- ROADMAP.md | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) diff --git a/ROADMAP.md b/ROADMAP.md index 3a68da0b..f2fac3c9 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -5,6 +5,63 @@ 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.4 + +### All editors + +* Web Application Open Platform Interface (WOPI) support +* 125% and 175% scaling +* Resolving all comments +* Support for chart styles +* Chart styles for people with disabilities +* New previews for bulleted, numbered, multi-level lists +* Navigating controls (checkbox, radiobox, button with text) using Tab/Shift+Tab +* Updated work on the client: + * Decoding pictures in all popular raster formats + * Working with zip archives (open / save / edit) + * Digital signatures + +### Document editor + +* Converting text to tables and vice versa +* Auto-capitalization for the 1st word in a sentence + +### Spreadsheet editor + +* Adding/setting/deleting conditional formatting +* Adding sparklines +* Importing data from txt and csv +* Changing select on Tab+Enter +* Ability to assign a macro to be executed when you click on a graphic object +* Descriptions and names of function arguments in Polish, + Japanese, Korean, Latvian, Lao, Norwegian, Romanian, Slovak, + Slovenian, Swedish, Turkish, Vietnamese, Catalan, Czech, Chinese, Danish, Dutch, + Finnish, Greek, Hungarian, Indonesian, Bulgarian, Portuguese, Ukrainian +* Hyperlinks autocorrect +* Presets for Freeze Panes +* Setting for displaying zeros in cells (Show zeros) +* Argument names in the function setting dialog +* Storing comment threads in a spreadsheet + +### Presentation editor + +* Version history +* Setting to hide the notes panel +* Auto-capitalization for the 1st word in a sentence + +### Mobile web editors + +* Rework on ReactJS + +### API updates + +* `requestClose` method for closing the editor +* Differentiation of access rights to commenting +* Setting the default co-editing mode and ability to prohibit changing it +* `customization.hideNotes` parameter to hide the notes panel in presentations +* New methods and properties for `ApiRange` for `apiBuilder` (spreadsheets) +* `editorConfig.customization.uiTheme` to set the interface theme + ## Version 6.3 ### All editors