From f0ffbfa04597bd1ceb08aa95abc27ed7d769fad4 Mon Sep 17 00:00:00 2001 From: rinormaloku Date: Wed, 21 Jan 2026 16:47:06 +0100 Subject: [PATCH 1/3] Add DragThreshold plugin configuration file --- .../rinormaloku/DragThreshold/DragThreshold.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Repository/0.6.6.2/rinormaloku/DragThreshold/DragThreshold.json diff --git a/Repository/0.6.6.2/rinormaloku/DragThreshold/DragThreshold.json b/Repository/0.6.6.2/rinormaloku/DragThreshold/DragThreshold.json new file mode 100644 index 0000000..295cb8c --- /dev/null +++ b/Repository/0.6.6.2/rinormaloku/DragThreshold/DragThreshold.json @@ -0,0 +1,12 @@ +{ + "Name": "Drag Threshold", + "Owner": "rinormaloku", + "Description": "Adjusts the drag threshold for tablet input", + "PluginVersion": "0.1.0", + "SupportedDriverVersion": "0.6.6.2", + "RepositoryUrl": "https://github.com/rinormaloku/DragThreshold", + "DownloadUrl": "https://github.com/rinormaloku/DragThreshold/releases/download/v0.1.0/DragThreshold.zip", + "CompressionFormat": "zip", + "SHA256": "7a4f2a4da9752111ad8d22256707ee5eae014607b92f0172579086c51b64a475", + "LicenseIdentifier": "GPL-3.0-only" +} \ No newline at end of file From 5b32966ec7a153fb16cc564733cc5d31cfbda644 Mon Sep 17 00:00:00 2001 From: rinormaloku Date: Wed, 21 Jan 2026 19:36:46 +0100 Subject: [PATCH 2/3] Update DragThreshold plugin to version 0.1.3 with new download URL and SHA256 --- .../0.6.6.2/rinormaloku/DragThreshold/DragThreshold.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Repository/0.6.6.2/rinormaloku/DragThreshold/DragThreshold.json b/Repository/0.6.6.2/rinormaloku/DragThreshold/DragThreshold.json index 295cb8c..6b80f7d 100644 --- a/Repository/0.6.6.2/rinormaloku/DragThreshold/DragThreshold.json +++ b/Repository/0.6.6.2/rinormaloku/DragThreshold/DragThreshold.json @@ -2,11 +2,11 @@ "Name": "Drag Threshold", "Owner": "rinormaloku", "Description": "Adjusts the drag threshold for tablet input", - "PluginVersion": "0.1.0", + "PluginVersion": "0.1.3", "SupportedDriverVersion": "0.6.6.2", "RepositoryUrl": "https://github.com/rinormaloku/DragThreshold", - "DownloadUrl": "https://github.com/rinormaloku/DragThreshold/releases/download/v0.1.0/DragThreshold.zip", + "DownloadUrl": "https://github.com/rinormaloku/DragThreshold/releases/download/v0.1.3/DragThreshold.zip", "CompressionFormat": "zip", - "SHA256": "7a4f2a4da9752111ad8d22256707ee5eae014607b92f0172579086c51b64a475", + "SHA256": "8570933f9d37237a61e57cfebf41ad06b153d4e5f69a900b9d4f09e306a45818", "LicenseIdentifier": "GPL-3.0-only" } \ No newline at end of file From 689a316eb7d5b7d606b5edd990262543fbc30c5b Mon Sep 17 00:00:00 2001 From: rinormaloku Date: Wed, 21 Jan 2026 23:03:07 +0100 Subject: [PATCH 3/3] Update DragThreshold plugin description, download URL, and SHA256 hash --- .../0.6.6.2/rinormaloku/DragThreshold/DragThreshold.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Repository/0.6.6.2/rinormaloku/DragThreshold/DragThreshold.json b/Repository/0.6.6.2/rinormaloku/DragThreshold/DragThreshold.json index 6b80f7d..16a374d 100644 --- a/Repository/0.6.6.2/rinormaloku/DragThreshold/DragThreshold.json +++ b/Repository/0.6.6.2/rinormaloku/DragThreshold/DragThreshold.json @@ -1,12 +1,12 @@ { "Name": "Drag Threshold", "Owner": "rinormaloku", - "Description": "Adjusts the drag threshold for tablet input", + "Description": "Prevents Pen clicks to be registered as Pen drags due to tiny movements by setting a threshold that must be exceeded before it counts as a drag", "PluginVersion": "0.1.3", "SupportedDriverVersion": "0.6.6.2", "RepositoryUrl": "https://github.com/rinormaloku/DragThreshold", - "DownloadUrl": "https://github.com/rinormaloku/DragThreshold/releases/download/v0.1.3/DragThreshold.zip", + "DownloadUrl": "https://github.com/rinormaloku/DragThreshold/releases/download/v0.1.4/DragThreshold.zip", "CompressionFormat": "zip", - "SHA256": "8570933f9d37237a61e57cfebf41ad06b153d4e5f69a900b9d4f09e306a45818", + "SHA256": "0521409b26472a53842eaf6285fd155fc8b52a40495a4c5ba82abcc208a0ec8f", "LicenseIdentifier": "GPL-3.0-only" } \ No newline at end of file