|
| 1 | +<!DOCTYPE html> |
| 2 | +<html> |
| 3 | +<head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <title>История изменений ONLYOFFICE</title> |
| 6 | + <style type="text/css"> |
| 7 | + /* variables */ |
| 8 | + :root { |
| 9 | + --color-black: #141923; |
| 10 | + --color-white: #fff; |
| 11 | + --color-gray-100: #f7fafc; |
| 12 | + --color-gray-200: #edf2f7; |
| 13 | + --color-gray-300: #e2e8f0; |
| 14 | + --color-gray-400: #cbd5e0; |
| 15 | + --color-gray-500: #a0aec0; |
| 16 | + --color-gray-600: #718096; |
| 17 | + --color-gray-700: #4a5568; |
| 18 | + --color-gray-800: #2d3748; |
| 19 | + --color-gray-900: #1a202c; |
| 20 | + } |
| 21 | + body { |
| 22 | + background: var(--color-white); |
| 23 | + color: var(--color-gray-800); |
| 24 | + font: 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, Lucida, Helvetica, sans-serif; |
| 25 | + } |
| 26 | + h1, h2, h3 { |
| 27 | + color: var(--color-gray-800); |
| 28 | + font-weight: normal; |
| 29 | + font-style: normal; |
| 30 | + } |
| 31 | + h1 { |
| 32 | + font-size: 1.7em; |
| 33 | + } |
| 34 | + h2 { |
| 35 | + font-size: 1.4em; |
| 36 | + font-weight: lighter; |
| 37 | + } |
| 38 | + h4 { |
| 39 | + font-size: 1.2em; |
| 40 | + font-weight: lighter; |
| 41 | + } |
| 42 | + code { |
| 43 | + background: var(--color-gray-200); |
| 44 | + font-family: monospace; |
| 45 | + padding: 1px 5px; |
| 46 | + } |
| 47 | + ul { |
| 48 | + padding: 8.1.3 20px; |
| 49 | + } |
| 50 | + li { |
| 51 | + margin-left: 20px; |
| 52 | + margin-bottom: 0.2em; |
| 53 | + padding: 0; |
| 54 | + } |
| 55 | + hr { |
| 56 | + margin: 20px 0; |
| 57 | + border: var(--color-gray-400) solid 0.5px; |
| 58 | + } |
| 59 | + .releasedate { |
| 60 | + color: var(--color-gray-600); |
| 61 | + font-weight: lighter; |
| 62 | + } |
| 63 | + |
| 64 | + /* prefers light mode */ |
| 65 | + @media (prefers-color-scheme: dark) { |
| 66 | + body { |
| 67 | + background: var(--color-gray-900); |
| 68 | + color: var(--color-gray-200); |
| 69 | + } |
| 70 | + |
| 71 | + h1, h2, h3 { |
| 72 | + color: var(--color-white); |
| 73 | + } |
| 74 | + |
| 75 | + code { |
| 76 | + background: var(--color-gray-800); |
| 77 | + color: var(--color-gray-200); |
| 78 | + } |
| 79 | + |
| 80 | + .releasedate { |
| 81 | + color: var(--color-gray-600); |
| 82 | + } |
| 83 | + } |
| 84 | + </style> |
| 85 | +</head> |
| 86 | +<body> |
| 87 | + <div class="version"> |
| 88 | + <h1>ONLYOFFICE 9.0.4<span class="releasedate"> - {{DATE}}</span></h1> |
| 89 | + |
| 90 | + <h2>New features</h2> |
| 91 | + |
| 92 | + <h4>All Editors</h4> |
| 93 | + <ul> |
| 94 | + <li>Added support for woff2 fonts</li> |
| 95 | + <li>Added the Suggest a Feature item to the editors File menu</li> |
| 96 | + <li>Added AI, Photo Editor, OCR, Typograf, Doc2md, LanguageTool, DeepL, Thesaurus and Zotero plugins to the distribution with ONLYOFFICE branding</li> |
| 97 | + <li>Added creation of a marker file blocking when opening documents in other applications</li> |
| 98 | + </ul> |
| 99 | + |
| 100 | + <h4>Document Editor</h4> |
| 101 | + <ul> |
| 102 | + <li>Improved usability when working with allowed areas</li> |
| 103 | + </ul> |
| 104 | + |
| 105 | + <h2>Fixes</h2> |
| 106 | + |
| 107 | + <h4>All Editors</h4> |
| 108 | + <ul> |
| 109 | + <li>Fixed display of the scroll bar for the Modern Dark theme</li> |
| 110 | + <li>Fixed display of the table creation matrix in the Insert -> Table menu for the Modern Light / Dark themes</li> |
| 111 | + <li>Fixed display of the error window when the connection is broken after 2 minutes of waiting</li> |
| 112 | + <li>Fixed incorrect undo after composite input of text into an autoshape in the Fast Co-editing mode</li> |
| 113 | + <li>Fixed display of translations on the Home and About pages when changing the interface language without restarting the application</li> |
| 114 | + <li>Fixed collapsing the toolbar in the More menu after pinning a document to the main window at 300% scale for Modern themes</li> |
| 115 | + <li>Fixed display of preview for the "Invoice children's style" template in Templates > Documents in Arabic interface</li> |
| 116 | + <li>Fixed the appearance of scroll when calling the context menu near the window borders for the "Recent files" list</li> |
| 117 | + <li>Fixed menu for creating new files for the Dark theme</li> |
| 118 | + </ul> |
| 119 | + |
| 120 | + <h4>Document Editor</h4> |
| 121 | + <ul> |
| 122 | + <li>Fixed the sequence of recording table settings to the file</li> |
| 123 | + <li>Forbidden execution of the Javascript code for a custom property in a document</li> |
| 124 | + <li>Fixed re-applying text formatting in an autoshape using hotkeys</li> |
| 125 | + <li>Fixed an error when reading a color with the "automatic" value or writing it to a file</li> |
| 126 | + <li>Disabled the ability to delete text outside the allowed area for filling in</li> |
| 127 | + <li>Fixed deletion of characters when opening the <code>TXT</code> file for editing</li> |
| 128 | + <li>Fixed display of the password request window to remove file protection in MS Word</li> |
| 129 | + <li>Fixed recalculating the position of an autoshape with the "Resize shape to fit text" flag when changing text formatting</li> |
| 130 | + <li>Fixed crash when autocorrecting in a graphical formula (equation)</li> |
| 131 | + <li>Fixed display of the Abstract Numbering Definition Identifier numbering in the <code>DOCX</code> file</li> |
| 132 | + <li>Removed an incorrect item in the Paste options menu for the "Chart Editor" window</li> |
| 133 | + <li>Fixed display of some hieroglyphs with bold settings on macOS</li> |
| 134 | + </ul> |
| 135 | + |
| 136 | + <h4>Spreadsheet Editor</h4> |
| 137 | + <ul> |
| 138 | + <li>Fixed positioning of RTL text and graphics when saving the <code>XLSX</code> file to an image</li> |
| 139 | + <li>Fixed hanging of the editor when copying rows / columns in some browsers</li> |
| 140 | + <li>Fixed formatting change for several cells with mixed text format</li> |
| 141 | + <li>Fixed the size of the pasted image of the copied area when scale is higher than 100%</li> |
| 142 | + <li>Fixed display of scroll bars when uploading a new version of the <code>XLSX</code> file after connection break</li> |
| 143 | + <li>Fixed crash when copying / pasting a cell with conditional formatting in the <code>XLSX</code> file</li> |
| 144 | + <li>Fixed calculation of number of pages when saving the <code>ODS</code> file to <code>PNG</code> / <code>JPG</code></li> |
| 145 | + <li>Fixed display of percent sign (%) in combination with a number</li> |
| 146 | + <li>Fixed an error when opening the saved <code>ODS</code> file in MS Excel</li> |
| 147 | + <li>Fixed the position when pasting a copied cell range as a Picture (Paste options) for an RTL file</li> |
| 148 | + <li>Fixed display of text in the Formula bar in RTL languages</li> |
| 149 | + <li>Fixed crash when when opening a sheet with charts in the <code>XLSX</code> file where multiple gradient points are used</li> |
| 150 | + <li>Fixed crash when when resizing a line chart with a lot of data in the <code>XLSX</code> file</li> |
| 151 | + <li>Fixed printing the selection (Print range > Selection) to the <code>PDF</code> file</li> |
| 152 | + <li>Fixed crash on memory when reading pivot tables in the <code>XLSX</code> file</li> |
| 153 | + </ul> |
| 154 | + |
| 155 | + <h4>Presentation Editor</h4> |
| 156 | + <ul> |
| 157 | + <li>Fixed an error when clicking in the working area after deleting all slides in the <code>ODP</code> file</li> |
| 158 | + <li>Fixed translation of the "Transitions" tab in Danish</li> |
| 159 | + </ul> |
| 160 | + |
| 161 | + <h4>Forms</h4> |
| 162 | + <ul> |
| 163 | + <li>Fixed display of field names in Adobe Acrobat with the same name specified in Cyrillic</li> |
| 164 | + <li>Fixed display of text for the field with the Password format</li> |
| 165 | + <li>Fixed input of text in the form field if the page is rotated</li> |
| 166 | + <li>Fixed locking of the Format list when the Multiline option is enabled for the Text field</li> |
| 167 | + </ul> |
| 168 | + |
| 169 | + <h4>PDF Editor</h4> |
| 170 | + <ul> |
| 171 | + <li>Fixed opening of the context menu after connection break</li> |
| 172 | + <li>Fixed adding comments to stamps</li> |
| 173 | + <li>Fixed applying the AutoFit option if the Scroll Long Text is not enabled</li> |
| 174 | + </ul> |
| 175 | + |
| 176 | + <h4>Convert</h4> |
| 177 | + <ul> |
| 178 | + <li>Fixed crash when converting some <code>PPTX</code> files to <code>JPG</code> / <code>PNG</code> / <code>PDF</code></li> |
| 179 | + <li>Fixed crash when converting the <code>XLSM</code> file to <code>XLSB</code> via x2t</li> |
| 180 | + <li>Fixed crash when converting the <code>PPTX</code> file to <code>PNG</code> via x2t</li> |
| 181 | + <li>Fixed crash when converting the <code>XLSM</code> file to <code>PNG</code> via x2t</li> |
| 182 | + <li>Fixed display of the “x” symbol after converting the <code>DOC</code> file to <code>DOCX</code></li> |
| 183 | + <li>Fixed crash when converting the <code>DOCX</code> file to <code>JPG</code> / <code>PNG</code> / <code>PDF</code> via x2t</li> |
| 184 | + <li>Fixed crash when converting the <code>ODT</code> file to <code>DOCT</code> via x2t</li> |
| 185 | + <li>Fixed crash when converting the <code>ODS</code> file to <code>JPG</code> / <code>PNG</code> / <code>PDF</code> via x2t</li> |
| 186 | + <li>Fixed crash when converting the <code>ODS</code> file to <code>XLST</code> via x2t</li> |
| 187 | + <li>Fixed crash when converting a binary file containing an <code>SVG</code> image to <code>XLSX</code> via x2t</li> |
| 188 | + <li>Fixed crash when converting the <code>KEY</code> file to <code>PPTT</code> via x2t</li> |
| 189 | + </ul> |
| 190 | + </div> |
| 191 | +</body> |
| 192 | +</html> |
0 commit comments