Compare commits

..

13 Commits

Author SHA1 Message Date
github-actions[bot] 992482690e Update submodules 2022-05-13 10:08:02 +00:00
maxkadushkin 0baafde86e Update CHANGELOG.md (#914) 2022-05-13 10:38:17 +03:00
github-actions[bot] 3b0edf5663 Update submodules 2022-04-05 15:18:00 +00:00
maxkadushkin 4330a3cc24 Update CHANGELOG.md (#881)
* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md
2022-04-04 20:16:57 +03:00
github-actions[bot] 841a61ebbb Update submodules 2022-04-04 12:03:02 +00:00
Semyon Bezrukov 24198da859 Fix update submodules action (#868)
* Fix update submodules action

* Small fix
2022-03-11 17:01:19 +03:00
papacarlo 3836d14c69 Update submodules 2022-03-04 10:27:00 +00:00
maxkadushkin 6198e35a77 Update CHANGELOG.md (#862)
* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md
2022-03-03 16:46:15 +03:00
papacarlo a62d56b575 Update submodules 2022-02-22 08:51:26 +00:00
Semyon Bezrukov 5e546060d5 Add append changelog github action (#854) 2022-02-22 11:33:56 +03:00
Semyon Bezrukov 3da7620477 Add update submodules github action (#853)
* Add update submodules github action

* Small fix
2022-02-22 11:31:38 +03:00
Alexander Trofimov 6821e6a602 Update version (#813) 2022-01-18 14:57:01 +03:00
papacarlo 653fde717a Update submodules 2022-01-18 07:40:00 +00:00
10 changed files with 200 additions and 7 deletions
+58
View File
@@ -0,0 +1,58 @@
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
@@ -0,0 +1,27 @@
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
+108
View File
@@ -1,5 +1,113 @@
# Change log
## 7.1.0
### New Features
#### All Editors
* Use system scaling option for screen on Windows 10 and later
* New menu for inserting shapes (with list of recent used)
* Ability to edit points of a selected shapes
* Ability to open new diagram types: Pyramid, Bar (Pyramid), vertical and horizontal cylinders, vertical and horizontal cones
* Ability to crop a selected image to shape
* Ability to see your file protection password when entering it
* Support for SmartArt objects without converting into a group of objects
* New UI language on Windows/Linux (Galego/Galician)
* New UI languages on macOS (Belarusian, Bulgarian, Catalan, Danish, Dutch, Finnish, Galego, Greek, Hungarian, Indonesian, Japanese, Korean, Latvian, Norwegian, Romanian, Slovene, Swedish, Turkish, Ukrainian, Vietnamese, Lao)
* Gradient fill icon shows the chosen colors
#### Document Editor
* Ability to convert PDF/XPS files into editable files
* New toolbar tab: View
* Ability to accept/reject changes from the context menu
* Ability to use special symbols when searching within documents
* Ability to add a period with a double-space
* Add Chinese/Japanese/Italian language to Watermark settings
* New viewer for PDF, XPS, DJVU files with major performance improvements All operations are performed on the client side.
* Ability to use the Page Thumbnails panel and to display the document's contents on the left sidebar for PDF files
* Support for external and internal links in PDF opening
* Ability to use Hand/Select tools in PDF viewer
* The Document Info section of the Data tab contains information about PDF, XPS, DJVU files
#### Spreadsheet Editor
* Using a built-in preview panel before printing out a spreadsheet
* New view settings: Combine sheet and status bars, Always show toolbar, Interface theme, Show frozen panes shadow
* New currencies as per ISO 4217 without needing to change the locale
* Using tips when working with formulas for tables
* Ability to set a text qualifier when importing text from TXT/CSV
* Support for XLSB files for opening
#### Presentation Editor
* New toolbar tabs: Animation, View
* Animations can be added to the presentation
* Ability to duplicate slides using the Add slide menu
* Ability to move a slide to beginning/end using a slide context menu
* Ability to add a period with double-space
#### Forms
* Ability to zoom a form
### Fixes
* All components received countless fixes
## 7.0.2
### Fixes
Fix the problem with locking files when opened from mounted network locations (Linux)
## 7.0.1
### New Features
#### All Editors
* Spelling language detection (Windows only)
#### Spreadsheet Editor
* `French (Switzerland)` regional setting (Bug #53978)
### Fixes
#### Document Editor
* Fix changes in text position (Bug #54485)
* Fix JS error while changing font in some files (Bug #55280)
* Fix the problem with calculating the position
of flow objects lying in a table cell (Bug #51933)
* Fix the problem with calculating the position of
a drawing object in the header (Bug #55398)
* Fix the problem with calculating header/footer.
Forbid to change the page number of a header
when calculation in progress (Bug #55403)
* Fix the problem with calculating the position
of a drawing lying in a table cell
with vertical alignment to the bottom or center (Bug #55406)
* Fix the problem with calculating page count stage (Bug #55458)
* Fix the problem with text position calculation for rotated table cells (Bug #54200)
* Fix `Shift + (` shortcut (Bug #55356)
#### Spreadsheet Editor
* Fix opening protected workbook in Excel (Bug #55027)
* Fix JS error while Find and Replace empty cell (Bug #54999)
* Fix compatibility of some files with Excel (Bug #54956)
#### Presentation Editor
* Fix shape position in slideshow mode (Bug #55068)
#### Forms
* Fix problem float characters limit (Bug #55410)
## 7.0.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-v6.4.2-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/badge/Release-v7.0.0-blue.svg?style=flat)
## Overview
+1 -1
Submodule core updated: 0c29e4d08e...c025475f8b
+1 -1
Submodule sdkjs updated: 9af7d085bf...8add64f77d