DocumentServer/CHANGELOG.md
2017-03-10 12:58:47 +03:00

5.5 KiB

Change log

4.2.11

New features

Editors

  • Add ability to hide about and left toolbar at all (only for licensed users)

Fixes

Back-end

  • Fix jwt token without 'permissions' field breaks downloadAs

4.2.10

Fixes

Embedded viewers

  • Fix default position top for toolbar

Licensing

  • Without license file chat and comments buttons are available.

Back-end

  • Fix problem with jwt access tokens

4.2.9

New Features

Spreadsheet Editor

  • Polish languages for formulas

Fixes

Spreadsheet Editor

  • Fix wrong order of elements in equations (bug #34029)

4.2.8

Fixes

Spreadsheet Editor

  • Fix entering symbols with diacritical sign (bug #33908)
  • Fix horizontal scroll by trackpad (bug #27197)

Plugins

  • Allow interface customization using plugins

Back-end

  • Minor fixes for logging and status codes

4.2.7

Fixes

All Editors

  • Do not perform save if there is no changes to save

Spreadsheet Editor

  • Fix assembling files with Ranges in rare cases

Document Convert

  • Fix convert xlsx to csv

Back-end

  • Fix compiling server, if PRODUCT_VERSION and BUILD_NUMBER variables are not defined

4.2.6

No public release

4.2.5

Fixes

All Editors

  • Fix a rare problem with saving file with specific type of Chart

Presentation Editor

  • Fix a problem with saving file with notes, copied from Document Editor
  • Fix a problem with saving file with chart, copied from Presentation Editor

Back-end

  • Fix closing connection until connection is fully opened

4.2.4

Fixes

Document Editor

  • Fix problem with losing changes while several users enter text at same time (bug #33726)
  • Fix bug with positioning of cursor after function InsertContent.

Spreadsheet Editor

  • Fix Match formula return value in some cases (bug #33735)

Desktop Editor

  • Fix problems with copy-paste

Back-end

  • Fix lost Asana-Math font in default installation, need for equations

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

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

4.2.0

New Features

All Editors

  • Ability to set dash type for shapes
  • Redesigned embedded viewers
  • Better support of HiDPI systems
  • Update bootstrap to 3.3.7

Document Editor

  • Ability to set Fit to Page and Fit to Width as default zoom value
  • Ability to open and edit Footnotes
  • Ability to insert number of pages in document
  • Redone Version History. Ability to hide minor features.

Spreadsheet Editor

  • Add ability to insert Equations in Spreadsheet Editor
  • Ability to open and edit Sparklines
  • 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

  • Ability to set Fit to Width as default zoom value
  • Add ability to insert Equations in Presentation Editor

Back-end

  • Update nodejs from 4.2.0 to current LTS release: 6.9.1

Fixes

Spreadsheet Editor

  • Fixed issue #63

x2t

  • Fixed issue #55

4.1.8

Fixes

License

  • Minor fix for better license compatibility with 'Hide Menu' functionality

4.1.7

Fixes

Editors

  • Fix JS error on opening document in IE 9 and IE 10

4.1.6

New features

Editors

  • Add ability to hide menu bars in Editors via config

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

4.1.4

Fixes

Back-end

  • ipfilter can use dns to lookup

4.1.3

New features

Plugins

  • Sample plugins are enabled by default

4.1.2

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

4.0.3

Changes

  • Ability to use full-toolbar mode in editors with standard license.
    Previously users of standard license are forced to use only compact toolbar.

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