|
| 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.3<span class="releasedate"> - {{DATE}}</span></h1> |
| 89 | + |
| 90 | + <h2>Fixes</h2> |
| 91 | + |
| 92 | + <h4>All Editors</h4> |
| 93 | + <ul> |
| 94 | + <li> display of the cursor and text selection is now limited by the size of the object/shape</li> |
| 95 | + <li>Fixed some icons for Modern themes when the interface scale is higher than 200%</li> |
| 96 | + <li>Improved appearance of the autoshape Merge/Flip icons for the Modern themes</li> |
| 97 | + <li>Fixed the application freezes on the first launch during the template preview generation process</li> |
| 98 | + <li>Fixed the ability to paste code in the Macros window</li> |
| 99 | + <li>Fixed work of the Open existing file (Open Document) shortcut on the Home page</li> |
| 100 | + <li>Improved display of icons for Clouds connection on the main page of the application</li> |
| 101 | + <li>Changed the font for the Urdu Interface language</li> |
| 102 | + <li>Fixed the position of the editor version line in the About window</li> |
| 103 | + <li>Improved display of the main page of the application for Windows XP</li> |
| 104 | + <li>Fixed pausing when connecting to the portal if the debug window is open</li> |
| 105 | + <li>Fixed the Copyright line for editor files (Windows)</li> |
| 106 | + </ul> |
| 107 | + <h4>Document Editor</h4> |
| 108 | + <ul> |
| 109 | + <li>Fixed stopping work of the editor when editing footer in some <code>DOCX</code> files</li> |
| 110 | + <li>Fixed errors during Compare/Combine/Text from file operations with files containing images</li> |
| 111 | + <li>Fixed a crash when restoring a placeholder with a list when deleting Content Control content</li> |
| 112 | + <li>Fixed significant increasing of the file size due to including CJK fonts when exporting to <code>PDF</code></li> |
| 113 | + <li>Fixed auto-detection of the document language in the text with the Text Direction > RTL option</li> |
| 114 | + </ul> |
| 115 | + <h4>Spreadsheet Editor</h4> |
| 116 | + <ul> |
| 117 | + <li>Fixed stopping work of the editor when trying to reference a cell with a formula</li> |
| 118 | + <li>Fixed appearing the #NAME error in the final file when using a custom function and exporting to <code>PDF</code></li> |
| 119 | + <li>Fixed a problem with saving custom function to a file</li> |
| 120 | + <li>Fixed an issue with autofitting row height when changing column width if Wrap Text is applied to a cell</li> |
| 121 | + <li>Fixed display of the Zoom option value in the bottom toolbar in RTL UI with the Sheet RTL option disabled</li> |
| 122 | + <li>Fixed the incorrect position of the percent sign in the status bar for Zoom with Chinese (Simplified)</li> |
| 123 | + <li>Fixed stopping work of the application when exporting a spreadsheet to <code>PDF</code></li> |
| 124 | + </ul> |
| 125 | + <h4>Presentation Editor</h4> |
| 126 | + <ul> |
| 127 | + <li>Fixed stopping work of the editor when applying some animations from the Emphasis Effects section to an image</li> |
| 128 | + <li>Fixed the editor crash when deleting slides sequentially from preview panel</li> |
| 129 | + <li>Fixed stopping work of the editor when copying all content on the slide in some <code>PPTX</code> files</li> |
| 130 | + <li>Fixed incorrect translations of tools in the Draw menu of the Presenter View window</li> |
| 131 | + <li>Fixed changing word order in the bidirectional text when opening some <code>PPTX</code> files in the application</li> |
| 132 | + </ul> |
| 133 | + <h4>Forms</h4> |
| 134 | + <ul> |
| 135 | + <li>Fixed stopping work of the editor after applying the TextArt setting to the Signature field</li> |
| 136 | + <li>Fixed stopping work of the editor when restoring a file connection after a long period of inactivity</li> |
| 137 | + <li>Fixed cursor change for Content Control buttons</li> |
| 138 | + <li>Fixed missing the Clear Fields icons in the form viewing mode for the Modern themes</li> |
| 139 | + </ul> |
| 140 | + <h4>PDF Editor</h4> |
| 141 | + <ul> |
| 142 | + <li>Fixed stopping work of the editor when performing Cut/Paste operations simultaneously on the thumbnail panel</li> |
| 143 | + <li>Fixed display of the text after breaking and restoring a session when working with some <code>PDF</code> files</li> |
| 144 | + <li>Fixed saving form field settings when there are no other changes in the editor</li> |
| 145 | + <li>Blocked the ability to change the contents of the document when the connection is lost</li> |
| 146 | + <li>Fixed an error when trying to copy page contents from the thumbnail panel for <code>XPS/DjVu</code> formats</li> |
| 147 | + <li>Blocked the ability to display of the form field titles in the embedded mode</li> |
| 148 | + <li>Fixed display of the form field highlight when undoing and redoing actions</li> |
| 149 | + <li>Fixed blocking the ability to enter text immediately after inserting a Text Comment</li> |
| 150 | + <li>Fixed an error that occurred in the application when quickly opening several documents one after another</li> |
| 151 | + </ul> |
| 152 | + <h4>Diagram</h4> |
| 153 | + <ul> |
| 154 | + <li>Fixed display of the slide in the working area when opening some <code>VSTX</code> files</li> |
| 155 | + </ul> |
| 156 | + <h4>Convert</h4> |
| 157 | + <ul> |
| 158 | + <li>Fixed crash when converting some <code>DOCX</code> files to an image</li> |
| 159 | + <li>Fixed crash when converting some <code>HWP</code> files to the binary format</li> |
| 160 | + <li>Fixed endless conversion of some <code>HWP</code> files to the binary format</li> |
| 161 | + <li>Fixed endless conversion of some <code>DOC</code> files to the binary format</li> |
| 162 | + <li>Fixed the appearance of an error when opening the result of converting some <code>HWP</code> files to <code>DOCX</code> in third-party editors</li> |
| 163 | + <li>Fixed crash when converting some <code>DOC</code> files to the binary format</li> |
| 164 | + <li>Fixed the appearance of an error when opening the result of converting some <code>XLS</code> files to <code>XLSX</code> in third-party editors</li> |
| 165 | + <li>Fixed crash when converting some <code>DOCX</code> files to the binary format</li> |
| 166 | + <li>Fixed the difference in display of autoshapes after converting some <code>VSDX</code> files to <code>PNG</code></li> |
| 167 | + </ul> |
| 168 | + </div> |
| 169 | +</body> |
| 170 | +</html> |
0 commit comments