Compare commits

..

4 Commits

Author SHA1 Message Date
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
5 changed files with 62 additions and 14 deletions
+13 -11
View File
@@ -1,8 +1,6 @@
name: Update submodules
on:
workflow_dispatch:
on: workflow_dispatch
jobs:
@@ -10,16 +8,20 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive
token: ${{ secrets.PUSH_TOKEN }}
- name: Update submodules recursively
run: git submodule update --recursive --remote
run: |
git submodule update --init --recursive
git submodule update --recursive --remote
- 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: Update submodules
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
+46
View File
@@ -1,5 +1,51 @@
# Change log
## 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