new: User interface localization.
In this version, user interface can be translated to different languages.
This update includes English, Russian and Korean translations, more languages are in development.
new: support for Zeos Library (a set of database components for MySQL, PostgreSQL, InterBase, Firebird, MS SQL, Sybase, Oracle and SQLite).
A new data provider component is available:
![Image](http://www.trichview.com/images/rw_components/rvzeosdsdataprovider.png)
"DS" in the name of the component means "DataSet". Internally, this data provider uses TZTable and TZQuery components. Probably, in future we implement a data provider that will use native Zeos API without dataset components.
A new demo project is available in ReportWorkshop\Demos\ZEOS\ folder, ReportEditor.
In DelphiUnicode folder, you can find a project for new versions of Delphi (from Delphi 2009 to 10.1 Berlin)
In DelphiOld folder, you can find a project for older versions of Delphi (Delphi 7 and 2007).
They are almost identical, but DelphiUnicode uses beautiful semitransparent toolbar images, while DelphiOld uses classic 16-color images.
new: space characters in names of fields, report variables and row generation rules.
You can use single quotes around names, for example
{'Quarterly Sales'}. If you need to add a single quote in name, duplicate it: {'men''s coats'}
Previous version
http://www.trichview.com/forums/viewtopic.php?t=7774