Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove duplicate plugin metadata, fix typos & fix version requirement #88

Merged
merged 2 commits into from
Mar 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
13 changes: 0 additions & 13 deletions Repository/0.6.0.2/Gess1t/Preset.Binding/Preset.Binding.json

This file was deleted.

Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion Repository/0.6.4.0/Gess1t/OTD.LEDSanbox/OTD.LEDSanbox.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down