DocumentServer/CHANGELOG.md

140 lines
3.5 KiB
Markdown
Raw Normal View History

2016-08-04 09:40:21 +00:00
# Change log
2016-12-19 09:52:08 +00:00
## 4.2.3
### Fixes
#### Spreadsheet Editor
* Fix using formulas with references on other sheets
#### Presentation Editor
* Fix timeout error while printing some pptx files.
#### Document Convert
* Fix problem with convert to pdf converted only first page
#### Licensing
* Without license file chat and comments buttons are unavailable. Also
edit customer information and logo image at header of editors is not supported.
## 4.2.2
### Fixes
#### Presentation Editor
* Fix problem with opening password-protected presentations
2016-12-05 15:59:00 +00:00
## 4.2.1
### Fixes
#### Document Editor
* Fix broken `Insert number of page` button
* Fix problem with duplicate of last hieroglyph
* Fix problem with changing chart type from 2D to 3D (bug #33284)
#### Spreadsheet Editor
* JS Error while adding chart in IE and Edge (bug #33597)
* Fix problem with empty cell while changing sparklines (bug #33598)
#### x2t
* Improve compatibility with `doc` format
2016-11-06 11:04:50 +00:00
## 4.2.0
### New Features
#### All Editors
2016-11-06 11:04:50 +00:00
* Ability to set dash type for shapes
* Redesigned embedded viewers
* Better support of HiDPI systems
2016-12-06 14:05:33 +00:00
* Update bootstrap to 3.3.7
2016-11-06 11:04:50 +00:00
#### Document Editor
2016-11-06 11:04:50 +00:00
* Ability to set `Fit to Page` and `Fit to Width` as default zoom value
* Ability to open and edit Footnotes
2016-12-05 15:59:00 +00:00
* Ability to insert number of pages in document
2016-11-06 11:04:50 +00:00
* Redone Version History. Ability to hide minor features.
#### Spreadsheet Editor
2016-11-06 11:04:50 +00:00
* Add ability to insert Equations in Spreadsheet Editor
2016-12-06 14:05:33 +00:00
* Ability to open and edit Sparklines
2016-11-06 11:04:50 +00:00
* Add new formula `SUMIFS`
* Ability to select data from drop-down menu in context menu
* Add multiselect support
* Add rotation of 3D Charts
* Update and improve visual styles for all chart types
* Bring back `Freeze Panes` in `View Settings` menu
* New algorithm for calculating cell height
#### Presentation Editor
2016-11-06 11:04:50 +00:00
* Ability to set `Fit to Width` as default zoom value
* Add ability to insert Equations in Presentation Editor
#### Back-end
2016-11-06 11:04:50 +00:00
* Update `nodejs` from 4.2.0 to current LTS release: 6.9.1
### Fixes
#### Spreadsheet Editor
2016-11-06 11:04:50 +00:00
* Fixed issue [#63](https://github.com/ONLYOFFICE/DocumentServer/issues/63)
#### x2t
2016-11-06 11:04:50 +00:00
* Fixed issue [#55](https://github.com/ONLYOFFICE/DocumentServer/issues/55)
2016-10-31 14:47:56 +00:00
## 4.1.8
### Fixes
#### License
* Minor fix for better license compatibility with 'Hide Menu' functionality
2016-10-28 08:31:57 +00:00
## 4.1.7
### Fixes
#### Editors
* Fix JS error on opening document in IE 9 and IE 10
2016-10-24 09:06:57 +00:00
## 4.1.6
### New features
#### Editors
* Add ability to hide menu bars in Editors via config
2016-10-13 11:45:21 +00:00
## 4.1.5
### Fixes
#### Editors
* Fix copy-paste on macOS Sierra
#### Plugins
* Fix image load and OLE problems
* Viewers do not show plugins any more
2016-10-05 11:18:35 +00:00
## 4.1.4
### Fixes
#### Back-end
* ipfilter can use dns to lookup
## 4.1.3
### New features
#### Plugins
* Sample plugins are enabled by default
2016-09-22 09:30:27 +00:00
## 4.1.2
2016-08-27 06:55:00 +00:00
### New features
#### Back-end
* Use PostgreSQL instead of MySQL on back-end
* Ability to filter users using ipfilter
#### Editors
* Whole-new code handling text input. Better support of languages using hieroglyphs
* Whole-new copy-paste with better compatible with external sources
### Changes
* Improvements in opening of all supported formats
### Fixes
* A lot small bugfixes in all modules of product
2016-08-04 14:08:23 +00:00
## 4.0.3
### Changes
* Ability to use full-toolbar mode in editors with standard license.<br>
Previously users of standard license are forced to use only compact toolbar.
2016-08-04 09:40:21 +00:00
## 4.0.2
### Fixes
#### Spreadsheet Editor
* Fix losing comments on second or further worksheet (bug #32895)
* Fix losing empty values of data with format different of General in autofilter (bug #32805)
#### document-server-integration
* Minor fixes