DocumentServer/CHANGELOG.md

52 lines
1.1 KiB
Markdown
Raw Normal View History

2016-08-04 09:40:21 +00:00
# Change log
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