diff --git a/config.json b/config.json index 5d2564a4..43abeab2 100644 --- a/config.json +++ b/config.json @@ -680,7 +680,8 @@ "TheSillyDoggo.DiscordWebhook": { "verified": false, "versions": [ - "1.0.0" + "1.0.0", + "1.0.1" ] }, "TheSillyDoggo.GradientPages": { diff --git a/mods-v2/TheSillyDoggo.DiscordWebhook/1.0.1/entry.json b/mods-v2/TheSillyDoggo.DiscordWebhook/1.0.1/entry.json new file mode 100644 index 00000000..9fd9228c --- /dev/null +++ b/mods-v2/TheSillyDoggo.DiscordWebhook/1.0.1/entry.json @@ -0,0 +1,13 @@ +{ + "commit-author": "TheSillyDoggo", + "platforms": [ + "macos", + "windows" + ], + "mod": { + "download": "https://github.com/TheSillyDoggo/GD-Discord-Webhook-Integration/releases/download/v1.0.1/TheSillyDoggo.DiscordWebhook.geode", + "hash": "235cffef0ff1ea3c6ba4e32bb644cd2bd8e0797a31c3053f4fbac43ba2f6c85f", + "hash256": "85aed6ef8f2473161d37c141f9b38feca609804613c7056b162fb346adb602c6" + }, + "tags": [] +} \ No newline at end of file diff --git a/mods-v2/TheSillyDoggo.DiscordWebhook/1.0.1/mod.json b/mods-v2/TheSillyDoggo.DiscordWebhook/1.0.1/mod.json new file mode 100644 index 00000000..1d3ccc00 --- /dev/null +++ b/mods-v2/TheSillyDoggo.DiscordWebhook/1.0.1/mod.json @@ -0,0 +1,15 @@ +{ + "geode": "1.3.4", + "version": "v1.0.1", + "id": "TheSillyDoggo.DiscordWebhook", + "name": "Discord Webhook Integration", + "developer": "TheSillyDoggo", + "description": "real webhooks (fake)", + "repository": "https://github.com/TheSillyDoggo/GD-Discord-Webhook-Integration", + + "settings": { + "webhook-messages": { + "type": "custom" + } + } +} \ No newline at end of file diff --git a/mods-v2/TheSillyDoggo.DiscordWebhook/changelog.md b/mods-v2/TheSillyDoggo.DiscordWebhook/changelog.md index ac9813d3..d53fc210 100644 --- a/mods-v2/TheSillyDoggo.DiscordWebhook/changelog.md +++ b/mods-v2/TheSillyDoggo.DiscordWebhook/changelog.md @@ -1,3 +1,7 @@ # v1.0.0 - - Initial release \ No newline at end of file + - Initial release + + # v1.0.1 + + - Fix periods and capital letters not being allowed in text boxes. sorry :( \ No newline at end of file diff --git a/mods/TheSillyDoggo.DiscordWebhook@1/changelog.md b/mods/TheSillyDoggo.DiscordWebhook@1/changelog.md index ac9813d3..d53fc210 100644 --- a/mods/TheSillyDoggo.DiscordWebhook@1/changelog.md +++ b/mods/TheSillyDoggo.DiscordWebhook@1/changelog.md @@ -1,3 +1,7 @@ # v1.0.0 - - Initial release \ No newline at end of file + - Initial release + + # v1.0.1 + + - Fix periods and capital letters not being allowed in text boxes. sorry :( \ No newline at end of file diff --git a/mods/TheSillyDoggo.DiscordWebhook@1/entry.json b/mods/TheSillyDoggo.DiscordWebhook@1/entry.json index bfb0b1bf..9fd9228c 100644 --- a/mods/TheSillyDoggo.DiscordWebhook@1/entry.json +++ b/mods/TheSillyDoggo.DiscordWebhook@1/entry.json @@ -5,9 +5,9 @@ "windows" ], "mod": { - "download": "https://github.com/TheSillyDoggo/GD-Discord-Webhook-Integration/releases/download/v1.0.0/TheSillyDoggo.DiscordWebhook.geode", - "hash": "136212b12d0f845279d713a7a9dae40eea7fc67e686eabe210198399740e0da4", - "hash256": "fb3d3061bcdf62daaf06519c82c32bd51611b483e0638b9982bdaae0639ea64d" + "download": "https://github.com/TheSillyDoggo/GD-Discord-Webhook-Integration/releases/download/v1.0.1/TheSillyDoggo.DiscordWebhook.geode", + "hash": "235cffef0ff1ea3c6ba4e32bb644cd2bd8e0797a31c3053f4fbac43ba2f6c85f", + "hash256": "85aed6ef8f2473161d37c141f9b38feca609804613c7056b162fb346adb602c6" }, "tags": [] } \ No newline at end of file diff --git a/mods/TheSillyDoggo.DiscordWebhook@1/mod.json b/mods/TheSillyDoggo.DiscordWebhook@1/mod.json index daf90a38..1d3ccc00 100644 --- a/mods/TheSillyDoggo.DiscordWebhook@1/mod.json +++ b/mods/TheSillyDoggo.DiscordWebhook@1/mod.json @@ -1,10 +1,11 @@ { "geode": "1.3.4", - "version": "v1.0.0", + "version": "v1.0.1", "id": "TheSillyDoggo.DiscordWebhook", "name": "Discord Webhook Integration", "developer": "TheSillyDoggo", "description": "real webhooks (fake)", + "repository": "https://github.com/TheSillyDoggo/GD-Discord-Webhook-Integration", "settings": { "webhook-messages": {