From 7adf51dc444b6045d3ed70cbcbffc673bc6ea0d3 Mon Sep 17 00:00:00 2001 From: fralx Date: Thu, 4 Jul 2019 17:53:01 +0300 Subject: [PATCH] Update README.md --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 2fe6dbe..1117de4 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ LimeReport v1.5.0 [![Build Status](https://api.travis-ci.org/fralx/LimeReport Official LimeReport web site [http://limereport.ru](http://limereport.ru) ----------- -## Features +# Features * Multi-platform support * Pure Qt4/Qt5 compatible code * Embedded report designer @@ -23,9 +23,9 @@ Official LimeReport web site [http://limereport.ru](http://limereport.ru) * PDF output -## How to use it -1. Build limereport.pro. It will create a limereport shared library -2. In your project connect the limereport library then in source code add: +# How to use it +1. Build limereport.pro. It will create a limereport shared library +2. In your project connect the limereport library then in source code add: ```cpp #include "lrreportengine.h" to add report engine @@ -40,9 +40,9 @@ Official LimeReport web site [http://limereport.ru](http://limereport.ru) ``` For more samples see a demo -## Change log +# Change log -### 1.5.0 +## 1.5.0 1. Added the ability to use QJSEngine instead of deprecated QtScript. 2. Report designer has been improved. @@ -65,7 +65,7 @@ For more samples see a demo 19. Generation result editing mode has been improved. 20. And many others minor fixes and improvements. -### 1.4.7 +## 1.4.7 1. Multipage. 2. Dialogs. 3. Render events. @@ -76,21 +76,21 @@ For more samples see a demo 8. Editable report. 9. And many others minor fixes and improvements. -### 1.3.11 +## 1.3.11 1. LimeReport project structure has been changed. 2. Preview widget has been added. 3. New demo has been added. 4. Landscape page orientation has been fixed. 5. Other minor bugs has been fixed. -### 1.3.10 +## 1.3.10 1. Memory leak has been fixed. 2. Grid & Settings have been added. 3. Recent files menu has been added. 4. Magnet feature has been added. 5. Added ability to use variables in the connection settings. -### 1.3.9 +## 1.3.9 New functions: ```cpp QString::saveToString(), @@ -109,7 +109,7 @@ Performance has been improved From this version the item "Text" by default does not use HTML. To enable HTML support you need to use the property allowHTML -### 1.3.1 +## 1.3.1 Added: 1. Columns Some bands can be divided into columns @@ -125,7 +125,7 @@ Fixed: 1. Postgresql connection 2. The error that prevented normal run of more than one instance of LimeReport::ReportEngine -### 1.2.1 +## 1.2.1 1. Added buttons to open / hide sidebars; 2. Improved look-and-feel of report elements to clarify designing process; 3. Printing to PDF added.