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.6.10/CCMultiworldRandomizer-0.6.10.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.0.3/ccmodmanager-1.0.3.ccmod", "source": "" },
{ "url": "https://github.com/CCDirectLink/CCModManager/releases/download/v1.0.4/ccmodmanager-1.0.4.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.4.1/nax-ccuilib-1.4.1.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.6.10/CCMultiworldRandomizer-0.6.10.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.0.3/ccmodmanager-1.0.3.ccmod", "source": "" },
{ "url": "https://github.com/CCDirectLink/CCModManager/releases/download/v1.0.4/ccmodmanager-1.0.4.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.4.1/nax-ccuilib-1.4.1.ccmod", "source": "" },
Expand Down
16 changes: 11 additions & 5 deletions npDatabase.json
Original file line number Diff line number Diff line change
Expand Up @@ -2766,7 +2766,7 @@
"ccmodmanager": {
"metadataCCMod": {
"id": "ccmodmanager",
"version": "1.0.3",
"version": "1.0.4",
"title": "CCModManager",
"description": "Mod manager for CrossCode!",
"repository": "https://github.com/CCDirectLink/CCModManager",
Expand All @@ -2790,16 +2790,22 @@
"installation": [
{
"type": "zip",
"url": "https://github.com/CCDirectLink/CCModManager/releases/download/v1.0.3/ccmodmanager-1.0.3.ccmod",
"url": "https://github.com/CCDirectLink/CCModManager/releases/download/v1.0.4/ccmodmanager-1.0.4.ccmod",
"source": "",
"hash": {
"sha256": "3ea020ccbe470b69bba2c73ccd134940b76270941e2f5e20fe1444d97ec1f5e6"
"sha256": "6c00c4f795edf0cb10411580bbce62255f5722c281c25a0eea5a1393a3c095f3"
}
}
],
"stars": 4,
"lastUpdateTimestamp": 1739698188000,
"stars": 6,
"lastUpdateTimestamp": 1750932616000,
"releasePages": [
{
"body": "### Added\n\n- Added new mod option type `INPUT_FIELD`\n\n### Changed\n\n- Move repository adding from a popup to a separate tab in CCModManager's options\n- Move `nax.ccuilib.InputField` implementation from `nax-ccuilib` to here (now named `modmanager.gui.InputField`)\n\n### Fixed\n\n- Improve browser compatibility\n- Fix mod menu sometimes opening empty\n- Improve cc-instanceinator compatibility\n- Fix mod options menu title showing the mod title instead of the title defined when registering the mod",
"version": "1.0.4",
"timestamp": 1750932616000,
"url": "https://github.com/CCDirectLink/CCModManager/releases/tag/v1.0.4"
},
{
"body": "### Changed\n\n- Library mods are now shown by default\n- Also print the extension name when it's missing and a mod requires it\n- For CCLoader3, the mod installation dir is now `modloader.config.modsDirs`\n- Improved behavior when there's no internet\n\n### Fixed\n\n- Close mod installation menu on error",
"version": "1.0.3",
Expand Down
2 changes: 1 addition & 1 deletion npDatabase.min.json

Large diffs are not rendered by default.

Loading