Skip to content

Commit

Permalink
Add ColourMyFiles, Update Console to 1.0.1 (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
MistressPlague authored Jul 24, 2024
1 parent 4418459 commit 2b650bb
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
16 changes: 16 additions & 0 deletions manifest/com.Kannya/ColourMyFiles/info.json
Original file line number Diff line number Diff line change
@@ -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"
}]
}
}
}
11 changes: 10 additions & 1 deletion manifest/com.Kannya/Console/info.json
Original file line number Diff line number Diff line change
@@ -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"],
Expand All @@ -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."
}
}
}

0 comments on commit 2b650bb

Please sign in to comment.