From 00b4c69008df09153a0dc55007e95870d933f9f1 Mon Sep 17 00:00:00 2001 From: Gess1t Date: Sat, 16 Mar 2024 23:08:45 +0100 Subject: [PATCH 1/2] Removed Duplicate & Malformed Preset Binding --- .../Gess1t/Preset.Binding/Preset.Binding.json | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 Repository/0.6.0.2/Gess1t/Preset.Binding/Preset.Binding.json diff --git a/Repository/0.6.0.2/Gess1t/Preset.Binding/Preset.Binding.json b/Repository/0.6.0.2/Gess1t/Preset.Binding/Preset.Binding.json deleted file mode 100644 index c060065..0000000 --- a/Repository/0.6.0.2/Gess1t/Preset.Binding/Preset.Binding.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "Name": "Preset Binding", - "Owner": "Gess1t", - "Description": "Bind Presets to Keys", - "PluginVersion": "1.0.0", - "SupportedDriverVersion": "0.6.0.4", - "RepositoryUrl": "https://github.com/Mrcubix/Preset.Binding", - "DownloadUrl": "https://github.com/Mrcubix/Preset.Binding/releases/download/1.0.0/Preset.Binding.zip", - "CompressionFormat": "zip", - "SHA256": "3e175cb6574cfd0f7d4b55f6a9b22114065042350f63b0bd48aa0c5048bdb1e0", - "WikiUrl": "https://github.com/Mrcubix/Preset.Binding", - "LicenseIdentifier": "MIT" -} \ No newline at end of file From 260ab5119f344db658ebaca20323112479a1808d Mon Sep 17 00:00:00 2001 From: Gess1t Date: Sat, 16 Mar 2024 23:14:59 +0100 Subject: [PATCH 2/2] Fix typos, Substitued some characters & fixed version requirement on WheelAddon --- .../0.5.3.1/Gess1t/Additional-Keys/Additional-Keys.json | 2 +- .../Gess1t/OTD.EnhancedOutputMode/OTD.EnhancedOutputMode.json | 4 ++-- .../{0.5.3.1 => 0.5.3.3}/Gess1t/WheelAddon/WheelAddon.json | 2 +- .../0.6.0.3/Gess1t/Additional-Keys/Additional-Keys.json | 2 +- .../Gess1t/OTD.EnhancedOutputMode/OTD.EnhancedOutputMode.json | 4 ++-- Repository/0.6.4.0/Gess1t/OTD.LEDSanbox/OTD.LEDSanbox.json | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) rename Repository/{0.5.3.1 => 0.5.3.3}/Gess1t/WheelAddon/WheelAddon.json (93%) diff --git a/Repository/0.5.3.1/Gess1t/Additional-Keys/Additional-Keys.json b/Repository/0.5.3.1/Gess1t/Additional-Keys/Additional-Keys.json index 37e8fcb..35853f4 100644 --- a/Repository/0.5.3.1/Gess1t/Additional-Keys/Additional-Keys.json +++ b/Repository/0.5.3.1/Gess1t/Additional-Keys/Additional-Keys.json @@ -1,7 +1,7 @@ { "Name": "Additional Keys", "Owner": "Gess1t", - "Description": "Allow for the use of additional Fxx & Media keys", + "Description": "Allow for the use of additional Fxx AND Media keys", "PluginVersion": "1.0.0", "SupportedDriverVersion": "0.5.3.1", "RepositoryUrl": "https://github.com/Mrcubix/Additional-Keys", diff --git a/Repository/0.5.3.3/Gess1t/OTD.EnhancedOutputMode/OTD.EnhancedOutputMode.json b/Repository/0.5.3.3/Gess1t/OTD.EnhancedOutputMode/OTD.EnhancedOutputMode.json index fd166a6..ae19674 100644 --- a/Repository/0.5.3.3/Gess1t/OTD.EnhancedOutputMode/OTD.EnhancedOutputMode.json +++ b/Repository/0.5.3.3/Gess1t/OTD.EnhancedOutputMode/OTD.EnhancedOutputMode.json @@ -1,7 +1,7 @@ { - "Name": "Enhanced Output Mode", + "Name": "Enhanced Output Modes", "Owner": "Gess1t", - "Description": "Enhanced Output Mode for OpenTabletDriver (Touch Support, Windows Onk & VMulti support, plugin report access, ...)", + "Description": "Enhanced Output Modes for OpenTabletDriver (Adds support for Touch Input, Plugin report access, ...)", "PluginVersion": "1.0.8", "SupportedDriverVersion": "0.5.3.3", "RepositoryUrl": "https://github.com/Mrcubix/OTD.EnhancedOutputMode", diff --git a/Repository/0.5.3.1/Gess1t/WheelAddon/WheelAddon.json b/Repository/0.5.3.3/Gess1t/WheelAddon/WheelAddon.json similarity index 93% rename from Repository/0.5.3.1/Gess1t/WheelAddon/WheelAddon.json rename to Repository/0.5.3.3/Gess1t/WheelAddon/WheelAddon.json index 31512c2..f85296e 100644 --- a/Repository/0.5.3.1/Gess1t/WheelAddon/WheelAddon.json +++ b/Repository/0.5.3.3/Gess1t/WheelAddon/WheelAddon.json @@ -3,7 +3,7 @@ "Owner": "Gess1t", "Description": "Add support for the touch wheel on wacom tablets (SEE REPO FOR EXTRA DEPENDENCIES)", "PluginVersion": "1.0.2", - "SupportedDriverVersion": "0.5.3.1", + "SupportedDriverVersion": "0.5.3.3", "RepositoryUrl": "https://github.com/Mrcubix/WheelAddon", "DownloadUrl": "https://github.com/Mrcubix/WheelAddon/releases/download/1.0.2-re/Wheel-Addon.Installer.zip", "CompressionFormat": "zip", diff --git a/Repository/0.6.0.3/Gess1t/Additional-Keys/Additional-Keys.json b/Repository/0.6.0.3/Gess1t/Additional-Keys/Additional-Keys.json index 335f933..f6b0b83 100644 --- a/Repository/0.6.0.3/Gess1t/Additional-Keys/Additional-Keys.json +++ b/Repository/0.6.0.3/Gess1t/Additional-Keys/Additional-Keys.json @@ -1,7 +1,7 @@ { "Name": "Additional Keys", "Owner": "Gess1t", - "Description": "Allow for the use of additional Fxx & Media keys", + "Description": "Allow for the use of additional Fxx AND Media keys", "PluginVersion": "1.0.0", "SupportedDriverVersion": "0.6.0.3", "RepositoryUrl": "https://github.com/Mrcubix/Additional-Keys", diff --git a/Repository/0.6.4.0/Gess1t/OTD.EnhancedOutputMode/OTD.EnhancedOutputMode.json b/Repository/0.6.4.0/Gess1t/OTD.EnhancedOutputMode/OTD.EnhancedOutputMode.json index 88e6533..020ec42 100644 --- a/Repository/0.6.4.0/Gess1t/OTD.EnhancedOutputMode/OTD.EnhancedOutputMode.json +++ b/Repository/0.6.4.0/Gess1t/OTD.EnhancedOutputMode/OTD.EnhancedOutputMode.json @@ -1,7 +1,7 @@ { - "Name": "Enhanced Output Mode", + "Name": "Enhanced Output Modes", "Owner": "Gess1t", - "Description": "Enhanced Output Mode for OpenTabletDriver (Touch Support, Windows Onk & VMulti support, ...)", + "Description": "Enhanced Output Modes for OpenTabletDriver (Adds support for Touch Inputs)", "PluginVersion": "1.0.8", "SupportedDriverVersion": "0.6.4.0", "RepositoryUrl": "https://github.com/Mrcubix/OTD.EnhancedOutputMode", diff --git a/Repository/0.6.4.0/Gess1t/OTD.LEDSanbox/OTD.LEDSanbox.json b/Repository/0.6.4.0/Gess1t/OTD.LEDSanbox/OTD.LEDSanbox.json index c4cd891..c82c71c 100644 --- a/Repository/0.6.4.0/Gess1t/OTD.LEDSanbox/OTD.LEDSanbox.json +++ b/Repository/0.6.4.0/Gess1t/OTD.LEDSanbox/OTD.LEDSanbox.json @@ -1,7 +1,7 @@ { "Name": "LED Sandbox", "Owner": "Gess1t", - "Description": "allow users to use images of 64x128 resolution and show them on any of the 2 LED display contained within Wacom PTK-x40 tablets.", + "Description": "Allow users to use images of 64x128 resolution and show them on any of the 2 LED display contained within Wacom PTK-x40 tablets.", "PluginVersion": "1.0.3", "SupportedDriverVersion": "0.6.4.0", "RepositoryUrl": "https://github.com/Mrcubix/OTD.LEDSandbox",