We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa8f589 commit 9e773b3Copy full SHA for 9e773b3
CHANGELOG.md
@@ -1,6 +1,10 @@
1
Zurl Changelog
2
==============
3
4
+v. 1.12.0 (2023-10-23)
5
+
6
+ * Qt 6 compatibility.
7
8
v. 1.11.1 (2022-01-26)
9
10
* Fix crash due to incorrect use of curl.
src/app.cpp
@@ -50,7 +50,7 @@
50
#include "log.h"
51
#include "worker.h"
52
53
-#define VERSION "1.11.1"
+#define VERSION "1.12.0"
54
55
static void cleanStringList(QStringList *in)
56
{
0 commit comments