Compare commits

..

16 Commits

Author SHA1 Message Date
Alexander Trofimov d52bafc110 Update README.md (#727) 2021-10-08 10:03:51 +03:00
Alexander Trofimov 80caedac90 Update README.md (#723)
Update version. 6.3->6.4
2021-10-04 11:25:55 +03:00
papacarlo 6472ec9460 Update submodules 2021-10-01 07:22:09 +00:00
maxkadushkin a2b8fd723e Update CHANGELOG.md (#720) 2021-09-30 20:53:34 +03:00
Svetlana Maleeva c590037cc7 Update README.md (#709) 2021-09-14 17:40:30 +03:00
Pavel Lobashov 6c8b6cde40 Remove auto-applied label in issue template (#685)
We use label as manual indication that our team is
asked all necessaries question and correctly labeled issue, so
we mark them manually in 100% cases
2021-07-26 16:58:21 +03:00
Nadya Knyazeva a8ebd17801 Update README.md (#675)
- add installation methods
2021-07-26 10:40:18 +03:00
K0RR 800848062d Issue forms. (#679)
* Issue forms
2021-07-26 10:31:48 +03:00
Alexander Trofimov ab523d4c6c Update README.md (#667) 2021-07-15 11:01:46 +03:00
papacarlo dbf7a9fb39 Update submodules 2021-06-28 12:40:32 +00:00
Alexey Golubev 310d5005f0 Update CHANGELOG.md (#641) 2021-06-28 11:34:01 +03:00
maxkadushkin fc18be8f33 Create CHANGELOG.md (#581) 2021-03-18 16:27:31 +03:00
papacarlo 52d328c9e7 Update submodules 2021-03-18 10:48:47 +00:00
maxkadushkin abf8527160 Update CHANGELOG.md (#580) 2021-03-18 13:02:33 +03:00
papacarlo 3553b74db1 Update submodules 2020-12-08 08:01:00 +00:00
maxkadushkin c9b2c1cec0 Update CHANGELOG.md (#518) 2020-12-08 10:09:11 +03:00
12 changed files with 250 additions and 18 deletions
-9
View File
@@ -1,9 +0,0 @@
**Do you want to request a *feature* or report a *bug*?**
**What is the current behavior?**
**If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.**
**What is the expected behavior?**
**Which versions of DesktopEditors, and which OS are affected by this issue? Did this work in previous versions of DesktopEditors?**
+65
View File
@@ -0,0 +1,65 @@
name: "Bug report"
description: "Use this template if you're running into issues with Windows, macOS, or Linux (native package) version."
body:
- type: checkboxes
id: unique
attributes:
label: "This issue is unique."
options:
- label: "I have used the [search tool](https://github.com/ONLYOFFICE/DesktopEditors/issues?q=) and did not find an issue describing my bug."
required: true
- type: dropdown
id: os
attributes:
label: Operating System
description: "If you know this bug occurs on multiple operating systems, select all you have tested."
multiple: true
options:
- Windows XP / Vista
- Windows 10 / 8.1 / 7
- macOS 10.11 x86
- macOS 10.12 or higher
- Linux (DEB package)
- Linux (RPM package)
validations:
required: true
- type: input
id: version
attributes:
label: "Version information"
description: "Please provide the exact version of the app you are using. If you don't know it, look at the 'About' tab in the ONLYOFFICE Desktop Editors. Before submitting an issue, ensure you are using the [latest version of the app](https://www.onlyoffice.com/en/download-desktop.aspx)."
placeholder: "Example: 6.3.1.56"
validations:
required: true
- type: textarea
id: expected
attributes:
label: "Expected Behavior"
description: "What did you expect to happen? Did this work in previous versions of DesktopEditors?"
placeholder: "Example: When the text color is set to white it should be white, regardless of the font size."
validations:
required: true
- type: textarea
id: actual
attributes:
label: "Actual Behavior"
description: "What did actually happen?"
placeholder: "Example: When the text size is 16 and the font color is set to white then the text is gray."
validations:
required: true
- type: textarea
id: repro-steps
attributes:
label: "Reproduction Steps"
description: "Provide information on how to reproduce this bug. Make sure your instructions are clear."
placeholder: |
Example:
1. Change font size to 16
2. Set font color to white
3. Observe as the text is not white
- type: textarea
id: additional
attributes:
label: "Additional information"
description: "If you have any screenshots, videos, or other information that you feel is necessary to explain the issue, feel free to attach them here."
placeholder: "Example: My screen resolution is 1920x1080p"
+11
View File
@@ -0,0 +1,11 @@
blank_issues_enabled: false
contact_links:
- name: Appimage package
url: https://github.com/ONLYOFFICE/appimage-desktopeditors/issues?q=
about: Everything about the appimage version goes here.
- name: Flatpak package
url: https://github.com/flathub/org.onlyoffice.desktopeditors/issues?q=
about: Everything about the flatpak version goes here.
- name: Snap package
url: https://github.com/ONLYOFFICE/snap-desktopeditors/issues?q=
about: Everything about the snap version goes here.
@@ -0,0 +1,14 @@
name: "Feature request"
description: "Use this form to suggest a feature."
body:
- type: checkboxes
attributes:
label: "This issue is unique."
options:
- label: "I have used the [search tool](https://github.com/ONLYOFFICE/DesktopEditors/issues?q=) and did not find an issue describing my idea."
required: true
- type: textarea
attributes:
label: Your idea.
validations:
required: true
+144
View File
@@ -1,5 +1,149 @@
# Change log
## 6.4.1
### New Features
* Major improvements in support of chart styles
* Ability to Resolve all comments
* Change list symbols render
* Add chart styles for users with visual impairment
* Add ability to use tab\shift+tab in some controls
* Ability to view unique user link count on info page
* 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`
* Data import from txt, csv
* Add setting for hyperlink auto-correction
* Freeze panes presets
* Setting for `show zeros` in cells
* Chain comments support
* 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
## 6.3.1
### New Features
* Added Seafile provider connection options
* Interface Themes support
* 150% interface scaling support (Windows, Linux)
* Spellchecker implemented as SharedWorker. No more back-end service for spellchecker
* Ability to add file to favorites (must be supported on DMS side)
* Password protection support
* New chart types (lines and scatter)
* 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
* Change List Level operation
* 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
* New date format "YYYY-MM-DD" (ISO 8601)
* Cell Indent setting in Table Right Sidebar
* Opening of Microsoft Office XML 2003 files
* Group and Ungroup operation for Pivot Tables
* 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
#### All Editors
* Ability to use Tab/Shift+Tab in some dialog windows
* Change color of loader to darker one
* Ability to setup font size 300pt (409pt for Spreadsheets)
* Implemented a new Document Server integration scheme
* Ability to protect documents, spreadsheets and presentations using a digital signature
#### Document Editor
* Ability to insert Table of Figures
#### Spreadsheet Editor
* Ability to insert slicers in pivot tables
* Data Validation settings
* Ability to cancel auto-expansion of tables
* Support of custom number format
* GROWTH, TREND, LOGEST, UNIQUE, RANDARRAY functions support
#### Presentation Editor
* Ability to setup auto-format as you type
* Buttons for increase-decrease font size
### Fixes
* All editors received countless fixes
## 6.1.0
### New Features
#### All Editors
* Complete redone html-based formats (`ePub`, `mht`, `html`)
* `fb2` format can be opened in viewer
* Redone gradient control and ability to set custom angle for gradient fill
* New icons in context menu
* Add support of AutoFormat as you type
* Apply button in File menu always visible
* Ability to copy comment from left sidebar
* Translate plugin uses Google Translate, instead of Yandex
#### Document Editor
* Ability to show line numbering
* Ability to add cross-reference
* Add support of endnotes
* Ability to edit AutoCorrect list
* Select Data button in Chart Editor
#### Spreadsheet Editor
* Ability to work with sheet view (available only for paid version)
* Support of editing data ranges in Chart
* Redone cell editor height change
* New cursor for column\row hover
* Ability to hide freeze pane shadow
* Pivot Table can be inserted from `Insert` tab
### Fixes
* All components received countless fixes
## 6.0.2
### Fixes
+10 -3
View File
@@ -1,5 +1,5 @@
[![License](https://img.shields.io/badge/License-GNU%20AGPL%20V3-green.svg?style=flat)](https://www.gnu.org/licenses/agpl-3.0.en.html)
![Platforms Windows | macOS | Linux](https://img.shields.io/badge/Platforms-Window%20%7C%20macOS%20%7C%20Linux-lightgrey.svg?style=flat)
![Platforms Windows | macOS | Linux](https://img.shields.io/badge/Platforms-Window%20%7C%20macOS%20%7C%20Linux-lightgrey.svg?style=flat) ![Release](https://img.shields.io/badge/Release-v6.4.1-blue.svg?style=flat)
## Overview
@@ -27,6 +27,13 @@ ONLYOFFICE Desktop Editors include the following editors:
The editors allow you to create, edit, save and export text, spreadsheet and presentation documents.
## Installation methods
* Deb, rpm, exe, dmg on the [official website](https://www.onlyoffice.com/download-desktop.aspx?utm_source=GitHub&utm_medium=social&utm_campaign=GitHubDesktop)
* Snap package. Get on [snapcraft.io](https://snapcraft.io/onlyoffice-desktopeditors) // See [source code](https://github.com/ONLYOFFICE/snap-desktopeditors)
* Flatpak. Get on [flathub.org](https://flathub.org/apps/details/org.onlyoffice.desktopeditors) // See [source code](https://github.com/flathub/org.onlyoffice.desktopeditors)
* AppImage. Get on [AppImageHub](https://appimage.github.io/ONLYOFFICE/) // See [source code](https://github.com/ONLYOFFICE/appimage-desktopeditors)
## Project Information
Official website: [https://www.onlyoffice.com/apps.aspx](https://www.onlyoffice.com/apps.aspx?utm_source=github&utm_medium=cpc&utm_campaign=GitHubDesktop)
@@ -35,8 +42,8 @@ Code repository: [https://github.com/ONLYOFFICE/DesktopEditors](https://github.c
## User Feedback and Support
If you have any problems with or questions about ONLYOFFICE Desktop Editors, please visit our official forum to find answers to your questions: [dev.onlyoffice.org][1] or you can ask and answer ONLYOFFICE development questions on [Stack Overflow][3].
If you have any problems with or questions about ONLYOFFICE Desktop Editors, please visit our official forum to find answers to your questions: [forum.onlyoffice.com][1] or you can ask and answer ONLYOFFICE development questions on [Stack Overflow][3].
[1]: http://dev.onlyoffice.org
[1]: https://forum.onlyoffice.com
[2]: https://github.com/ONLYOFFICE/DocumentServer
[3]: http://stackoverflow.com/questions/tagged/onlyoffice
+1 -1
Submodule core updated: 007f4ca09e...0c29e4d08e
+1 -1
Submodule sdkjs updated: 6df8cd8e34...603494dbbe