From 2b650bbd331c9b04af64138dec6261080e2eb108 Mon Sep 17 00:00:00 2001 From: Kanna <36628963+MistressPlague@users.noreply.github.com> Date: Wed, 24 Jul 2024 06:27:08 +0100 Subject: [PATCH] Add ColourMyFiles, Update Console to 1.0.1 (#118) --- manifest/com.Kannya/ColourMyFiles/info.json | 16 ++++++++++++++++ manifest/com.Kannya/Console/info.json | 11 ++++++++++- 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 manifest/com.Kannya/ColourMyFiles/info.json diff --git a/manifest/com.Kannya/ColourMyFiles/info.json b/manifest/com.Kannya/ColourMyFiles/info.json new file mode 100644 index 0000000..cad01c4 --- /dev/null +++ b/manifest/com.Kannya/ColourMyFiles/info.json @@ -0,0 +1,16 @@ +{ + "name": "ColourMyFiles", + "id": "com.Kannya.FilesColours", + "description": "Simply colours your files in the files window on a per file category basis in Resonite. Configurable.", + "category": "Dashboard", + "sourceLocation": "https://github.com/KannyaResonite/ColourMyFiles", + "versions": { + "1.0.0": { + "releaseUrl": "https://github.com/KannyaResonite/ColourMyFiles/releases/tag/1.0.0", + "artifacts": [{ + "url": "https://github.com/KannyaResonite/ColourMyFiles/releases/download/1.0.0/ColourMyFiles.dll", + "sha256": "f9caefeb706eb7c8c370c001f00961dc76500d7b318e858be60f293a0482b4a4" + }] + } + } +} \ No newline at end of file diff --git a/manifest/com.Kannya/Console/info.json b/manifest/com.Kannya/Console/info.json index d2c93b8..de6e96d 100644 --- a/manifest/com.Kannya/Console/info.json +++ b/manifest/com.Kannya/Console/info.json @@ -1,7 +1,7 @@ { "name": "Console", "id": "com.Kannya.Console", - "description": "A simple but very useful console mod for RML", + "description": "A simple but very useful console mod for RML and MonkeyLoader", "category": "Misc", "sourceLocation": "https://github.com/KannyaResonite/Console", "platforms": ["windows"], @@ -13,6 +13,15 @@ "url": "https://github.com/KannyaResonite/Console/releases/download/1.0.0/Console.dll", "sha256": "f2ba3f0b61664cfb07eff6cfbc04e5f996094a40760f93c08fa6d1e55a305c53" }] + }, + "1.0.1": { + "releaseUrl": "https://github.com/KannyaResonite/Console/releases/tag/1.0.1", + "artifacts": [{ + "filename": "!Console.dll", + "url": "https://github.com/KannyaResonite/Console/releases/download/1.0.1/Console.dll", + "sha256": "fd1404863eb6525ee3e5fca0fa467f24b6ffc51200e6c88c8d42022e675e1584" + }], + "changelog": "Added proper MonkeyLoader support." } } } \ No newline at end of file