Compare commits

..

9 Commits

Author SHA1 Message Date
papacarlo 372a4c09da Update submodules 2025-06-19 12:08:15 +00:00
Maxim Kadushkin 981fa8bbdd Update .aspell.en.pws 2025-06-16 23:04:34 +00:00
Maxim Kadushkin 0d7707caf8 Update CHANGELOG.md 2025-06-16 23:03:14 +00:00
Maxim Kadushkin c192cecf11 Update CHANGELOG.md 2025-06-16 22:56:32 +00:00
Maxim Kadushkin 1d73fad349 Update CHANGELOG.md 2025-06-16 22:55:08 +00:00
Alexander Trofimov 0390c661dd Delete .github/workflows/append-changelog.yml
Delete unused action
2025-05-14 10:49:03 +00:00
Alexander Trofimov fbd78b1fa4 Delete .github/workflows/update-submodules.yml
Delete unused action
2025-05-14 10:48:43 +00:00
Maxim Kadushkin 9a8063384e Update CHANGELOG.md 2025-05-12 12:16:23 +00:00
Maxim Kadushkin 79f018be5a Update CHANGELOG.md (#10)
Co-authored-by: Maxim Kadushkin <maxim.kadushkin@onlyoffice.com>
Co-committed-by: Maxim Kadushkin <maxim.kadushkin@onlyoffice.com>
2025-04-17 15:23:13 +00:00
10 changed files with 157 additions and 92 deletions
+6 -1
View File
@@ -369,4 +369,9 @@ Callout
PPSX
HTM
NoHistory
PPTT
PPTT
TextArt
autonumbering
ur
VSD
VSDX
-58
View File
@@ -1,58 +0,0 @@
name: Append changelog for new release
on:
workflow_dispatch:
inputs:
version:
description: 'Version'
required: true
jobs:
append-changelog:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Write changelog
run: |
cp -fv CHANGELOG.md CHANGELOG.md.bak
head -n2 CHANGELOG.md.bak > CHANGELOG.md
cat >> CHANGELOG.md << EOF
## ${{ github.event.inputs.version }}
### New Features
* TODO
#### Document Editors
* TODO
#### Spreadsheet Editor
* TODO
#### Presentation Editors
* TODO
### Fixes
* TODO
EOF
tail -n +3 CHANGELOG.md.bak >> CHANGELOG.md
rm -fv CHANGELOG.md.bak
- name: Commit & push changes
uses: EndBug/add-and-commit@v8
with:
author_name: github-actions[bot]
author_email: github-actions[bot]@users.noreply.github.com
message: Add template changelog for v${{ github.event.inputs.version }}
add: CHANGELOG.md
new_branch: feature/changelog-v${{ github.event.inputs.version }}
-27
View File
@@ -1,27 +0,0 @@
name: Update submodules
on: workflow_dispatch
jobs:
update-submodules:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
token: ${{ secrets.PUSH_TOKEN }}
- name: Update submodules recursively
run: |
git submodule update --init --recursive
git submodule update --recursive --remote
- name: Commit & push changes
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git add --all
git commit -m 'Update submodules' || echo 'No changes to commit'
git push
+145
View File
@@ -1,5 +1,150 @@
# Change log
## 9.0.0
### New features
#### All Editors
* Redesigned interface of the main application window
* Added new interface themes: Modern Light and Modern Dark
* Added saving of the last selected languages in spellcheck lists
* Added Arabic spellcheck dictionary used in sixteen dialects
* Added AI-powered macro generation from descriptions and VBA-to-JavaScript conversion
* Added the interface translation into Urdu (ur-PK, Urdu (Pakistan))
* Added support for TextArt text settings inside chart labels
* Added support for drawing the Up/Down Bars chart elements
* Merged local and cloud template lists into a unified view
* The list of templates is now processed on the client side, not on the server
* The installed system languages are now displayed at the top of
the text/document/dictionary list
* Added a contrast-reducing effect for control buttons in inactive windows
* Added the option to select a printer in the print preview menu
* The `Print using the system dialog` option has been added to the print
preview menu
* The ability to configure format associations for modern Windows OS in the EXE package
installation wizard has been unlocked
#### Document Editor
* Added correct display of previews for paragraph numbers for RTL
* Improved positioning and settings of TextArt for RTL
* Improved drawing of borders and fill for paragraphs with RTL direction
* Enabled accurate cursor navigation with arrow keys based on
the paragraph's text direction
* Added the ability to display numbers using Hindi digits
* Added a setting in the File menu for selecting the preferred font size: Western/Chinese
for the Chinese interface language (Chinese (Simplified))
* Added a Borders button to the Home toolbar to quickly set paragraph settings
* Added support for the `MD` format for reading
#### Spreadsheet Editor
* Added support for displaying bidirectional text
* Added the ability to select external data from another spreadsheet
#### Presentation Editor
* Added the ability to set the paragraph direction (Text Direction > RTL) on
the toolbar and in the advanced settings
* Added the ability to view animations with text
* Added the "Preserve" option to the Slide Master context menu
#### Forms
* Changed the appearance of the Signature and Image fields: the placeholder and
signature icon are now always displayed
* Improved user experience when filling in the Signature and Image fields
* Added a new "type": "signature" for the Signature field, used in the process
of filling out forms
#### PDF Editor
* Added the ability to set RTL direction for text
* The Edit Text option is available in the Community Edition build
* Implemented a `PDF` form editor
* Added copying pages between `PDF` files
#### Diagrams
* Release of the first version of the Diagram Viewer with the ability to open
`VSD` and `VSDX` files for viewing
#### Convert
* Added conversion of the `XLSB` format to the editor's internal format,
allowing editing and saving in `XLSX` without preliminary conversion
## 8.3.3
### Fixes
#### All Editors
* Fixed an error that occurred when opening files on x86 packages under Windows
#### Document Editor
* Fixed calculation for an RTL paragraph
* Fixed the display of the Bullets / Numbering / Multilevel style thumbnails for
an RTL paragraph
* Fixed the display of numbered lists (bullets) for an RTL paragraph
* Fixed the display of the date for Arabic in the Formats list of
the "Date & time" window
* Replaced Latin commas with Arabic ones when using Arabic format in the
"Date & time" window
* Fixed an issue with calculating position for an empty RTL template
* Fixed changing the Wrapping Style value when applying Merge shapes / Arrange >
Group
* Enabled standard ligatures for Arabic text writing
* Fixed the display of Borders and Fill when rendering an RTL paragraph
* Fixed incorrect work when comparing files at the word level, where a word and
a paragraph
mark were deleted
* Fixed adding TextArt for a paragraph with RTL direction
* Fixed autonumbering for Indian numbers added via Unicode (U+0660 - U+0669)
* Fixed the ability to select a numbered list deleted in the review mode
* Fixed the display of words with tabulation according to the main direction of
the text
* Fixed calculation of the non-printing tab stop character position and correct
work with
the tab stop marker on the horizontal ruler for an RTL paragraph
* Fixed an issue with the cursor placement in Arabic text for a paragraph with LTR
direction
* Fixed incorrect display of French quotes « » (U+00AB and U+00BB ) for RTL text
* Fixed calculation of the tab stop position in some edge situations
* Fixed an issue with calculating the right edge for a paragraph with fill and border
#### Spreadsheet Editor
* Fixed stopping work of the editor when entering some formulas with circular references
* Fixed deleting a sheet when dragging it to another one in the Fast co-editing mode
* Fixed crash when opening a document created in the previous version of the application
* Fixed hanging of the editor when calculating some functions that work with an array
#### Presentation Editor
* Fixed stopping work of the editor when opening the numbered list panel
* Fixed an error when saving/opening the `PPTX` file with animation applied to several
Lines objects
* Fixed an issue with maintaining direction for RTL text when opening some `PPT`
files
* Fixed generating unique Shape name identifier for the Lines objects
* Fixed incorrect translations of tools in the Draw menu of the Presenter View window
#### PDF Editor
* Fixed an error when opening some `PDF` files containing fields to fill in
* Fixed the position of drawing the selection in a text comment for some `PDF` files
* Fixed the ability to change the stamp size in `PDF` files
#### Convert
* Fixed stopping work of the editor when converting some `PPTX` files to image formats
* Fixed crash when converting some `XLSX` files to `XLSB`
* Restored compatibility with third-party editors after converting some `XLSX` files
to `XLSB` via binary format
## 8.3.2
### Fixes
+1 -1
Submodule core updated: fa65a546da...74b21f5b4c
+1 -1
Submodule sdkjs updated: 3377e3fd5c...402d39a0f8