CQtDeployer/md/en/Changelog.md

485 lines
17 KiB
Markdown
Raw Normal View History

2021-06-11 11:45:43 +03:00
# Change log
2022-11-02 10:17:07 +03:00
## CQtDeployer v1.6.2265
### What's Changed
* Added sources into documentation by @EndrII in https://github.com/QuasarApp/CQtDeployer/pull/727
* Added article for building cqtdeployer on arm platforms by @EndrII in https://github.com/QuasarApp/CQtDeployer/pull/726
* Update zip submodule by @EndrII in https://github.com/QuasarApp/CQtDeployer/pull/730
* Added the qml files dialogs test by @EndrII in https://github.com/QuasarApp/CQtDeployer/pull/729
* Added the dynamic detection qt version and qt platform properties by @EndrII in https://github.com/QuasarApp/CQtDeployer/pull/733
* Fix warning: ``run qmake file! execve: Permission denied`` by @EndrII in https://github.com/QuasarApp/CQtDeployer/pull/732
## CQtDeployer 1.6.2227
2022-10-23 13:36:32 +03:00
### New features
- Move to Cmake build system
- Refactoring all project structure
- Improved QML parser
- Add support qt 6.4
- Added support (snap version) deploy apps that was buildet with Qt from system
### Fixes
- Fixed snap version of cqtdeployer
- Fixed deploy of windows apps
- Fixed documentation web city (added support of backend search engine)
### New options of the build
- **CQT_DEPLOYER_TESTS** "This option disables or enables tests of the CQtDeployer project. By Default enabled
- **CQT_DEPLOYER_TOOL** "This option disables or enables example app of the CQtDeployer project. By Default enabled
## CQtDeployer v1.5.4.17
### Bug fixes :
* Update qifw to 4.4 by @EndrII in #701
## CQtDeployer v1.5.4.16
### Bug fixes :
* Added support of the binarycreator option by @EndrII in #700
## CQtDeployer v1.5.4.15
### Bug fixes :
* Added support the QtShaderToolsModule by @EndrII in #697
## CQtDeployer v1.5.4.14
### Bug fixes :
* Fix qifw in cqtdeployer of the snap-store, by @EndrII in #693
* Fix deploy network module (Qt6) by @EndrII in #692
## CQtDeployer v1.5.4.13
### Bug fixes :
* Added new option for change archive format of qifw by @EndrII in #689
## CQtDeployer v1.5.4.12
### Bug fixes :
* Allow to deploy libstdc++ library by @EndrII in #684
* Added 'platform' option by @EndrII in #687
## CQtDeployer v1.5.4.11
### Bug fixes :
* Update qifw by @EndrII in #675
* Add a 'disable pe library' option by @EndrII in #678
* Add support for gcc4 by @EndrII in #679
* Add support search targets from the path by @EndrII in #683
## CQtDeployer v1.5.4.10
### Bug fixes :
* Simple bug fixes update CQtDeployer v1.5.4.10
## CQtDeployer v1.5.4.8
### Bug fixes :
* Little grammar fixes for Readme by @Kickoman in #666
* Arm build by @EndrII in #670
* Added support folders for the tr option by @EndrII in #673
## CQtDeployer v1.5.4.7
### Bug fixes :
* Fix windows shortcuts by @EndrII in #658
* Fix deploy icons by @EndrII in #660 and @EndrII in #662
* Add manual tests for icons option by @EndrII in #664
## CQtDeployer v1.5.4.3
### Bug fixes :
* Fix custom icons #659
## CQtDeployer v1.5.4.3
### Bug fixes :
Fix custom icons #659
2021-09-04 18:50:46 +03:00
## CQtDeployer 1.5.4
2021-09-04 18:51:43 +03:00
### New options
2021-09-04 18:50:46 +03:00
* qifConfig - Sets a custom path to the configure file of the qt ifw installer. By default it is qif/config/config.xml #653
* qifPackages - Sets a custom path to the packages directories. By default it is qif/packages #653
* qifResources - Sets a custom path to the resources files. By default this option is skipped #653
* debOut - Sets name of the output debian file. This option can be work with multiple packages
* zipOut - Sets name of the output zip arrhive. This option can be work with multiple packages
2021-09-04 18:51:43 +03:00
### Bug fixes :
2021-09-04 18:50:46 +03:00
* fixed crossdeploy linux -> windows #652
2021-07-29 11:06:37 +03:00
## CQtDeployer 1.5.3
2021-09-04 18:51:43 +03:00
### New options
2021-09-04 18:50:46 +03:00
2021-07-29 11:06:37 +03:00
* installDirDeb - Sets install target directory for debian package (by default it is /opt path) #640
* installDirQIFW - Sets install target directory for installers (by default it is /home path) #640
2021-09-04 18:51:43 +03:00
### Bug fixes
2021-09-04 18:50:46 +03:00
2021-07-29 11:06:37 +03:00
* Fix warning on installer fix #628
* Added support validation input options of the command line fix #421
* Added Error message for conflict between libDir and targetDir options #629
2021-06-15 18:04:29 +03:00
## CQtDeployer 1.5.2
### New parameters
* Added **qifOut** option for set name of the output installer
* Added **disableRunScript** option for disabling the generation of run script for selected targets
* Added **disableShortCut** option for disabling the generation of shortcut for selected targets
### Fixes
* Fix documentation
* Fix deploy openssl libraries
## CQtDeployer 1.5.1
### Fixes
* Fix deploy multi target Debian packages
* Fix deploy qt6 qml applications
2021-06-11 11:45:43 +03:00
Change log for all versions of the CQtDeployer.
2020-11-19 10:14:43 +03:00
2021-03-30 11:08:21 +03:00
## CQtDeployer 1.5.0
2021-05-21 12:14:31 +03:00
2021-03-30 11:08:21 +03:00
### New features
2021-05-21 12:14:31 +03:00
2021-03-30 11:08:21 +03:00
- Added new theme of qif installer "quasarDark".
- Added support of work with custom template for qif option.
2021-05-21 12:14:31 +03:00
- Added support of debian packages.
2021-03-30 11:08:21 +03:00
- Added support icons for targets. now the icon option work with targets but not packages.
- Added support of the control custom translation files.
- Added support the deploy nonexecutable data. (extraData option)
- Added envirement variables for deployed applications.
- Added support of the generate deb packages.
- Added support of the generate zip arrhives.
- Added support create a qif installer using custom template
- Added command of init default qif of deb template (getDefaulttemplate)
- Added support of import custom launch scripts
2021-05-21 12:14:31 +03:00
- Added support of md5 packages hashes
- Added support of Qt6.1
2021-03-30 11:08:21 +03:00
### Fixes
2021-05-21 12:14:31 +03:00
2021-03-30 11:08:21 +03:00
- Fixed stability for the deploySystem option on windows
- Fixed verbose log.
- Fixed general output log.
2021-05-21 12:14:31 +03:00
- Fixed typo errors in log.
2021-03-30 11:08:21 +03:00
- Fixed crossdeploy of the arm distributions.
2021-05-21 12:14:31 +03:00
- Fixed deploy Qt6 qml
- Fixed powershell commands on Windows
2021-03-30 11:08:21 +03:00
- bug fixes and improvements.
### New Envirement Variables
2021-05-21 12:14:31 +03:00
2021-03-30 11:08:21 +03:00
- CQT_RUN_FILE - This variable contains path to the run script of the using application.
- CQT_PKG_ROOT - This variable contains path to root of the current package.
### New parameters
2021-05-21 12:14:31 +03:00
2021-03-30 11:08:21 +03:00
- zip - create a ZIP archive for deployable programs
- deb - Create the deb package for deployment programm
- homepage - Sets the homepage url for a package
- noQt - Ignors the error of initialize of a qmake. Use only if your application does not use the qt framework
- allowEmptyPackages - Allows configure the empty packages.
- getDefaultTemplate - Extracts defaults deb or qif templates.
- tr - Adds qm files into the translations folder.
- extraData - Adds the extra files or directories like a target. The selected directory will be copy to the extraDataOut location with save own structure.
- extraDataOut - Sets path to extra data files out directory.
- prefix - Sets the prefix for the package relatively a target directory
- homePage - Sets the homepage url for a package
2021-04-20 14:19:05 +03:00
- binPrefix - Sets prefix for bin option.
2021-05-21 12:14:31 +03:00
- noHashSum - Disables campute hashes of packages
2021-03-30 11:08:21 +03:00
### Deprecated and removed options
2021-05-21 12:14:31 +03:00
2021-03-30 11:08:21 +03:00
- deploySystem-with-libc - instead of this option use the deploySystem option.
- allQmlDependes - instead of this option use the qmlDir option.
2020-11-19 10:14:43 +03:00
## CQtDeployer 1.5.0 Alpha
2021-05-21 12:14:31 +03:00
2020-11-19 10:14:43 +03:00
### Corrections
2021-05-21 12:14:31 +03:00
2020-11-19 10:14:43 +03:00
- bug fixes and improvements.
### New Features
2021-05-21 12:14:31 +03:00
2020-11-19 10:14:43 +03:00
- Added a new Theme for qif installer "quasarDark".
### New options
2021-05-21 12:14:31 +03:00
2020-11-19 10:14:43 +03:00
- zip - create the ZIP arhive for deployement programm
## CQtDeployer 1.4.7
2021-05-21 12:14:31 +03:00
2020-11-19 10:14:43 +03:00
### Corrections
2021-05-21 12:14:31 +03:00
2020-11-19 10:14:43 +03:00
- Fixed deploy the qxcb plugin. #438
- Fixed deploy the qtGui module. #446
### New Features
2021-05-21 12:14:31 +03:00
2020-11-19 10:14:43 +03:00
- Added support of Qt6 #437
- Added support of Qt installer Framework 4 (with improved command line interface experience) #436
## CQtDeployer 1.4.6
2021-05-21 12:14:31 +03:00
2020-11-19 10:14:43 +03:00
### Corrections
2021-05-21 12:14:31 +03:00
2020-11-19 10:14:43 +03:00
- Fixed deploy sql drivers #367
- Fixed algorithm of deploy libraryes. #423 #371
- Fixed working with a qt from the linux system repository. (classic instaler only) #422
- Fixed snap version of cqtdeployer, added support for qmake search by RPATH #424 #420
- Fixed help message.
- Minor bug fixes and improvements.
- Removed deprecated option extractPlugins. #371
### New options
2021-05-21 12:14:31 +03:00
2020-11-19 10:14:43 +03:00
- noQt - Ignore the error of initialize of a qmake. Use only if your application does not use the qt framework.
## CQtDeployer 1.4.5
2021-05-21 12:14:31 +03:00
2020-11-19 10:14:43 +03:00
### Corrections
2021-05-21 12:14:31 +03:00
2020-11-19 10:14:43 +03:00
- Optimized project deployment performance. 60% faster.
- Optimized output size of distributions. Size reduced by 25%.
- Fixed display of shortcuts after installing deployed applications.
2021-05-25 11:30:50 +03:00
- Fixed launching applications with spaces in the name. Thanks ahndee (#384)
2020-11-19 10:14:43 +03:00
- Fixed deployment of the Renderer plugin.
- Minor bug fixes and improvements.
### New Features
2021-05-21 12:14:31 +03:00
2020-11-19 10:14:43 +03:00
- Added a new deployment plugin management system.
### New options
- extraPlugin - sets an additional path to third-party application plug-in
- enablePlugins - enables additional plugins for distribution.
- disablePlugins - disables plugins for distribution.
## CQtDeployer 1.4.4
### New options
- qifFromSystem - force use system binarycreator tool of qif from path or qt.
## CQtDeployer 1.4.3
### Fixes
- Fixed display of the application downloaded from the snap store and installers in the ubuntu 20.04 application settings menu
### New features
- added support recursive ignore for ignoreEnvirement #356
### New options
- noRecursiveiIgnoreEnv - Disables recursive ignore for ignoreEnv option.
## CQtDeployer 1.4.2
### Fixes
- fixed #337 (error generate installer with custom name)
- fixed #338 (windows version collect pdb files)
- fixed #339 (error of show all help messages)
- fixed #340 (cqdeployer don't added a targets dirs into "ignore")
- fixed #341 (The clear option don't delete old installer)
## CQtDeployer 1.4.1
### Fixes
- Fixed Not deploying platformthemes (#324)
- Fixed create shortcuts on windows (#322)
- Minor improvements and fixes
## CQtDeployer 1.4.0
### Fixes
- Fixed The help output in the console, now the actual size of the console is recounted before the output, which allows you to correctly transfer text.
- Fixed work with the deployment of Qt plugins. Now plug-ins do not extract all system dependencies, but only qt. Extract system dependencies caused applications to crash due to incompatible plugin libraries.
- Minor bug fixes and improvements.
### New features
- Added support for qmake search from the system environment.
- Added the ability to initialize the repository for further packaging, similar to git init.
- Added support for Qt Install Framework packages. Now you can pack the distribution into the installer.
- Added the ability to split the final distribution into several packages.
- Added the ability to unify the creation of packages for the final distribution.
- Added support for adding custom scripts to application launch scripts.
- Added support for extracting system dependencies for Windows.
- Added support for RPATH for Linux. Now cqtdeployer can independently determine the necessary qmake to deploy the application.
- Added support for finding the required dependency by library name.
- Added support for Qt libraries from Linux distributions repositories.
- Added new alias for the run command (cqt and cqtdeployer.cqt) for fast deploy of applications.
- Added support the native name of command for windows. Now you can run a cqtdeployer from cqtdeployer commnad in cmd and powershell.
### New options
- init - will initialize cqtdeployer.json file (configuration file). For example: "cqtdeployer init" - to initialize the configuration of a base package. "cqtdeployer -init multi" - to initialize the configuration of several packages.
- noCheckRPATH - disables the automatic search for paths to qmake in executable files (Linux only).
- noCheckPATH - disables the automatic search for paths to qmake in the system environment.
- extractPlugins - forces to extract all plug-in dependencies.
- qif - creates an installer at the end of the deployment.
- extraLibs - adds a template for an additional library, which should be included in the distribution.
- customScript - adds a custom script to the startup script of the application.
- -targetPackage [package; tar1, package; tar2] - used to form packages, denotes lists of target files for specific packages.
- recOut - indicates in which folder the resources will be added after deployment.
- name - sets the name of the package.
- description - sets the package description
- deployVersion - sets the package version
- releaseDate - sets the release date of the package.
- icon - sets the package icon.
- publisher - sets the publisher of the package.
- qifStyle - Sets the path to the CSS style file or sets the default style. Available styles: quasar
- qifBanner - Sets path to the banner png file.
- qifLogo - Sets path to the logo png file.
## CQtDeployer 1.3.2
- Fixed #218 (The CQtDeployer adding sh scripts for target libraries.)
- Fixed #217 (The Qmake option did not work with the configuration file.)
---
## CQtDeployer 1.3.1
- Fixed a task #191 (ignore command for plugins)
- Fixed a task #192 (invalid paths when creating)
2020-11-19 13:31:20 +03:00
- Fixed absalute pathes of deployement file (see [confFile](DeployConfigFile))
2020-11-19 10:14:43 +03:00
---
## CQtDeployer 1.3.0
- Added support of qt.conf for Linux
- Added support of config file for project (deploy.json) with all rules of deployment, for create deploy.json use flag -confFile [./path/to/file.json],
- Added support of output dirs for all deployement files #145,
- Added support of deploy WebEngine #146
- Added support multi package in cqtdeployer installer
- Renamed project from Console-QtDeployer to CQtDeployer #139
- Fixed deployment of system libs in linux #172
- Added new tests of application
- Removed flag noLibC and added flag deploySystem-with-libc. If you need libc in the program, use the deploySystem-with-libc flag, and if not, use deploySystem.
- The always-overwrite flag has been replaced with noOverwrite, now all files are overwritten by default, use noOverwrite to disable overwriting.
---
## CQtDeployer 1.2.3
- Added support of qt.conf for Windows builds #130
- Fixed bug #129 now the 'clear' flag remove only copied files.
- Fixed ignoreEnv flag
- Fixed deploySystem flag
---
## CQtDeployer 1.2.2
- Added new flag noLibc for ignore libc and li-linux libs
- Fixed bug #125 Deployed system lib (working with simple projects, for big projects no recommended)
- Fixed ignoreEnv flag
---
## CQtDeployer 1.2.1
- Added new ignore flag (ignoreEnv). This flag disables unnecessary environment
- Added support QIFW (online installer for windows and Other Linux distributives)
- Added support update for windows and Other Linux distributives (not snap)
- Fixed bug #116 (copy files from removable media)
- Fixed bug #115 (create target in folder with russean name)
- Fixed big size of msvc version
- FIxed crossdeploy Linux >> Windows
- Removeв old build scripts
---
## CQtDeployer 1.2.0
- Added own qml dependecies scaner.
- Moved to used a new [PE-Lib scaner](https://github.com/QuasarApp/pe-parse/tree/7138bb218a05c81d825728ba8a0a6f6a56c4fdbc).
- Moved to used a new [ELF-lib scaner](https://github.com/qt/qttools/blob/b0147a5d79ce7a7e77a24f36aaddfacb1a1517c8/src/shared/winutils/elfreader.h).
- Added a new unit tests.
- Added support of snap version (home dir only).
- Added new flag qmlExtern - for use qt qml import scaner.
- Added support a levels of verbose log (0-3).
- Fixed log of deploy app.
- Fixed deploy the app on snap version.
---
## CQtDeployer 1.1.2
- Added support of translations
- Added a flag for disable deploy translations
- Added the strip flag on linux version
- Added unit tests
- Fixed deploy with shared version
- Fixed bug deploy on current dir with snap and static versions
---
## CQtDeployer 1.1.1
- Fixed qml build in dinomisc version
- Fixed -recursiveDepth flag
- Fixed -libDir flag operation
- The output of the application has been cleaned, a part of the log has been moved to verbose
---
## CQtDeployer 1.1.0
- Added windows support (dynamic linking only)
- Added support for snap (now available in the snapstore)
- Added snap build scripts
- Added flag binDir allowing recursively to capture exe dll and so
- Changed the logic of the bin flag now, if you select a folder in the file location, then all its contents will be captured
- Changed and corrected the logic of the clear flag now it cleans all the expanded content on a specific target.
- Added flag targetDir which defines the place where the expanded project will lie
- The structure of the deployed project has been changed, now all the launch shells are in the root and the binaries are in the bin folder, a launch script of the same name is created for each binary.
- Removed old runScript flag due to change of deployment logic
- Added verbose flag for debugging by
- Fixed performance bugs
---
## CQtDeployer 1.0.2
- Added a script to build (dynamic and static release)
- Added flag -libDir to install additional path for additional libraries of the application
- Added flag -extraPlugin to install an additional path for additional application plugins
- Added build for C libraries only
- Fixed deployment
- Fixed startup script
- Fixed static build
---
## CQtDeployer 1.0.1
- fix qml deploy (redundancy)
- fix run script
---
## CQtDeployer 1.0.0
- Added a flag runScript
- Added a flag allQmlDependes
- Fixed bug of deploy qml
- Fixed bug of deploy plugins
- Added support static build