Releases: oclero/qtupdater
Releases · oclero/qtupdater
v1.5.0
- Rename
lib
folder into src
, and src
subfolder into source
.
- Add CI jobs to build and test on Windows, Linux and MacOS.
- Follow redirects when downloading.
- Add CMake presets.
- Use CMake FetchContent instead of a Git Submodule for dependency QtUtils.
v1.4.1
- Update submodule QtUtils to v1.1.0
v1.4.0
- Make
installMode
and installerDestinationDir
properties instead of function args.
- Various fixes for Linux (compilation and tests).
v1.2.0
- Move
QWidget
to examples instead of core lib.
- The core lib doesn't depend on
Qt5::Widgets
anymore (useful for CLI or QtQuick apps).
v1.1.0
- Improve core API
- Fix some bugs
- Add controller and widget
- Add exemple for controller/widget usage.
- The lib nows depends on
QtWidgets
.
v1.0.12
- Update submodule QtUtils to v1.0.6
v1.0.11
- Update submodule
QtUtils
to v1.0.5
- Ensure the lib works on Linux.
v1.0.10
- Update submodule QtUtils to v1.0.4