Release 1.1.4
This commit is contained in:
committed by
Brendan Le Glaunec
parent
097cbe3df3
commit
4dfe99064b
@@ -2,6 +2,21 @@
|
|||||||
|
|
||||||
This file lists all versions of the repository and precises all changes.
|
This file lists all versions of the repository and precises all changes.
|
||||||
|
|
||||||
|
## v1.1.4
|
||||||
|
|
||||||
|
#### Minor changes :
|
||||||
|
* Simplified use of Docker image
|
||||||
|
* Renamed MySQL table name to be more explicit
|
||||||
|
* Refactoring of the Golang functional tester done
|
||||||
|
* The output was made more human readable
|
||||||
|
* Added automatic code quality checks for pull requests
|
||||||
|
* Added contribution documentation
|
||||||
|
* Updated dictionaries to add user suggestions for Chinese cameras
|
||||||
|
* Enhanced `result.json` file's format
|
||||||
|
|
||||||
|
#### Bugfixes :
|
||||||
|
* Fixed a bug in the functional testing in which if the `result.json` file was not formatted correctly, the test failed but was still considered a success.
|
||||||
|
|
||||||
## v1.1.3
|
## v1.1.3
|
||||||
|
|
||||||
#### Minor changes :
|
#### Minor changes :
|
||||||
|
|||||||
+1
-1
@@ -21,7 +21,7 @@ project (${PROJECT_NAME})
|
|||||||
|
|
||||||
set (${PROJECT_NAME}_VERSION_MAJOR 1)
|
set (${PROJECT_NAME}_VERSION_MAJOR 1)
|
||||||
set (${PROJECT_NAME}_VERSION_MINOR 1)
|
set (${PROJECT_NAME}_VERSION_MINOR 1)
|
||||||
set (${PROJECT_NAME}_VERSION_PATCH 3)
|
set (${PROJECT_NAME}_VERSION_PATCH 4)
|
||||||
set (${PROJECT_NAME}_VERSION "${${PROJECT_NAME}_VERSION_MAJOR}.${${PROJECT_NAME}_VERSION_MINOR}.${${PROJECT_NAME}_VERSION_PATCH}${${PROJECT_NAME}_SUFFIX}")
|
set (${PROJECT_NAME}_VERSION "${${PROJECT_NAME}_VERSION_MAJOR}.${${PROJECT_NAME}_VERSION_MINOR}.${${PROJECT_NAME}_VERSION_PATCH}${${PROJECT_NAME}_SUFFIX}")
|
||||||
|
|
||||||
find_package(Git REQUIRED)
|
find_package(Git REQUIRED)
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user