Roadmap added.

This commit is contained in:
trovier 2024-05-29 17:38:40 +02:00
parent 39bc8a78b2
commit 048d41ec79

View File

@ -1,6 +1,74 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<div class="changelog-open-in-new-window"><a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/installation/docs-roadmap.aspx")%>">Open in new window</a></div>
<div class="changelog-version-block">
<p class="changelog-main-header">Version 8.1</p>
<div class="changelog-switcher">
<p class="changelog-subheader">New Features</p>
<p class="changelog-subsubheader">All Editors</p>
<ul>
<li>Changes in program interface: manageable functional buttons, <b>Replace</b> button is now on the <b>Home</b> tab.</li>
<li>Autoshape shadowing settings.</li>
<li>Drawio plugin updated to v.1.0.5.</li>
<li>Pixabay plugin updated to v.1.0.1.</li>
</ul>
<p class="changelog-subsubheader">Forms</p>
<ul>
<li>ONLYOFFICE forms are now in PDF format instead of DOCXF.</li>
<li>New button for forms editing on the top toolbar and the <b>Home</b> tab.</li>
</ul>
<p class="changelog-subsubheader">Document Editor</p>
<ul>
<li><b>Color scheme</b> button is now on the <b>Layout</b> tab.</li>
<li><b>Mail merge</b> button is now on the <b>Collaboration</b> tab.</li>
<li>Formatting for page numbers.</li>
<li>Line spacing options updated.</li>
<li>New button on the top toolbar for changing document editing mode: <em>Editing</em>, <em>Reviewing</em>, <em>Viewing</em>.</li>
</ul>
<p class="changelog-subsubheader">Spreadsheet Editor</p>
<ul>
<li>New languages added: ligature support.</li>
<li>Selected cells are highlighted on their respective row/column numbers.</li>
<li>New functions: GETPIVOTDATA, IMPORTRANGE.</li>
<li>New function category: <em>Custom</em>.</li>
<li>Version history update: edited cells are highlighted.</li>
<li>Users get custom protected range cells viewing rights.</li>
<li>Add translations to custom functions.</li>
</ul>
<p class="changelog-subsubheader">Presentation Editor</p>
<ul>
<li>New slide settings on the right panel.</li>
<li>New feature: Animation pane.</li>
</ul>
<p class="changelog-subsubheader">PDF Editor</p>
<ul>
<li>New button: switch to <em>Editing</em> mode.</li>
<li>New feature: editing PDFs, recognizing pages.</li>
</ul>
<p class="changelog-subsubheader">Server</p>
<ul>
<li>DocumentServer for Windows installation: NSSW is replaced with WinSW; download and install necessary prerequisites.</li>
<li>Changes to editors config: value for <code>customization->hideRightMenu</code> is <b>true</b> by default.</li>
<li>Files opened using WOPI: <b>Save Copy as</b> added.</li>
<li>Config parameter <code>customization.goback.requestClose</code> is no longer supported.</li>
<li>Spreadsheet Editor: new classes, methods, and properties for working with protected ranges.</li>
<li>New method <code>AddCustomFunction</code>; jsdoc is used.</li>
<li>Plugins, macros, advancedAPI: plugins can make changes to the interface.</li>
<li>Plugins: new flags added.</li>
<li>2 <b>WOPISrc</b> and <b>shardkey</b> names can be used as a sharding key.</li>
<li>New config parameter for changing data storage location for license and statistical data.</li>
<li>New object <code>persistenStorage</code> to separate cache file storage, and forgotten and error file storage.</li>
<li>New builder methods.</li>
<li>When opening PDFs in form filling mode using WOPI, new discovery action <b>formsubmit</b> is active.</li>
<li>Mobile: hide/customize logo on the top toolbar.</li>
</ul>
<p class="changelog-subsubheader">Desktop Editors</p>
<ul>
<li>Hide/show <b>Connect to cloud</b> section.</li>
<li>Add link to a file using the explorer window.</li>
</ul>
</div>
</div>
<div class="changelog-version-block">
<p class="changelog-main-header">Version 8.0</p>
<div class="changelog-switcher">