Compare commits
30 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 007d5dd286 | |||
| 1073979d82 | |||
| c9bf5c1b11 | |||
| 316e57ea50 | |||
| b7465bb7b2 | |||
| 4287a084ed | |||
| 54afad1cdc | |||
| 3483987ecb | |||
| 0dc9dbc65f | |||
| 66e1042210 | |||
| af8c52151c | |||
| ca1e626735 | |||
| 3154f01969 | |||
| 4c969f27bd | |||
| afa12a7bb7 | |||
| 53658a18d8 | |||
| 1ad03d0731 | |||
| ae2ae42e84 | |||
| 7288b42613 | |||
| d2e8d0fb52 | |||
| 8cb8699cdf | |||
| 59b0cd879a | |||
| 82415ef6bb | |||
| 34b4349abe | |||
| d7b4dd3025 | |||
| f836f39e27 | |||
| 548b7175b4 | |||
| 46f20d0f0e | |||
| 191f20aab2 | |||
| 6c654e7e1a |
@@ -9,7 +9,9 @@ autocomplete
|
||||
AutoCorrect
|
||||
autocorrection
|
||||
autofill
|
||||
autofilling
|
||||
Autofilter
|
||||
AutoFilter
|
||||
autofilter
|
||||
autofilters
|
||||
Autofit
|
||||
@@ -262,6 +264,7 @@ CHOOSECOLS
|
||||
LaTeX
|
||||
Tooltips
|
||||
DOCXF
|
||||
docxf
|
||||
XSS
|
||||
autoshapes
|
||||
MHTML
|
||||
@@ -287,3 +290,83 @@ Autocompletion
|
||||
JWT
|
||||
editorType
|
||||
config
|
||||
Moodle
|
||||
VC
|
||||
Redist
|
||||
RTL
|
||||
Dropdown
|
||||
ar
|
||||
EXE
|
||||
LTR
|
||||
XP
|
||||
DBNum
|
||||
DatePicker
|
||||
PIVOTVIEW
|
||||
loadContent
|
||||
GlobalsSubstream
|
||||
UpdateXti
|
||||
ChartSheetSubstream
|
||||
recalc
|
||||
PowerShell
|
||||
sr
|
||||
Latn
|
||||
GETPIVOTDATA
|
||||
IMPORTRANGE
|
||||
jsdoc
|
||||
px
|
||||
onRequestEditRights
|
||||
fs
|
||||
folderPath
|
||||
PtgName
|
||||
PtgNameX
|
||||
PtgParen
|
||||
PtgRef
|
||||
PtgList
|
||||
PtgArea
|
||||
CDataStream
|
||||
ReadEmrTextBase
|
||||
RDP
|
||||
TextShaper
|
||||
autohyphenation
|
||||
AscWord
|
||||
NumPr
|
||||
sdt
|
||||
TextPr
|
||||
TextShaper
|
||||
XLSM
|
||||
UpdateDefineNames
|
||||
WorkBookStream
|
||||
WorkBookStream
|
||||
CPPTUserInfo
|
||||
LoadExternal
|
||||
CSvmFile
|
||||
commandSetPassword
|
||||
reconnection
|
||||
enabledirpage
|
||||
FormattedDiskPagePAPX
|
||||
SectionPropertiesMapping
|
||||
FormattedDiskPageCHPX
|
||||
XORCrypt
|
||||
ECMADecryptor
|
||||
DirTree
|
||||
findNextBorderPixel
|
||||
pixFewColorsOctcubeQuantMixed
|
||||
CheckBox
|
||||
trendlines
|
||||
TIF
|
||||
DocSpace
|
||||
IME
|
||||
strikethrough
|
||||
Sur
|
||||
customXml
|
||||
dataBinding
|
||||
HWP
|
||||
HWPX
|
||||
xml
|
||||
ItextSharp
|
||||
Esc
|
||||
Callout
|
||||
PPSX
|
||||
HTM
|
||||
NoHistory
|
||||
PPTT
|
||||
@@ -15,12 +15,13 @@ body:
|
||||
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
|
||||
- Windows x64
|
||||
- Windows x86
|
||||
- macOS (ARM)
|
||||
- macOS (x86-64)
|
||||
- Linux (DEB package)
|
||||
- Linux (RPM package)
|
||||
- other (specify in description)
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
|
||||
@@ -6,9 +6,10 @@ jobs:
|
||||
publish:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: vedantmgoyal2009/winget-releaser@v2
|
||||
- name: Publish to WinGet
|
||||
uses: vedantmgoyal9/winget-releaser@main
|
||||
with:
|
||||
identifier: ONLYOFFICE.DesktopEditors
|
||||
installers-regex: '\.exe$'
|
||||
installers-regex: '(x86|x64)\.(exe|msi)$'
|
||||
token: ${{ secrets.WINGET_TOKEN }}
|
||||
|
||||
|
||||
+1091
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,5 @@
|
||||
[](https://www.gnu.org/licenses/agpl-3.0.en.html)
|
||||
 
|
||||
 
|
||||
|
||||
## Overview
|
||||
|
||||
|
||||
+1
-1
Submodule core updated: e30abd06a2...fa65a546da
+1
-1
Submodule desktop-apps updated: b2216bf937...92e1051992
+1
-1
Submodule desktop-sdk updated: eae5661643...e9a5062c22
+1
-1
Submodule dictionaries updated: f9034d584e...25e1e985e4
+1
-1
Submodule sdkjs updated: 64fcd7ac2a...3377e3fd5c
+1
-1
Submodule web-apps updated: 07727fbd13...64a59dd53c
Reference in New Issue
Block a user