diff --git a/.aspell.en.pws b/.aspell.en.pws new file mode 100644 index 0000000..becce0b --- /dev/null +++ b/.aspell.en.pws @@ -0,0 +1,221 @@ +personal_ws-1.1 en 218 utf-8 +ACOT +ACOTH +ASC +aspose +autocolor +autocomplete +AutoCorrect +autocorrection +autofill +Autofilter +autofilter +autofilters +Autofit +autofit +AutoFormat +Autorun +AVERAGEA +AVERAGEIFS +BETADIST +BETAINV +BINOM +blocklevelstd +BMP +br +brower +bugfix +cff +CHIDIST +CHIINV +chinese +CHISQ +CJK +ClipArt +CNumberingLvlLegacy +coedit +COMBINA +compatibilityMode +CONCAT +COnOfftype +Convertion +convertion +COTH +COUNTIFS +CSC +CSCH +CSV +csv +Ctrl +ctrl +dataset +Decryptor +DesktopEditors +Deutsch +DMS +DocumentServer +DOCX +Docx +docx +DOTX +drag'n'drop +endnotes +ePub +EQ +Español +ETS +EXC +EXPON +fb +FDIST +FINV +fodp +fods +fodt +FORMULATEXT +FTEST +GAMMADIST +GAMMAINV +glyphs +gridlines +hideContentControlTrack +HiDPI +HLOOKUP +html +HYPGEOM +icu +IFNA +IMCOSH +IMCOT +IMCSC +IMCSCH +IMSEC +IMSECH +IMSINH +IMTAN +InsertContent +INV +japanese +JPG +JS +js +kDrive +korean +Liferay +LINEST +linux +LOGEST +LOGNORM +MacOS +MacOs +macOS +MathType +mathType +metafile +mht +multichart +multiselect +México +Nederland +Nederlands +Nextcloud +Num +num +numberings +NUMBERVALUE +ODF +odf +OdfFormat +ODP +ods +ODT +odt +onDocumentStateChange +ONLYOFFICE +ooxml +OpenFormat +OTP +OTS +OTT +overwright +ownCloud +pageDown +ParaDrawing +param +params +pdf +PDURATION +PERCENTRANK +PhotoEditor +PNG +POTX +ppt +pptx +PptxFormat +Preseentation +RANDARRAY +rastr +ReadFromBinary +Realtime +rect +republika +RTF +rtf +savefile +Schweiz +Seafile +SECH +selectwheel +SharedWorker +SheetView +si +Slovenská +Slovenčina +spanish +sparkline +Sparklines +sparklines +Spellcheker +SSO +stirkeout +SUMIFS +Svenska +Sverige +SVG +tabSelected +TDIST +thai +TINV +TOC +tooltip +trackpad +TXT +txt +UI +uncalculated +undelete +undocking +Ungroup +ungroup +updocked +url +usersfiles +UTF +ViewAll +VLOOKUP +vml +VSRedis +wav +WMF +wmf +xfIndexNumber +XLOOKUP +XLS +xls +XLSX +xlsx +XLTX +Yandex +yy +YYYY +yyyy diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml new file mode 100644 index 0000000..acd93fe --- /dev/null +++ b/.github/workflows/check.yml @@ -0,0 +1,32 @@ +name: check +on: + workflow_dispatch: + push: + paths: + - 'CHANGELOG.md' + - '.aspell.*.pws' +jobs: + markdownlint: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Use Node.js 12 + uses: actions/setup-node@v1 + with: + node-version: 12 + - name: Run markdownlint linter + run: | + npm install -g markdownlint-cli + markdownlint CHANGELOG.md + spellchecker: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Setup aspell + run: sudo apt-get -y update && sudo apt-get -y install aspell aspell-en + - name: Run spellchecker + run: | + SPELLCHECK_OUT=$(cat CHANGELOG.md \ + | aspell --lang=en --encoding=utf-8 --personal=./.aspell.en.pws list) + echo $SPELLCHECK_OUT + test $(echo -n $SPELLCHECK_OUT | wc -c) -eq 0 diff --git a/.markdownlint.json b/.markdownlint.json new file mode 100644 index 0000000..b262fb7 --- /dev/null +++ b/.markdownlint.json @@ -0,0 +1,3 @@ +{ + "MD024": { "siblings_only": true } +} diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e7c6f9..41e4a2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,50 @@ # Change log +## 7.0.0 + +### New Features + +* Added Liferay provider connection options +* Added kDrive provider connection options +* Added ability to launch editor in a single window +* New UI languages (Belarusian, Bulgarian, Catalan, Danish, Dutch, Finnish, + Greek, Hungarian, Indonesian, Japanese, Korean, Latvian, Norwegian, Romanian, + Slovene, Swedish, Turkish, Ukrainian, Vietnamese, Lao) +* 125% and 175% interface scaling support (Windows, Linux) +* Ability to setup editor launch mode +* New sort types for Comment left sidebar +* Ability to call menu entries by pressing `alt+key` +* New canvas zoom options (up to 500%) + +#### Document Editors + +* Completely new mode for creating, filling and sharing forms +* Dark Mode (dark canvas background and other interface changes) +* New settings to change review mode `Track Changes Display` +* Ability to select local file for `Mail Merge` for cloud-stored files +* New setting for AutoFormat as you type -> hyperlinks and network paths + +#### Spreadsheet Editor + +* Version History +* Ability to protect spreadsheet files and separate sheets +* Ability to show other users cursor in co-edit mode +* Ability to separate sheets and status bar +* `pt-br` formulas description and translation +* Do not loose Query Table data +* Copy sheet with drag-n-drop with holding `ctrl` + +#### Presentation Editors + +* Ability to display animations +* Slide animation settings moved to top Tab +* New setting for AutoFormat as you type -> hyperlinks and network paths +* Ability to save presentation to `JPG` and `PNG` + +### Fixes + +* All components received countless fixes + ## 6.4.2 ### Fixes @@ -10,7 +55,7 @@ * Fixed theme initialization in app loader * Fix JS errors while copy chart from Document Editor to Presentation Editor (Bug #52844) - + #### Documents Editor * Fix JS error while comparing some specific docx files (Bug #52909) @@ -23,6 +68,7 @@ ## 6.4.1 ### New Features + * Major improvements in support of chart styles * Ability to Resolve all comments * Change list symbols render @@ -32,12 +78,14 @@ * Improved render of CJK fonts in PDF files ### Document Editor + * Ability to convert text to table * Ability to convert table to text * Auto-capitalize first letter * New review mode: Simple markup ### Spreadsheet Editor + * Ability to add/remove/edit conditional formatting * Ability to add sparklines * Change select by pressing `tab` + `enter` @@ -49,17 +97,19 @@ * Add argument names to function wizard ### Presentation Editor + * Version History * Ability to hide notes panel * Auto-capitalize first letter ### Fixes -* All components received countless fixes +* All components received countless fixes ## 6.3.1 ### New Features + * Added Seafile provider connection options * Interface Themes support * 150% interface scaling support (Windows, Linux) @@ -70,6 +120,7 @@ * Check hyperlinks for 2083 symbol length ### Document Editor + * Wrapping for shapes in Top Toolbar * Indents settings in Paragraph Right Sidebar * Change Register operation in Top Toolbar @@ -77,6 +128,7 @@ * Export to html, fb2, ePub ### Spreadsheet Editor + * Add new chart type - combo * Redone Chart Advanced Setting with more axis settings * Add ability to set axis label format @@ -87,13 +139,15 @@ * XLOOKUP function ### Presentation Editor + * Slide opacity setting * Setup columns in shape via Top Toolbar * Presentation Animations are saved after export from our editor ### Fixes + * All editors received countless fixes - + ## 6.2.0 ### New Features @@ -127,7 +181,6 @@ * All editors received countless fixes - ## 6.1.0 ### New Features @@ -286,22 +339,29 @@ * Fixed opening zero-bytes files created with MS Office folder menu * Fixed an issue with opening long path files (Bug 45117) -* Added ability to run an application with system title bar by --system-title-bar flag (Linux) (Bug 43189) (#271) -* Fixed an unexpected application window behavior after presentation showing was ended (Bug 44968) -* Fixed an unexpected application behavior after undocking window with presenter mode (Bug 45483) +* Added ability to run an application with system title bar by + --system-title-bar flag (Linux) (Bug 43189) (#271) +* Fixed an unexpected application window behavior after presentation showing was + ended (Bug 44968) +* Fixed an unexpected application behavior after undocking window with presenter + mode (Bug 45483) * Fixed an ability of resizing application windows on macOS (Bug 45135) * Fixed an issue with connecting to cloud servers if url contains spaces (Bug 42293) * Fixed an issue with restoring application window after some scenarios (Bug 45292) -* Fixed a dialog window displaying while all application windows is closing (Bug 44974) +* Fixed a dialog window displaying while all application windows is closing + (Bug 44974) * Fixed a window title scaling on HiDPI displays in some scenarios (Bug 45060) * Fixed a duplication of print button after undocking PDF-viewer window (Bug 45170) * Some translations in dialog windows was improved -* Fixed a position of application window after printing operations was canceled (Bug 45003) +* Fixed a position of application window after printing operations was canceled + (Bug 45003) * Fixed an issue with displaying artifacts on about page in some scenarios (Bug 44684) -* Fixed an issue with displaying artifacts after installation on Windows 10 was finished (Bug 45089) +* Fixed an issue with displaying artifacts after installation on Windows 10 was + finished (Bug 45089) * Fixed an issue with user name updating while document is opened (Bug 45254) * Added user name limitation in field (Bug 44742) -* Fixed an issue with locking modal dialogs while print dialogue in opened and updocked (Bug 42791) +* Fixed an issue with locking modal dialogues while print dialogue in opened and + updocked (Bug 42791) * Fixed an editor tab position after window is attaching (Bug 44749) * Added custom title for Windows Apps entry in Add or Remove Programs * Fixed unexpected system rebooting after VSRedis installation @@ -309,14 +369,14 @@ #### Document Editor -* Fixed in issue with autocolor feature for graphical objects in some DOCX user files (Bug 45460) +* Fixed in issue with autocolor feature for graphical objects in some DOCX user + files (Bug 45460) * Fixed an issue with increasing font size in some DOCX user files (Bug 44852) * Fixed disabling undo/redo buttons after the documents comparing * Fixed incorrect displaying of some PDF user files (Bug 45336, Bug 39097, Bug 19078) * Fixed incorrect displaying of watermark on CJK languages (Bug 45886) * Fixed an export of some DOCX user files to PDF (Bug 45319) - #### Spreadsheet Editor * Fixed invalid icon in cells border menu (Bug 45910) @@ -331,7 +391,6 @@ #### files editing/convertion - ## 5.5.1 ### New features @@ -399,7 +458,6 @@ * Fixed an issues with DOC, RTF and XLSX formats(bug 44756) (bug 44934) (bug 44840) * Fixed corrupting of mime-type after some DOCX editing (Bug 44957) - ## 5.4.2 ### Fixes @@ -478,8 +536,10 @@ #### Document Editor * Fix the problem with drawing a track around a content control (bug #42657) -* Fix the problem with accept/reject in case when moved text gets into selection (bug #42665) -* Fix the problem with deleting text that was previously added by the same user (bug #41242) +* Fix the problem with accept/reject in case when moved text gets into selection + (bug #42665) +* Fix the problem with deleting text that was previously added by the same user + (bug #41242) * Fix "No image uploaded" for Watermark background (bug #42832) * Fix rules unit of measurements (bug #42608) * Fix some watermark bugs @@ -645,12 +705,15 @@ * Possibility to insert audio/video content ## 5.2.8 + ### Fixes + * Major bugfix for interaction with Nextcloud and ownCloud portals - ## 5.2.4 + ### New features + * Added an option to change the UI language * Added an option to change the user name * Improved HiDPI screens detection @@ -658,6 +721,7 @@ * Added encryption options (test mode) #### All editors + * Add warning when open file protected with password * Don't show resolved comments by default in Document and Spreadsheet editor * Customize availability of help in the editor @@ -668,6 +732,7 @@ * Sort comments in the popover by ascending creation time #### Document Editor + * Ability to work with bookmarks * Ability to add/change hyperlinks anchored to bookmarks/headings * Change numbering value, start/continue numbering @@ -684,6 +749,7 @@ * Save track-changes option for file key #### Spreadsheet Editor + * Cell settings in the right panel * Add Layout tab: save margins, page size, orientation for sheets, align/arrange, group/ungroup objects (shapes, images, charts) @@ -695,13 +761,15 @@ * Support of R1C1 references style #### Presentation Editors + * Add hints to presentation themes (bug #21362) * Add presenter preview in the viewer (bug #37499) * Enable closing chart dialog while loading (bug #36870) - ### Fixes + #### All editors + * Update translations * Fix position for zoom buttons in the toolbar * Fix tab 'File' lost active state when click inner panels @@ -723,6 +791,7 @@ * A lot of bug fixed in all editors #### Document Editor + * Fix getting parent cell in blocklevelstd * Fix justify chinese text (#37659) * Fix setting option Realtime collaboration changes to "ViewAll" @@ -759,6 +828,7 @@ * Fix opening file with image in shape in rtf (bug #37902) #### Spreadsheet Editor + * Fix enter formula with arrow keys and scroll * Fix multiselect autofit column width. Autofit only exist columns (#37555) * Fix formula dependency and file assemble after copying with drag and drop @@ -796,7 +866,8 @@ * Disable cell settings when editor is disconnected * Fix print and calculate. Speed up prepare cache * Fix scrolling issues in specific file (bug #39395) -* Fix issue with open only one SheetView to avoid property conflicts(tabSelected) (bug #39511) +* Fix issue with open only one SheetView to avoid property + conflicts(tabSelected) (bug #39511) * Fix freeze while cut paste several columns (bug #37965) * Fix incorrect `sum` formula for copied sheet (bug #39548) * Fix error while entering more data than cell width (bug #39623) @@ -806,7 +877,8 @@ * Fix error while copy specific sheet in file (bug #39921) #### Presentation Editor -* Fix deleting placholder text in strict co-edit (#37712) + +* Fix deleting placeholder text in strict co-edit (#37712) * Fix duplicate comments in exported pptx (#37698) * Fix specific error while opening empty presentation in comment mode (#37679) * Fix copy-paste placeholder in fast coedit (bug #37922) @@ -818,7 +890,9 @@ * Fix opening specific ppt file (bug #39901) #### Back-End -* Bump compatibilityMode setting. Prevent opening files in compatibility mode in Word 2016. + +* Bump compatibilityMode setting. Prevent opening files in compatibility mode in + Word 2016. * Fix doc, rtf, xls users files * Fix exporting current list of XLSX to csv (#37579) * Fix opening specific pptx file (#37589, bug #39747, #39745) @@ -846,8 +920,11 @@ * Fix bug with calculating inverse matrix in PDF ## 5.1.27 + ### New features + #### All editors + * New `View Settings` menu in top right corner * New selector for links type in Spreadsheet and Presentation Editor * Ability to replace image via context menu (#11493) @@ -865,9 +942,10 @@ * Search in help #### Document Editor + * Implement an East Asian script and line break in hieroglyphs ([sdkjs#300](https://github.com/ONLYOFFICE/sdkjs/pull/304)) * Add hotkey Ctrl+Shift+Num8 - show/hide non printable symbols -* Support of multi comments baloon (bug #37422) +* Support of multi comments balloon (bug #37422) * Ability to set Tab Leader symbols * Support of Table of Contents * New `Navigation` left sidebar @@ -880,6 +958,7 @@ * Special paste of tables #### Spreadsheet Editor + * Add French translation for formulas * Ability to select Cell format via context menu (#16272) * Custom user cell styles are now placed before default ones @@ -893,11 +972,13 @@ * CSV preview before opening #### Preseentation Editor + * Add hints to presentation themes (bug #21362) * Special paste * Presentation level comments #### Back-End + * Update `icu` dependency from `5.5` to `5.8` * Support a lot of features in xls format (macros, controls etc.) * Speedup of opening ooxml files on 5-10% @@ -905,7 +986,9 @@ * Fix a lot of error in user-send files in all supported formats ### Fixes + #### All editors + * Fix crash on opening files with empty pie charts ([sdkjs#318](https://github.com/ONLYOFFICE/sdkjs/pull/318)) * Fix undo after copy paste in coedit (bug #37424) * Fix problems with some thai symbols (bug #37446) ([sdkjs#297](https://github.com/ONLYOFFICE/sdkjs/pull/297)) @@ -919,13 +1002,15 @@ * Fix toolbar icons problems #### Document Editor + * Fix displaying table after html convert (#37472) -* Fix adding comment to whole doc (#37425, [DocumentServer#287](https://github.com/ONLYOFFICE/DocumentServer/issues/287)) ([sdkjs#319](https://github.com/ONLYOFFICE/sdkjs/pull/319)) +* Fix adding comment to whole doc (#37425, [DocumentServer#287](https://github.com/ONLYOFFICE/DocumentServer/issues/287)) + ([sdkjs#319](https://github.com/ONLYOFFICE/sdkjs/pull/319)) * Fix copy Rich Text Content from table (#37546) ([sdkjs#320](https://github.com/ONLYOFFICE/sdkjs/pull/320)) * Fix changing labels of Content Control ([sdkjs#296](https://github.com/ONLYOFFICE/sdkjs/pull/296)) * Fix search text in drawing formats ([sdkjs#292](https://github.com/ONLYOFFICE/sdkjs/pull/292)) * Fix problem with loading pdf renamed to docx ([sdkjs#295](https://github.com/ONLYOFFICE/sdkjs/pull/295)) -* Fix right mouse buttom menu for TOC (#37241) +* Fix right mouse button menu for TOC (#37241) * Fix usage Clip ParaDrawing by line top and bottom * Don't clip images in text arts * Add vertical clip for inline drawing @@ -933,6 +1018,7 @@ * Fix bug in calculation text clip rect in documents #### Spreadsheet Editor + * Fix formula dependency and file assemble after add col/row ([sdkjs#312](https://github.com/ONLYOFFICE/sdkjs/pull/312)) * Fix opening specific xlsx file (#37515) ([sdkjs#316](https://github.com/ONLYOFFICE/sdkjs/pull/316)) * Fix open pivot tables with VALUES ([sdkjs#298](https://github.com/ONLYOFFICE/sdkjs/pull/298)) @@ -940,15 +1026,16 @@ * Add Spanish formula translations * Fix right mouse button error (#37330) * Fix inserting hieroglyphs from text editor (#37356) -* Fix bug with enter symbol point in formula autocompleate (#37300) -* Fix bug with enter symbol `_` or `\` in start formula autocompleate (bug #37354) -* Fix bug with enter Chinese numbers in formula autocompleate +* Fix bug with enter symbol point in formula autocomplete (#37300) +* Fix bug with enter symbol `_` or `\` in start formula autocomplete (bug #37354) +* Fix bug with enter Chinese numbers in formula autocomplete * Fix sheet context menu visibility (#37307) * Fix translations for formulas * Fix inserting function in opened cell (#37348) * Correct some formulas translations #### Presentation Editor + * Fix hieroglyph problem in chart title (#37293) * Fix chart title focus problem in coedit (#37295) * Fix object selection problem in coedit (#37336) @@ -957,8 +1044,10 @@ * Fix bug in calculation of slide layout bounds #### Back-end + * Fix doc users files with table ([core#71](https://github.com/ONLYOFFICE/core/pull/71)) -* Fix opening docx, pptx, rtf, odf usersfiles ([core#75](https://github.com/ONLYOFFICE/core/pull/75)) ([core#76](https://github.com/ONLYOFFICE/core/pull/76)) +* Fix opening docx, pptx, rtf, odf usersfiles ([core#75](https://github.com/ONLYOFFICE/core/pull/75)) + ([core#76](https://github.com/ONLYOFFICE/core/pull/76)) * Fix mac related build problems * ppt - fix shape geometry in files from newest ms office * Fix font generation @@ -967,44 +1056,56 @@ * Fix opening some XLS user files ## 4.8.7 + ### New features + #### All Editors + * Support for two-factor authentication * Brazilian Portuguese as new interface languages #### Spreadsheet Editors + * Add stirkeout, superscript and subscript in top toolbar (bug #26581) ### Fixes + #### All Editors + * Update translations #### Document Editor + * Fix opening docx file with formula in MS Word (bug #36490) * Fix JS error while inserting Spreadsheet cell with comment (bug #36506) * Fix bug with inserting the content control in the math equation. * Fix reset selection from object in header/footer after keyboard move #### Spreadsheet Editors + * Fix wrong dependence in formula with 3D Ref after removing sheet * Fix opening odt with chart * Fix calculating sparkline in some case (bug #36603) * Fix printing image outside of printed range (bug #36573) #### Presentation Editor + * Fix shape blocking in coedit for users with different mode (bug #36435) * Fix chart `Constant proportions` working only once (bug #36494) * Fix error while inserting page number from Document Editor (bug #36508) * Fix error while undo of table (bug #36515) #### Conversion + * Fix some DOCX, DOC, RTF files from users * Fix DOCX with MathType equations (bug #36524) - ## 4.8.6 + ### New features + #### All Editors + * Preinstalled plugins set * Support SSO authorization * Czech and Slovak languages in interface @@ -1012,10 +1113,13 @@ * Support of fods, fodt, fodp formats ### Fixes + #### All editors + * Fix bug with images paths #### Document Editor + * JS Error while inserting empty cell to chart title (bug #36441) * Fix red cross for images in some situations * Fix bug with creating several synchronize tips @@ -1029,11 +1133,13 @@ * Fix help for moving shape by pixel (bug #34983) * Fix special paste in fast co-edit (bug #35310) * Fix duplicates in strict mode after special paste (bug #35312) -* Fixed bug with moving cursor to the start of the document after removing content control. +* Fixed bug with moving cursor to the start of the document after removing + content control. * Fix minor problems with co-edit in real time (bug #35398, #35399, #35400) * A lot of fixes in translations #### Spreadsheet Editor + * Fix a.Se is not a function error while opening file (bug #36344) * Fix error with merge table colors * Fix merge cells after apply table template (bug #36405) @@ -1044,7 +1150,8 @@ * Fix case sensitive VLOOKUP and HLOOKUP (bug #35528, DocumentServer#140) * Fix box for Show empty cells as in Russian (bug #35299) * Fix sparkline type in setting window (bug #35296) -* Fix error in conditional formatting with formula and offset (duplicate variable) (bug #35334) +* Fix error in conditional formatting with formula and offset (duplicate + variable) (bug #35334) * Fix error in SEARCH formula (bug #35340) * Fix freeze pane shadow not hiding (bug #35359) * Fix showing hidden objects @@ -1052,6 +1159,7 @@ * A lot of fixes in translations #### Presentation Editor + * Check buttons layout in reporter mode * Disable scroll to target in selectwheel (empty selection) * Fix applying image as background for several slides (bug #36399) @@ -1076,10 +1184,12 @@ * A lot of fixes in translations #### Plugins + * Fix crash on unknown ole-object resize * Fix problems with scroll #### Conversion + * Fix colors schemes for table cells (bug #36322) * Fix problem with image in footnote (bug #36380) * Fix saving some files to odt (bug #35389) @@ -1089,10 +1199,12 @@ * Fix audio wav files in pptx * Fix old standard ole in pptx - ## 4.4.1 + ### New features + #### Document Editor + * Special Paste * Rich text content support * Translates for Paragraph Styles @@ -1101,32 +1213,34 @@ * Ability to specify custom columns #### Spreadsheet Editor + * Formulas with conditional formatting * Ability to specify custom delimiter for CSV import\export * Added `ACOT`, `ACOTH`, `ARABIC`, `BASE`, `BETA.DIST`, `BETA.INV`, `BETADIST`, - `BINOM.DIST`, `BINOM.INV`, `CEILING.MATH`, `CEILING.PRECISE`, - `CHIDIST`, `CHIINV`, `CHISQ.DIST`, `CHISQ.DIST.RT`, - `CHISQ.INV`, `CHISQ.INV.RT`, `COMBINA`, `CONCAT`, `CONFIDENCE.NORM`, - `CONFIDENCE.T`, `COT`, `COTH`, `CSC`, `CSCH`, `DECIMAL`, `EXPON.DIST`, `F.DIST`, - `F.DIST.RT`, `F.INV`, `F.INV.RT`, `FDIST`, `FINV`, `FLOOR.MATH`, - `FLOOR.PRECISE`, `GAMMA`, `GAMMA.DIST`, `GAMMA.INV`, `GAMMA.PRECISE`, - `GAMMADIST`, `GAMMAINV`, `GAUSS`, `IFNA`, `IMCOSH`, `IMCOT`, `IMCSC`, - `IMCSCH`, `IMSEC`, `IMSECH`, `IMSINH `, `IMTAN`, `ISO.CEILING`, - `LOGNORM.DIST`, `LOGNORM.INV`, `NUMBERVALUE`, `PERCENTILE.EXC`, `PERCENTILE.INC`, - `PERCENTRANK.EXC`, `PERCENTRANK.INC`, `RANK`, `RANK.AVG`, `RANK.EQ`, `SEC`, `SECH`, - `T.DIST`, `T.DIST.2T`, `T.DIST.RT`, `T.INV`, `T.INV.2T`, `TDIST`, `TINV`, `XOR` functions + `BINOM.DIST`, `BINOM.INV`, `CEILING.MATH`, `CEILING.PRECISE`, `CHIDIST`, + `CHIINV`, `CHISQ.DIST`, `CHISQ.DIST.RT`, `CHISQ.INV`, `CHISQ.INV.RT`, + `COMBINA`, `CONCAT`, `CONFIDENCE.NORM`, `CONFIDENCE.T`, `COT`, `COTH`, `CSC`, + `CSCH`, `DECIMAL`, `EXPON.DIST`, `F.DIST`, `F.DIST.RT`, `F.INV`, `F.INV.RT`, + `FDIST`, `FINV`, `FLOOR.MATH`, `FLOOR.PRECISE`, `GAMMA`, `GAMMA.DIST`, + `GAMMA.INV`, `GAMMA.PRECISE`, `GAMMADIST`, `GAMMAINV`, `GAUSS`, `IFNA`, + `IMCOSH`, `IMCOT`, `IMCSC`, `IMCSCH`, `IMSEC`, `IMSECH`, `IMSINH`, `IMTAN`, + `ISO.CEILING`, `LOGNORM.DIST`, `LOGNORM.INV`, `NUMBERVALUE`, `PERCENTILE.EXC`, + `PERCENTILE.INC`, `PERCENTRANK.EXC`, `PERCENTRANK.INC`, `RANK`, `RANK.AVG`, + `RANK.EQ`, `SEC`, `SECH`, `T.DIST`, `T.DIST.2T`, `T.DIST.RT`, `T.INV`, + `T.INV.2T`, `TDIST`, `TINV`, `XOR` functions * Exclude hidden rows from copy, autofill, formatting etc... -* Update active cell color -* Frozen pane now with shadow -* Translates for cell styles +* Update active cell color +* Frozen pane now with shadow +* Translates for cell styles * Search and replace by select * Option to hide solved comments -* Abitity to specify bullets and numbering for text in shape. +* Ability to specify bullets and numbering for text in shape. * Ability to specify columns for Text Areas * Ability to add the connectors for the shapes * Support `Shift+Delete`, `Ctrl+Insert` and `Shift+Insert` for cut/paste #### Presentation Editor + * Ability to connect shapes via lines * Ability to specify columns for Text Areas * Ability to create bullet and number lists in the shapes @@ -1134,57 +1248,70 @@ * Ability to download presentation as ODP #### Plugins + * New type for plugin window (without borders, shadows, buttons) #### Convertion + * Speedup for opening ooxml: windows 200%, linux 20% * Better converting from/to RTF * Better support of password protected ooxml, binary ms * Support of password protected ppt ### Fixes + #### Spreadsheet Editor + * Fix duplicate text after carriage return [DocumentServer#109](https://github.com/ONLYOFFICE/DocumentServer/issues/109) - ## 4.3.2 + ### New Features + #### Editors + * Full support of high-dpi monitors * Ability to set alternative text for shapes #### Document Editor + * Undo in Fast co-edit * Do not hide `All changes saved` in bottom toolbar * Adding and editing Footnotes * New languages for spellchecker (43 in total) #### Spreadsheet Editor + * Support `AVERAGEIFS`, `COUNTIFS`, `SUMIFS` formulas * Formulas refactoring and improvements * Totally new Cell Format window with more options * Sort options window while sorting ranges * Added direction of sort on filter buttons * Added filter condition at statistical information -* Added special paste feature +* Added special paste feature * Added support of surface chart * New cell borders styles (11 in total) #### Presentation Editor + * Undo in Fast co-edit #### Convertion + * Optimization and speed-up * Better support of all formats, including (but not limited to): ##### DOC + * Background page ##### XLS + * Data validation * Decryptor ##### ODF + * Global settings for documents * SVG refactor * Background page (image, pattern, gradient) @@ -1193,6 +1320,7 @@ * Support convert OLE objects (and other embedded) ##### RTF + * Generate replacement text hyperlink if absent * Office digital signatures * Extended drawings @@ -1200,23 +1328,27 @@ * Text in drawing shapes ### Fixes + #### Document Editor + * Fixed an issue with drag-n-drop a table inside a footnote (bug #33548) * Fixed an issue with crop of shape group (bug #33110) #### Spreadsheet Editor + * Fixed an issue with absolute reference when inserting a new row (ONLYOFFICE/DocumentServer#41) * Fixed an issue with onDocumentStateChange event (ONLYOFFICE/DocumentServer#88) * Fixed an issue with formulas translation (ONLYOFFICE/DesktopEditors#23) * Fixed an issue with password-protected xlsx (ONLYOFFICE/DesktopEditors#24) * Fixed an issue with non-breaking space (ONLYOFFICE/DesktopEditors#26) * Fixed an issue with AVERAGEA formula with text format -* Fixed an issue with broken workbook after list copy (bug #33588) +* Fixed an issue with broken workbook after list copy (bug #33588) * Fixed an issue with formula recalculation by F4 hotkey (bug #32901) * Fixed an issue with SUMIFS formula (bug #33602) * Fixed an issue with inserting image size (bug #33604) * Fixed an issue with zero values sparklines (bug #33612) -* Fixed an issue with changing number format while changing regional format (bug #31395) +* Fixed an issue with changing number format while changing regional format + (bug #31395) * Fixed an issue with replacing formula delimiters (bug #33608) * Fixed an issue with cell size while drag'n'drop (bug #33607) * Fixed an issue with cursor size in @2x (bug #33606) @@ -1225,19 +1357,24 @@ * Fix rendering 3d diagram in small area (bug #34632) * Fix change chart's range while applying preset - ## 4.2.2 + ### Fixes + #### All Editors + * Do not perform save if there is no changes to save * Fix a rare problem with saving file with specific type of Chart * Fix problems with copy-paste #### Document Editor -* Fix problem with losing changes while several users enter text at same time (bug #33726) + +* Fix problem with losing changes while several users enter text at same time + (bug #33726) * Fix bug with positioning of cursor after function InsertContent. #### Spreadsheet Editor + * Fix wrong order of elements in equations (bug #34029) * Fix entering symbols with diacritical sign (bug #33908) * Fix horizontal scroll by trackpad (bug #27197) @@ -1246,22 +1383,27 @@ * Fix `Match` formula return value in some cases (bug #33735) #### Presentation Editor + * Fix a problem with saving file with notes, copied from Document Editor * Fix a problem with saving file with chart, copied from Presentation Editor - ## 4.2.1 + ### New Features + #### All Editors + * Ability to set dash type for shapes * Better support of HiDPI systems #### Document Editor + * Ability to open and edit Footnotes * Ability to insert number of pages in document * Redone Version History. Ability to hide minor features. #### Spreadsheet Editor + * Add ability to insert Equations in Spreadsheet Editor * Ability to open and edit Sparklines * Add new formula `SUMIFS` @@ -1273,16 +1415,21 @@ * New algorithm for calculating cell height #### Presentation Editor + * Add ability to insert Equations in Presentation Editor ### Fixes + #### Document Editor + * Fix broken `Insert number of page` button * Fix problem with duplicate of last hieroglyph * Fix problem with changing chart type from 2D to 3D #### Spreadsheet Editor + * Fix problem with empty cell while changing sparklines #### x2t + * Improve compatibility with `doc` format