Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9cf00ecc2b | |||
| a075a5cb15 | |||
| a9f9e1fbe7 | |||
| 0ef46d7f81 | |||
| 9bef2b1564 | |||
| a8f4ca350f | |||
| 691f48ad71 | |||
| 64a4c4713b | |||
| 431fec4c28 | |||
| b10f222002 | |||
| af581ec5b5 |
@@ -235,3 +235,8 @@ codecs
|
|||||||
SmartArt
|
SmartArt
|
||||||
Galego
|
Galego
|
||||||
Galician
|
Galician
|
||||||
|
msi
|
||||||
|
OXPS
|
||||||
|
VCRedist
|
||||||
|
Drag'n'Drop
|
||||||
|
rPrChange
|
||||||
|
|||||||
@@ -1,27 +1,24 @@
|
|||||||
name: check
|
name: Check
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'CHANGELOG.md'
|
- 'CHANGELOG.md'
|
||||||
- '.aspell.*.pws'
|
- '.aspell.*.pws'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
markdownlint:
|
markdownlint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: Use Node.js 12
|
- uses: DavidAnson/markdownlint-cli2-action@v9
|
||||||
uses: actions/setup-node@v1
|
|
||||||
with:
|
with:
|
||||||
node-version: 12
|
globs: 'CHANGELOG.md'
|
||||||
- name: Run markdownlint linter
|
|
||||||
run: |
|
|
||||||
npm install -g markdownlint-cli
|
|
||||||
markdownlint CHANGELOG.md
|
|
||||||
spellchecker:
|
spellchecker:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: Setup aspell
|
- name: Setup aspell
|
||||||
run: sudo apt-get -y update && sudo apt-get -y install aspell aspell-en
|
run: sudo apt-get -y update && sudo apt-get -y install aspell aspell-en
|
||||||
- name: Run spellchecker
|
- name: Run spellchecker
|
||||||
|
|||||||
@@ -0,0 +1,14 @@
|
|||||||
|
name: Publish to WinGet
|
||||||
|
on:
|
||||||
|
release:
|
||||||
|
types: [released]
|
||||||
|
jobs:
|
||||||
|
publish:
|
||||||
|
runs-on: windows-latest
|
||||||
|
steps:
|
||||||
|
- uses: vedantmgoyal2009/winget-releaser@v1
|
||||||
|
with:
|
||||||
|
identifier: ONLYOFFICE.DesktopEditors
|
||||||
|
installers-regex: '\.exe$'
|
||||||
|
token: ${{ secrets.WINGET_TOKEN }}
|
||||||
|
|
||||||
+160
-1
@@ -1,5 +1,164 @@
|
|||||||
# Change log
|
# Change log
|
||||||
|
|
||||||
|
## 7.3.0
|
||||||
|
|
||||||
|
### New Features
|
||||||
|
|
||||||
|
#### All Editors
|
||||||
|
|
||||||
|
* Unified appearance for tooltips (Windows, Linux)
|
||||||
|
* Window shadow effect (Windows only)
|
||||||
|
* Jump List (Tasks) for the application shortcut in the start menu and taskbar (Windows 7 and later)
|
||||||
|
* Abandoning the third-party update window and reworking the Check for updates automatically option (Windows 7 and later)
|
||||||
|
* Dialog windows (file manager and print) are replaced with the system ones (Linux only)
|
||||||
|
* Support for xdg-desktop-portal in the file dialog window (Linux only)
|
||||||
|
* Use the file name when printing to PDF by default (Linux only)
|
||||||
|
* Equation quick access panel
|
||||||
|
* 3D Rotation settings for 3D charts
|
||||||
|
* Display of chart error bars (for opening only)
|
||||||
|
* Inserting Smart Art objects
|
||||||
|
* Uzbek dictionaries for spell checking: `Uzbek (Cyrillic)` and `Uzbek (Latin)`
|
||||||
|
* Presets for inserting horizontal and vertical text boxes
|
||||||
|
* Ability to hide left and right panel on the `View` tab of the top toolbar
|
||||||
|
* Width of the styles / themes panel now fits the whole number of items
|
||||||
|
* Grouping for table templates
|
||||||
|
* Cell styles in the OLE object editor
|
||||||
|
* Ability to resize dialog windows for editing charts, OLE objects, and mail merge recipients
|
||||||
|
* Unified appearance for dialog windows, context menus, toolbar, etc.
|
||||||
|
* Optimizing display of comments
|
||||||
|
* Changed metafiles conversion to SVG
|
||||||
|
* Reading and writing PDF are combined in a single library to optimize work
|
||||||
|
* Quick print function (Windows, Linux)
|
||||||
|
* Changed default logic of work with local documents locked for editing (Windows, Linux)
|
||||||
|
|
||||||
|
#### Document Editor
|
||||||
|
|
||||||
|
* Support for entering equations in two modes (Unicode and LaTeX)
|
||||||
|
* Ability to protect a document by setting a restriction on editing
|
||||||
|
* Button for accessing to statistics in the status bar
|
||||||
|
* Support of relative links to local files
|
||||||
|
|
||||||
|
#### Spreadsheet Editor
|
||||||
|
|
||||||
|
* Watch Window
|
||||||
|
* Ability to select multiple items using Ctrl/Shift in the Watch Window
|
||||||
|
* Support for new functions: `TEXTBEFORE`, `TEXTAFTER`, `TEXTSPLIT`, `VSTACK`, `HSTACK`, `TOROW`, `TOCOL`, `WRAPROWS`, `WRAPCOLS`, `TAKE`, `DROP`, `CHOOSEROWS`, `CHOOSECOLS`
|
||||||
|
* Support for updating links to external files and the ability to create these links
|
||||||
|
* Ability to add a link between files within the portal using Paste Special
|
||||||
|
* Ability to insert data from the XML file (XML Spreadsheet 2003 is supported)
|
||||||
|
* Changed preview size for cell styles
|
||||||
|
* Support of relative links to local files
|
||||||
|
|
||||||
|
#### Presentation Editor
|
||||||
|
|
||||||
|
* Support for entering equations in two modes (Unicode and LaTeX)
|
||||||
|
* Guides and Gridlines settings in the `View` tab and the context menu
|
||||||
|
* Tooltips when moving guides and the ability to remove the selected guide
|
||||||
|
* Paste Special parameters for a slide
|
||||||
|
* Ability to save a shape (graphic object) as a picture in the context menu
|
||||||
|
|
||||||
|
#### Forms
|
||||||
|
|
||||||
|
* New fields: `Date and time`, `Zip Code`, `Credit Card`
|
||||||
|
* Managing roles: adding, editing, removing roles, assigning them to fields
|
||||||
|
* Ability to preview the `DOCXF` file from the point of view of each created role
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
* Fix the XSS vulnerability when creating a new style
|
||||||
|
* Changed the Signature Setup window
|
||||||
|
* New captions to fields
|
||||||
|
* Show sign date option is enabled by default when adding a signature
|
||||||
|
* Tip in the Instructions for signer field
|
||||||
|
* Fixed application path when installing MSI in non-English locales (DesktopEditors#1157)
|
||||||
|
* All editors received countless fixes
|
||||||
|
|
||||||
|
## 7.2.1
|
||||||
|
|
||||||
|
### New Features
|
||||||
|
|
||||||
|
* Add support for the `REGISTER_NONE` and `REGISTER_<file type>` parameters to
|
||||||
|
set associations during silent installation of msi package (Windows only).
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
#### All Editors
|
||||||
|
|
||||||
|
* Major improvements in the fonts render engine. Removal of `Alternative input` settings
|
||||||
|
* Fix opening the "Open Files" window (Bug #33107)
|
||||||
|
* Fix image loss when printing a file on Linux (Bug #59266)
|
||||||
|
* Fix image cropping when printing a file (Bug #59263)
|
||||||
|
* Fix the application crash when printing the PPTX file (Bug # 59354)
|
||||||
|
* Fix the application crash when printing the PDF file which contains a raster
|
||||||
|
image (Bug #59161)
|
||||||
|
* Fix printing images in the OXPS files (Bug #59226)
|
||||||
|
* Fix printing 3D charts (Bug #59187)
|
||||||
|
* Fix printing the current page of the XLSX file (Bug #59208)
|
||||||
|
* Fix proportions when printing on a sheet which does not coincide with
|
||||||
|
the original format (Bug #59223)
|
||||||
|
* Fix simultaneous opening of several application windows by shortcut (Bug # 36633)
|
||||||
|
* Fix updating data about the VCRedist 2013 package installation (Bug #58771)
|
||||||
|
* Fix switching to the correct tab when opening a file with Drag'n'Drop (Bug #59024)
|
||||||
|
* Fix image rotation when printing a file (Bug #59258)
|
||||||
|
* Fix closing a document which are opened in separate window using
|
||||||
|
the context menu (Bug #58347)
|
||||||
|
* Fix choosing a certificate when signing a document on Linux (Bug #59116)
|
||||||
|
* Bring the Contrast Dark theme name to a single view in the application
|
||||||
|
settings (Bug #58753)
|
||||||
|
* Fix the problem with the window focus when clicking on the document area (Bug #56672)
|
||||||
|
* Change the name of the system theme in the application settings from
|
||||||
|
System default to Same as system (Bug #59010)
|
||||||
|
|
||||||
|
#### Document Editor
|
||||||
|
|
||||||
|
* Fix numbering in Portuguese or Basque language (Bug #59091)
|
||||||
|
* Fix the problem with review types when splitting a paragraph (Bug #58512)
|
||||||
|
* Fix the problem with the special paste button (Bug #59149)
|
||||||
|
* Fix crash on opening docx (Bug #59212)
|
||||||
|
* Fix the problem with reading the `rPrChange` property and review such
|
||||||
|
files (Bug #59205)
|
||||||
|
* Fix scrolling in the co-edit view mode (Bug #57928)
|
||||||
|
* Fix the problem with performing the global undo (Bug #59270)
|
||||||
|
* Fix the problem with setting the bold property for text in the complex
|
||||||
|
script (Bug #59289)
|
||||||
|
* Fix the special paste position (Bug #59139)
|
||||||
|
* Fix saving a document in the Final / Original modes (Bug #59347)
|
||||||
|
* Fix the problem with updating content of a Ref field (Bug #58606, Bug #59278)
|
||||||
|
|
||||||
|
#### Spreadsheet Editor
|
||||||
|
|
||||||
|
* Fix hangup on opening the xlsx file (Bug #58112)
|
||||||
|
* Fix special paste via hotkeys (Bug #59148)
|
||||||
|
|
||||||
|
#### Presentation Editor
|
||||||
|
|
||||||
|
* Fix animations problems (Bug #59301)
|
||||||
|
* Fix opening the pptx file (Bug #59308)
|
||||||
|
|
||||||
|
#### PDF Viewer
|
||||||
|
|
||||||
|
* Fix search highlight (Bug #59069)
|
||||||
|
* Fix tooltip language for preview (Bug #59087)
|
||||||
|
|
||||||
|
#### Forms
|
||||||
|
|
||||||
|
* Implement saving text field formats to PDF (Bug #58901)
|
||||||
|
* Add a default form key when creating new forms
|
||||||
|
* Fix image track display (Bug #59120)
|
||||||
|
* Fix the problem with highlight of a fixed form (Bug #59105)
|
||||||
|
* Fix duplicating fixed forms when saving to PDF
|
||||||
|
* Fix saving a form field format (Bug #58901)
|
||||||
|
* Fix the problem with converting a complex field to a fixed form (Bug #59262)
|
||||||
|
* Fix field detection in selection (Bug #59278)
|
||||||
|
* Fix the problem with entering text to a form (Bug #59290)
|
||||||
|
* Fix the context menu for some forms files (Bug #59278)
|
||||||
|
* Fix the problem with working with complex fields and simple fields (Bug #59345)
|
||||||
|
* Fix keys list problems (Bug #59377)
|
||||||
|
* Fix the problem with canceling filling in the form on form blur (Bug #59373)
|
||||||
|
* Fix the problem with a key of complex forms (Bug #59374)
|
||||||
|
* Fix the complex form filling problem for forms with the same key (Bug #59375)
|
||||||
|
* Fix the problem with printing form borders filled with placeholders (Bug #59378)
|
||||||
|
|
||||||
## 7.2.0
|
## 7.2.0
|
||||||
|
|
||||||
### New Features
|
### New Features
|
||||||
@@ -62,7 +221,7 @@
|
|||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
|
||||||
* All components received countless fixes
|
* Various fixes and updates for all components
|
||||||
|
|
||||||
## 7.1.1
|
## 7.1.1
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,27 @@
|
|||||||
GNU AFFERO GENERAL PUBLIC LICENSE
|
(c) Copyright Ascensio System Limited 2010-2022
|
||||||
|
|
||||||
|
This program is freeware. You can redistribute it and/or modify it under the
|
||||||
|
terms of the GNU Affero General Public License (AGPL) version 3 as published by
|
||||||
|
the Free Software Foundation.
|
||||||
|
|
||||||
|
This program is distributed WITHOUT ANY WARRANTY; without even the implied
|
||||||
|
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For more
|
||||||
|
details, see GNU AGPL at http://www.gnu.org/licenses/agpl-3.0.html
|
||||||
|
|
||||||
|
You can contact Ascensio System SIA by email at sales@onlyoffice.com
|
||||||
|
|
||||||
|
The interactive user interfaces in modified source and object code versions of
|
||||||
|
ONLYOFFICE must display Appropriate Legal Notices, as required under Section 5
|
||||||
|
of the GNU AGPL version 3.
|
||||||
|
|
||||||
|
Pursuant to Section 7 § 3(b) of the GNU AGPL you must retain the original
|
||||||
|
ONLYOFFICE logo in the upper left corner of the user interface when
|
||||||
|
distributing the software.
|
||||||
|
|
||||||
|
Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark
|
||||||
|
law for use of our trademarks.
|
||||||
|
|
||||||
|
GNU AFFERO GENERAL PUBLIC LICENSE
|
||||||
Version 3, 19 November 2007
|
Version 3, 19 November 2007
|
||||||
|
|
||||||
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
[](https://www.gnu.org/licenses/agpl-3.0.en.html)
|
[](https://www.gnu.org/licenses/agpl-3.0.en.html)
|
||||||
 
|
 
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
|
|||||||
+1
-1
Submodule core updated: b0d0186dd4...fa85b389f2
+1
-1
Submodule desktop-apps updated: bf83ed9deb...046c288914
+1
-1
Submodule desktop-sdk updated: 603aea20df...6a249a79d5
+1
-1
Submodule sdkjs updated: 7feccff00b...90d25faf32
+1
-1
Submodule web-apps updated: 612d5d04e5...93c6c3b01c
Reference in New Issue
Block a user