summaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorKatja Marttila <katja.marttila@qt.io>2019-01-04 11:25:34 +0200
committerKatja Marttila <katja.marttila@qt.io>2019-01-04 10:36:28 +0000
commit818c8ab9836c3e949e891e2266807dbd59c31906 (patch)
tree4b57d9aa35a1ff25836c62d52e4db80961ce315c /Changelog
parentda9e13b703ddd3b49031344c6be533e2029d0ef1 (diff)
Prepare 3.1 release
Change-Id: I544869f1fe344ca076e23dc7809dc14aecf6ea3d Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog19
1 files changed, 19 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 1f3600c11..83b683f39 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,22 @@
+3.1.0
+- Fix wizard's maximum size not to exceed screen maximum size (QTIFW-1227)
+- Allow maintenancetool signing in Windows (QTIFW-667)
+- Enable usage of categorized repositories (QTIFW-1147)
+- Add possibility to check/uncheck repositories with one button click (QTIFW-1132)
+- Update danish (da) translation for Qt installer-framework
+- Add attribute to mark parts of install tree unstable (QTIFW-930)
+ -> Setting AllowUnstablecomponents to true in config.xml will
+ * allow installing other components when there are errors in scripts
+ * allow installing other components when there are missing dependencies
+ * allow installing other components when there are sha mismatches in metadata
+ * will mark the 'broken' components uninstallable in treeview
+- Add findFiles method (QTIFW-1094)
+- Enable expanding items by default
+- Add support dash (-) symbol in component name (QTIFW-948)
+- Allow comparing non-numeric versions (QTIFW-948)
+- Add Component::addAutoDependOn method
+- Teach 'binarycreator' and 'repogen' to repack packages from repository (QTIFW-925)
+
3.0.6
- Remove 'Your install seems to be corrupted' messagebox (QTIFW-1003)
- Register virtual component for uninstall (QTIFW-1102)