Skip to content
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
2 changes: 1 addition & 1 deletion input-locations.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
{ "url": "https://github.com/XenonA7/clean-title-screen/archive/refs/tags/1.0.1.zip" },
{ "url": "https://github.com/CodeTriangle/CCMultiworldRandomizer/releases/download/0.7.1/CCMultiworldRandomizer-0.7.1.ccmod", "source": "" },
{ "url": "https://github.com/canbora/cc-named-saves/releases/download/v1.0.1/cc-named-saves.ccmod" },
{ "url": "https://github.com/CCDirectLink/CCModManager/releases/download/v1.1.0/ccmodmanager-1.1.0.ccmod", "source": "" },
{ "url": "https://github.com/CCDirectLink/CCModManager/releases/download/v1.1.1/ccmodmanager-1.1.1.ccmod", "source": "" },
{ "url": "https://github.com/buanjautista/cc-open-world/releases/download/0.4.3/cc-open-world-v0.4.3.ccmod", "source": "" },
{ "url": "https://github.com/naxane/nax-module-cache/releases/download/v1.0.2/nax-module-cache.ccmod" },
{ "url": "https://github.com/krypciak/nax-ccuilib/releases/download/v1.5.2/nax-ccuilib-1.5.2.ccmod", "source": "" },
Expand Down
2 changes: 1 addition & 1 deletion input-locations.old.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
{ "url": "https://github.com/XenonA7/clean-title-screen/archive/refs/tags/1.0.1.zip" },
{ "url": "https://github.com/CodeTriangle/CCMultiworldRandomizer/releases/download/0.7.1/CCMultiworldRandomizer-0.7.1.ccmod", "source": "" },
{ "url": "https://github.com/canbora/cc-named-saves/releases/download/v1.0.1/cc-named-saves.ccmod" },
{ "url": "https://github.com/CCDirectLink/CCModManager/releases/download/v1.1.0/ccmodmanager-1.1.0.ccmod", "source": "" },
{ "url": "https://github.com/CCDirectLink/CCModManager/releases/download/v1.1.1/ccmodmanager-1.1.1.ccmod", "source": "" },
{ "url": "https://github.com/buanjautista/cc-open-world/releases/download/0.4.3/cc-open-world-v0.4.3.ccmod", "source": "" },
{ "url": "https://github.com/naxane/nax-module-cache/releases/download/v1.0.2/nax-module-cache.ccmod" },
{ "url": "https://github.com/krypciak/nax-ccuilib/releases/download/v1.5.2/nax-ccuilib-1.5.2.ccmod", "source": "" },
Expand Down
16 changes: 11 additions & 5 deletions npDatabase.json
Original file line number Diff line number Diff line change
Expand Up @@ -2845,7 +2845,7 @@
"ccmodmanager": {
"metadataCCMod": {
"id": "ccmodmanager",
"version": "1.1.0",
"version": "1.1.1",
"title": "CCModManager",
"description": "Mod manager for CrossCode!",
"repository": "https://github.com/CCDirectLink/CCModManager",
Expand All @@ -2869,16 +2869,22 @@
"installation": [
{
"type": "zip",
"url": "https://github.com/CCDirectLink/CCModManager/releases/download/v1.1.0/ccmodmanager-1.1.0.ccmod",
"url": "https://github.com/CCDirectLink/CCModManager/releases/download/v1.1.1/ccmodmanager-1.1.1.ccmod",
"source": "",
"hash": {
"sha256": "d73d399cab16c44d8d8d6caa340e72dc09b3511eec55ca28c8f0bb56bb6f01a3"
"sha256": "aafd8eb118cebb04c97c3a92118cd88d71b3b2e26bc6f52e06c91d92d9b56985"
}
}
],
"stars": 6,
"lastUpdateTimestamp": 1755431863000,
"stars": 8,
"lastUpdateTimestamp": 1759500736000,
"releasePages": [
{
"body": "### Fixed\r\n\r\n- Fix mod updates not getting detected due to browser caching\r\n- Throw failed to fetch error instead of digest mismatch error when mod download response has a status code >=400\r\n",
"version": "1.1.1",
"timestamp": 1759500669000,
"url": "https://github.com/CCDirectLink/CCModManager/releases/tag/v1.1.1"
},
{
"body": "### Added\n\n- Added new mod option field `noNamePadding` that disables the padding after the option name\n- `INPUT_FIELD` can now have a name\n- Added optional `onInit` and `onDeinit` functions to visible mod options\n- Added CCModManager badge to README.md\n\n### Changed\n\n- Added spacing between `INPUT_FIELD` and `INFO` \n\n### Fixed\n\n- Improve browser compatibility\n- Improve menu opening performance\n- Fix mod icon loading sometimes throwing errors on CCLoader3\n- Improve compatibility with CrossCode v1.0.2-2 (speedrunner branch)\n- Fix game crash when trying to enable a mod that has missing dependencies\n- Show a prompt to enable installed mod dependencies when they are disabled after installation\n- Fix an error message being printed when in mod options menu that contains an `OBJECT_SLIDER` and resizing a window\n- Don't install library mods that are built into CCLoader3 (`input-api`, `extension-assert-preloader`, `nax-module-cache`) \n- Fix game freeze when inputting large nonsense repository url\n- Fix focus highlight of `INPUT_FIELD` without validation being shorter than the input field\n- Fixed `INPUT_FIELD`, `BUTTON` and `INFO` mod option types eating their header\n- Fix menu stack getting popped too many times on opening the mod manager help menu resulting in the game being stuck in the mod manager menu\n- Fix mod tags and authors not showing up on mod that aren't in the database\n- Fix mod tags overflowing out of bounds when they are too long",
"version": "1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion npDatabase.min.json

Large diffs are not rendered by default.

Loading