Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a2b8fd723e | |||
| c590037cc7 | |||
| 6c8b6cde40 | |||
| a8ebd17801 | |||
| 800848062d | |||
| ab523d4c6c | |||
| dbf7a9fb39 |
@@ -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?**
|
|
||||||
@@ -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"
|
||||||
@@ -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
|
||||||
@@ -1,4 +1,42 @@
|
|||||||
# Change log
|
# 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
|
## 6.3.1
|
||||||
|
|
||||||
### New Features
|
### New Features
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
@@ -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.
|
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
|
## 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)
|
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
|
## 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
|
[2]: https://github.com/ONLYOFFICE/DocumentServer
|
||||||
[3]: http://stackoverflow.com/questions/tagged/onlyoffice
|
[3]: http://stackoverflow.com/questions/tagged/onlyoffice
|
||||||
|
|||||||
+1
-1
Submodule core updated: ddbb99414f...7f167d6cbf
+1
-1
Submodule desktop-apps updated: ad72b2dc37...18637d0dd4
+1
-1
Submodule desktop-sdk updated: 10f7b2285a...6a3b693305
+1
-1
Submodule dictionaries updated: 6303066772...60e492c377
+1
-1
Submodule sdkjs updated: 6cd4a65fe0...3f800a79a5
+1
-1
Submodule web-apps updated: d3d78c6981...a113f189f9
Reference in New Issue
Block a user