From 7c853a2210e85f39b57fdca7c021161af754baea Mon Sep 17 00:00:00 2001 From: Gess1t Date: Mon, 25 Aug 2025 14:49:25 +0200 Subject: [PATCH 1/2] Update Preset Binding to 1.2.0 --- .../0.6.0.3/Gess1t/Preset.Binding/Preset.Binding.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Repository/0.6.0.3/Gess1t/Preset.Binding/Preset.Binding.json b/Repository/0.6.0.3/Gess1t/Preset.Binding/Preset.Binding.json index f0a203e..db950ad 100644 --- a/Repository/0.6.0.3/Gess1t/Preset.Binding/Preset.Binding.json +++ b/Repository/0.6.0.3/Gess1t/Preset.Binding/Preset.Binding.json @@ -2,12 +2,12 @@ "Name": "Preset Bindings", "Owner": "Gess1t", "Description": "A plugin for OTD 0.6.x to bind preset to tablet keys", - "PluginVersion": "1.1.1", + "PluginVersion": "1.2.0", "SupportedDriverVersion": "0.6.0.3", "RepositoryUrl": "https://github.com/Mrcubix/Preset.Binding", - "DownloadUrl": "https://github.com/Mrcubix/Preset.Binding/releases/download/1.1.1/Preset.Binding.zip", + "DownloadUrl": "https://github.com/Mrcubix/Preset.Binding/releases/download/1.2.0/Preset.Binding.zip", "CompressionFormat": "zip", - "SHA256": "56eb62b0366ba316b3338c752293cdf1aa179cfdce27d902911d557e29d52c90", + "SHA256": "e4fb4f014298fc64578b1c307279f33fb57fc88508ca57c5cf7e74f42ad4fb30", "WikiUrl": "https://github.com/Mrcubix/Preset.Binding", "LicenseIdentifier": "MIT" } From db26d3eeef078a7af42f30ede91cea62c4078b6f Mon Sep 17 00:00:00 2001 From: Gess1t Date: Wed, 3 Sep 2025 18:52:32 +0200 Subject: [PATCH 2/2] Add MaxSupportedDriverVersion to Preset Bindings --- Repository/0.6.0.3/Gess1t/Preset.Binding/Preset.Binding.json | 1 + 1 file changed, 1 insertion(+) diff --git a/Repository/0.6.0.3/Gess1t/Preset.Binding/Preset.Binding.json b/Repository/0.6.0.3/Gess1t/Preset.Binding/Preset.Binding.json index db950ad..518f9ad 100644 --- a/Repository/0.6.0.3/Gess1t/Preset.Binding/Preset.Binding.json +++ b/Repository/0.6.0.3/Gess1t/Preset.Binding/Preset.Binding.json @@ -4,6 +4,7 @@ "Description": "A plugin for OTD 0.6.x to bind preset to tablet keys", "PluginVersion": "1.2.0", "SupportedDriverVersion": "0.6.0.3", + "MaxSupportedDriverVersion": "0.6.5.1", "RepositoryUrl": "https://github.com/Mrcubix/Preset.Binding", "DownloadUrl": "https://github.com/Mrcubix/Preset.Binding/releases/download/1.2.0/Preset.Binding.zip", "CompressionFormat": "zip",