Compare commits

..

6 Commits

Author SHA1 Message Date
papacarlo ec9b377f2f Update submodules 2026-02-25 13:15:42 +00:00
Alexey Golubev 898ecd8e6b Fix version number 2026-02-25 08:30:42 +00:00
Alexander Trofimov ce21e6e34e Restructure bug report template with separate architecture and package type fields
- Simplify Operating System dropdown to only Windows, macOS, and Linux
- Add new required Architecture field (x86_64, arm64)
- Add new required Package Type field (exe, msi, dmg, deb, rpm, flatpak, snap, appimage)
- Make Reproduction Steps field required
- Remove trailing whitespace from placeholder text
2026-01-29 14:29:51 +00:00
Alexey Golubev 066c36ca91 Update version 2026-01-19 09:14:08 +00:00
Roman Demidov 60faf367e5 Update winget action regex to include ARM64 (#20)
Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/DesktopEditors/pulls/20
Co-authored-by: Roman Demidov <roman.demidov@onlyoffice.com>
Co-committed-by: Roman Demidov <roman.demidov@onlyoffice.com>
2026-01-13 09:09:30 +00:00
Maxim Kadushkin f46fef1a6c Update CHANGELOG.md (#19)
Co-authored-by: Maxim Kadushkin <maxim.kadushkin@onlyoffice.com>
Co-committed-by: Maxim Kadushkin <maxim.kadushkin@onlyoffice.com>
2025-12-26 09:26:17 +00:00
10 changed files with 77 additions and 17 deletions
+2
View File
@@ -395,3 +395,5 @@ HWPML
MCP
checkboxes
websocket
textarea
RCE
+31 -7
View File
@@ -15,13 +15,35 @@ body:
description: "If you know this bug occurs on multiple operating systems, select all you have tested."
multiple: true
options:
- Windows x64
- Windows x86
- macOS (ARM)
- macOS (x86-64)
- Linux (DEB package)
- Linux (RPM package)
- other (specify in description)
- Windows
- macOS
- Linux
validations:
required: true
- type: dropdown
id: architecture
attributes:
label: Architecture
description: "Select the architecture of the package you are using."
options:
- x86_64
- arm64
validations:
required: true
- type: dropdown
id: package-type
attributes:
label: Package Type
description: "Select the package type you are using."
options:
- exe
- msi
- dmg
- deb
- rpm
- flatpak
- snap
- appimage
validations:
required: true
- type: input
@@ -58,6 +80,8 @@ body:
1. Change font size to 16
2. Set font color to white
3. Observe as the text is not white
validations:
required: true
- type: textarea
id: additional
attributes:
+1 -1
View File
@@ -10,6 +10,6 @@ jobs:
uses: vedantmgoyal9/winget-releaser@main
with:
identifier: ONLYOFFICE.DesktopEditors
installers-regex: '(x86|x64)\.(exe|msi)$'
installers-regex: '(x86|x64|arm64)\.exe$'
token: ${{ secrets.WINGET_TOKEN }}
+34
View File
@@ -1,5 +1,39 @@
# Change log
## 9.2.1
### Fixes
#### Document Editor
* Fixed word break in Korean
#### Spreadsheet Editor
* Fixed an issue with data overlap when transferring sheets between documents
via Move or Copy
#### PDF Editor
* Fixed an error when opening a PDF file
* Fixed an error when scrolling pages in a PDF file
* Fixed errors when copying, pasting, and undoing actions with the Find panel in
PDF Editing mode
* Fixed an error when deleting a page from a document while working with the Find
panel in PDF Editing mode
#### Security
* Fixed the XSS injection in the Color theme name using a custom Prepared exploit
* Fixed the XSS injection of JS code in the Font field for the Multilevel list
settings window
* Fixed a vulnerability in the textarea of the comment editing form
* Fixed the possibility of memory manipulation when converting XLS to XLSX,
which can lead
to information leakage
* Fixed issues with memory manipulation when converting XLS to XLSX, which can
lead to RCE
## 9.2.0
### New features
+1 -1
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-Windows%20%7C%20macOS%20%7C%20Linux-lightgrey.svg?style=flat) ![Release](https://img.shields.io/badge/Release-v8.3.0-blue.svg?style=flat)
![Platforms Windows | macOS | Linux](https://img.shields.io/badge/Platforms-Windows%20%7C%20macOS%20%7C%20Linux-lightgrey.svg?style=flat) [![Release](https://img.shields.io/github/v/tag/ONLYOFFICE/DesktopEditors?sort=semver&style=flat&label=Release&color=blue)](https://github.com/ONLYOFFICE/DesktopEditors/tags)
## Welcome to the ONLYOFFICE Desktop Editors repo!
+1 -1
Submodule core updated: e936b0e4e7...d54f0326cd
+1 -1
Submodule sdkjs updated: 1e81e7e844...1b1c0fd7f8