diff --git a/README.md b/README.md index 1f109d6d..783fef09 100644 --- a/README.md +++ b/README.md @@ -487,6 +487,7 @@ _Note: Setting an ID in use will replace that panel_ * Delete Panel - This will bring up a menu of current panel projects. Select a panel project to delete it. _Note: Buttons and scripts will be retained on the Editing screen until the Panel is closed_ # DTLS +For now, DTLS is only supported in the GUI with Windows. Other operating systems may enable DTLS by compiling from source using Qt6. ## Overview This repository contains a DTLS (Datagram Transport Layer Security) protocol feature. This feature have added a graphical interface to configure and manage DTLS connections, including server verification and session persistence options. diff --git a/snapcraft.yaml b/snapcraft.yaml index 8c2935ea..319f656c 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: packetsender -version: 8.7.4 +version: 8.7.5 summary: Packet Sender - Free TCP/UDP/SSL/HTTP Utility icon: src/pslogo128.png description: | @@ -37,7 +37,6 @@ parts: packetsender: plugin: qmake source: src/ - source-branch: master qmake-project-file: PacketSenderSnap.pro build-environment: - QT_SELECT: qt6