New upstream version 1.6.3+ds0
authorIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Mon, 29 Aug 2022 07:24:15 +0000 (09:24 +0200)
committerIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Mon, 29 Aug 2022 07:24:15 +0000 (09:24 +0200)
CMakeLists.txt
docs/changelog.yml
linux/org.jacktrip.JackTrip.desktop.in
releases/edge/mac-manifests.json
releases/edge/win-manifests.json
releases/stable/mac-manifests.json
releases/stable/win-manifests.json
src/jacktrip_globals.h
src/main.cpp

index 8673486e972e741ac2f59f88451c03f1a43caaca..5cb1697ad97cfd1608c46957486fce21e037030a 100644 (file)
@@ -147,6 +147,8 @@ if (NOT nogui)
       src/gui/vsUrlHandler.cpp
       src/gui/vsWebSocket.cpp
       src/gui/qjacktrip.qrc
+      # Need to include this for AUTOMOC to do its thing
+      src/JTApplication.h
     )
   else ()
     set (qjacktrip_SRC ${qjacktrip_SRC} src/gui/qjacktrip_novs.qrc)
index 4a83d87b176a421240c421c90234e6afc2a2ed9a..fd026c3863e7b896093136a237fded0236e40715 100644 (file)
@@ -1,3 +1,9 @@
+- Version: "1.6.3"
+  Date: 2022-08-23
+  Description:
+  - (fixed) Segfault when creating a hub server via cmd line
+  - (fixed) Linux desktop file is no longer invalid
+  - (fixed) Command line arguments no longer print to console
 - Version: "1.6.2"
   Date: 2022-08-05
   Description:
index c34033c0d3d1befb212e6f9f96bd6b2361a5515e..620a3e63328fd8ffb464f32b2cb33dbe1257a2cd 100644 (file)
@@ -3,7 +3,7 @@ Type=Application
 Name=JackTrip@name_suffix@
 Comment=Network Music Performance over the Internet
 Comment[fr]=Performance de musique en réseau sur internet
-Exec=/bin/bash -c 'if [ -z "$1" ]; then jacktrip; else jacktrip --gui --deeplink $1; fi' /bin/bash %u
+Exec=/bin/bash -c "if [ -z ""\$"1" ]; then jacktrip; else jacktrip --gui --deeplink ""\$"1"; fi" /bin/bash %u
 Icon=@icon@
 Terminal=false
 StartupWMClass=@wmclass@
