Releases: CCDirectLink/CCModManager
Releases · CCDirectLink/CCModManager
v1.0.4
Added
- Added new mod option type
INPUT_FIELD
Changed
- Move repository adding from a popup to a separate tab in CCModManager's options
- Move
nax.ccuilib.InputField
implementation fromnax-ccuilib
to here (now namedmodmanager.gui.InputField
)
Fixed
- Improve browser compatibility
- Fix mod menu sometimes opening empty
- Improve cc-instanceinator compatibility
- Fix mod options menu title showing the mod title instead of the title defined when registering the mod
v1.0.3
Changed
- Library mods are now shown by default
- Also print the extension name when it's missing and a mod requires it
- For CCLoader3, the mod installation dir is now
modloader.config.modsDirs
- Improved behavior when there's no internet
Fixed
- Close mod installation menu on error
v1.0.2
Added
- Left clicking a mod in the Settings tab opens the mod's settings menu
- Add "preventResettingToDefault" property on changeable options
- Add "thumbWidth" property on OBJECT_SLIDER
Changed
- OBJECT_SLIDER thumb size now has a minimum of 30px
- On game start, all OBJECT_SLIDER values will be put in their bounds
Fixed
- Left clicking a mod in the Settings tab doesn't crash anymore
- Fix crash when clicking the "Reset Settings" button some mod's setting page
- Fix top bar buttons like "Help" becoming uninteractable after resetting the mod's settings
- Fix OBJECT_SLIDER not working properly with floating point numbers
v1.0.1
Changed
- Clarify the intent in the game start autoupdate prompt
Fixed
- Fix mod list not loading in some very specific cases
v1.0.0
Changed
- Update the mod repositories to the official (CCDirectLink/CCModDB) from the testing one (krypciak/CCModDB)
Fixes
- Force CCLoader to update first before any other mods
v0.9.22
Added
- Added a tab for mods that have a dedicated settings page
Changed
- Remember the "Include local" and "Hide library mods" filter options across game restarts
- Make the manual enforcer less annoying
Fixed
- Fixed CCLoader sometimes getting detected as not installed
v0.9.21
Added
- Enforce the manual on all souls
Changed
- Mod options can now also be opened with mouse right click
Fixed
- Fixed mod settings and testing buttons being unpresssable on gamepad when the gamepad bindings are changed
v0.9.20
Changed
- Decrease mod size
- Prevent backspace from quitting the mod manager menu
- Keep list scroll when entering the mod's options
onPress
andchangeEvent
functions on option entries:this
is now bound to the option config
Fixed
- Prevent CCLoader downgrade attempts when using CCLoader3 and downloading a mod that requires CCLoader2
- Prevent Simplify from installing when using CCLoader3
- Fixed space being disabled in every menu, not just the mod manager
- Fixed mod list being unresponsive after exiting out of the filters menu
- Fixed the mod's options menu sometimes failing to open on keyboard and mouse
v0.9.19
Added
- Added mod installation progress indication
Changed
- Revert the button order in the mod uninstallation popup to "YES NO" from "NO YES"
Fixed
- Fixed the mod menu sometimes being blank when reopening it
- Block exiting from the mod install menu with keys such as escape
- Don't block dependency mod uninstalling when all parent mods have been uninstalled in the current session
- Disallow installing mods that depend on missing extensions (such as DLC)
v0.9.18
Added
- Added the "Reset repositories to default" button to the CCModManager options
- Added the "Clear database cache" button to the CCModManager options
- Added a checkbox to keep chromium flags on CCLoader update to the CCModManager options
- Added a checkbox to unpack installed or updated
.ccmod
mods to the CCModManager options - Added a button to reinstall all installed mods to the CCModManager options
- Added the "Visit release page" button to the mod changelog menu
Changed
- Removed the "v" before from the mod update dialog for consistency
Fixed
- Fixed filters menu back button not being clickable by mouse + other weirdness
- Fixed manual updating of pre-release mods
- Fixed mod options BUTTON y spacing
- Fixed mod installation successful dialog poping up before the installation finished
- Prevent mod description and mod tags overlapping each other
- Fixed the confirmation buttons for the mod installation prompt getting off-screen when the mod list is too big
- Improved ccloader3 compatibility