Update README.md

This commit is contained in:
fralx 2019-07-04 18:03:32 +03:00 committed by GitHub
parent 6ebac06b13
commit 33933a6a5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,11 @@
LimeReport v1.5.0 [![Build Status](https://api.travis-ci.org/fralx/LimeReport.svg?branch=master)](https://travis-ci.org/fralx/LimeReport)
# LimeReport v1.5.0
[![Build Status](https://api.travis-ci.org/fralx/LimeReport.svg?branch=master)](https://travis-ci.org/fralx/LimeReport)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/bc31412ea4814f30825b5ed3723e9a70)](https://app.codacy.com/app/fralx/LimeReport?utm_source=github.com&utm_medium=referral&utm_content=fralx/LimeReport&utm_campaign=Badge_Grade_Dashboard)
-----------
Official LimeReport web site [http://limereport.ru](http://limereport.ru)
-----------
# Features
## Features
* Multi-platform support
* Pure Qt4/Qt5 compatible code
@ -23,7 +24,7 @@ Official LimeReport web site [http://limereport.ru](http://limereport.ru)
* PDF output
# How to use it
## 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:
@ -41,9 +42,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.
@ -66,7 +67,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.
@ -77,21 +78,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(),
@ -110,7 +111,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
@ -126,7 +127,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.