index 5fa65e2c50654427937c66c3d69ff472a599af68..7b26f5f5c5e01912a1a3583e59a728da0bfafd66 100644 (file)
@@ -1,6 +1,16 @@
 {
     "app_name": "JackTrip",
     "releases": [
+        {
+            "version": "1.6.2",
+            "changelog": "Ability to open app via URL schemes, displaying latency stats, and Virtual Studio device support. Learn more here: https://github.com/jacktrip/jacktrip/releases/tag/v1.6.2",
+            "download": {
+                "date": "2022-08-17T00:00:00Z",
+                "url": "https://github.com/jacktrip/jacktrip/releases/download/v1.6.2/JackTrip-v1.6.2-macOS-x64-installer.pkg",
+                "downloadSize": 11536442,
+                "sha256": "450222f4db1922275e07286d0be6ea2df2873a8a39c3b23096bcfbce342b7b3c"
+            }
+        },
         {
             "version": "1.6.2-rc.3",
             "changelog": "Ability to open app via URL schemes, displaying latency stats, and Virtual Studio device support. Learn more here: https://github.com/jacktrip/jacktrip/releases/tag/v1.6.2-rc3",
index 24718775113eec99f24fd05948892e5870e3cd29..6304bbb022863b3db9d55511ad0269f4ae3e78f2 100644 (file)
@@ -1,6 +1,16 @@
 {
     "app_name": "JackTrip",
     "releases": [
+        {
+            "version": "1.6.2",
+            "changelog": "Ability to open app via URL schemes, displaying latency stats, and Virtual Studio device support. Learn more here: https://github.com/jacktrip/jacktrip/releases/tag/v1.6.2",
+            "download": {
+                "date": "2022-08-17T00:00:00Z",
+                "url": "https://github.com/jacktrip/jacktrip/releases/download/v1.6.2/JackTrip-v1.6.2-Windows-x64-installer.msi",
+                "downloadSize": 43606016,
+                "sha256": "2bb06fe3624df447d56da0d72fef1f4328346fd92c6dffccf66ba37253ec5e62"
+            }
+        },
         {
             "version": "1.6.2-rc.3",
             "changelog": "Ability to open app via URL schemes, displaying latency stats, and Virtual Studio device support. Learn more here: https://github.com/jacktrip/jacktrip/releases/tag/v1.6.2-rc3",
index 2bcad7b929ac14cb568ac681c172de3abb10a433..c91d622bf43d07b827e3bb7867f55693e5712cbc 100644 (file)
@@ -1,6 +1,16 @@
 {
     "app_name": "JackTrip",
     "releases": [
+        {
+            "version": "1.6.2",
+            "changelog": "Ability to open app via URL schemes, displaying latency stats, and Virtual Studio device support. Learn more here: https://github.com/jacktrip/jacktrip/releases/tag/v1.6.2",
+            "download": {
+                "date": "2022-08-17T00:00:00Z",
+                "url": "https://github.com/jacktrip/jacktrip/releases/download/v1.6.2/JackTrip-v1.6.2-macOS-x64-installer.pkg",
+                "downloadSize": 11536442,
+                "sha256": "450222f4db1922275e07286d0be6ea2df2873a8a39c3b23096bcfbce342b7b3c"
+            }
+        },
         {
             "version": "1.6.1",
             "changelog": "Bugfixes around UDP timeout and 'Logging In' screen navigation. Learn more here: https://github.com/jacktrip/jacktrip/releases/tag/v1.6.1",
index 42b0d70ff7caa3381b85188b6e899c838a6b4a60..48486bbe7e956b9d683ec7073cf136bda833330e 100644 (file)
@@ -1,6 +1,16 @@
 {
     "app_name": "JackTrip",
     "releases": [
+        {
+            "version": "1.6.2",
+            "changelog": "Ability to open app via URL schemes, displaying latency stats, and Virtual Studio device support. Learn more here: https://github.com/jacktrip/jacktrip/releases/tag/v1.6.2",
+            "download": {
+                "date": "2022-08-17T00:00:00Z",
+                "url": "https://github.com/jacktrip/jacktrip/releases/download/v1.6.2/JackTrip-v1.6.2-Windows-x64-installer.msi",
+                "downloadSize": 43606016,
+                "sha256": "2bb06fe3624df447d56da0d72fef1f4328346fd92c6dffccf66ba37253ec5e62"
+            }
+        },
         {
             "version": "1.6.1",
             "changelog": "Bugfixes around UDP timeout and 'Logging In' screen navigation. Learn more here: https://github.com/jacktrip/jacktrip/releases/tag/v1.6.1",
index eb2796002a3e5f92de8ba027687c60dd656f09d3..f57e6ef806e4f6d4c91de08b5454b47e32f3f910 100644 (file)
@@ -40,7 +40,7 @@
 
 #include "AudioInterface.h"
 
-constexpr const char* const gVersion = "1.6.2";  ///< JackTrip version
+constexpr const char* const gVersion = "1.6.3";  ///< JackTrip version
 
 //*******************************************************************************
 /// \name Default Values
index 2c11e333b8aef3694d5b38c068958a379e854463..9b0cf482e11ebe43130b23df18a4db318db8bbff 100644 (file)
@@ -90,7 +90,6 @@ QCoreApplication* createApplication(int& argc, char* argv[])
     // Check for some specific, GUI related command line options.
     bool forceGui = false;
     for (int i = 1; i < argc; i++) {
-        std::cout << argv[i] << std::endl;
         if (strcmp(argv[i], "--gui") == 0) {
             forceGui = true;
         } else if (strcmp(argv[i], "--test-gui") == 0) {
@@ -507,7 +506,6 @@ int main(int argc, char* argv[])
 #endif  // NO_GUI
         // Otherwise use the non-GUI version, and parse our command line.
         QLoggingCategory::setFilterRules(QStringLiteral("*.debug=true"));
-        qInstallMessageHandler(qtMessageHandler);
         try {
             Settings settings;
             settings.parseInput(argc, argv);