Releases: EverestAPI/CelesteCollabUtils2
Version 1.7.0
- Added possibility to add a "Learn" tab in the chapter panel with gym teleports
Version 1.6.22
- Support for chapter panels with tags only (no credits)
Version 1.6.21
- Fixed hard crashes on macOS when entering a map from a lobby
- Fixed Discord Rich Presence displaying "in menu" when opening a chapter panel in a lobby
- Moved Mini Heart setup from Awake to Added, so that other entities can mess with it in their Awake method
Version 1.6.20
- Fixed chapter panel crystal heart reskins for entire level sets (for example, mini hearts from Spring Collab), broken since 1.6.18
Version 1.6.19
- Notify mods about level exit when teleporting from lobby to map
This allows extended variants to be reset for example.
Version 1.6.18
- Added ModInterop exports in LobbyHelper and InGameOverworldHelper for easier usage by other mods
- The DLL is now built in "Release" mode rather than "Debug", in order to optimize it slightly more
Version 1.6.17
- Extend chapter panel bookmark if author name is too long (contributed by @WEGFan)
Version 1.6.16
- Add possibility to specify which maps Rainbow Berries take into account
This can be done with the new "Maps" property of Rainbow Berries. If "Level Set" = "MyCollab/1-Maps" and "Maps" = "one,two", then the rainbow berry will spawn when you collect the silver berries of maps "one" and "two" in the "MyCollab/1-Maps" level set.
If multiple rainbow berries are in the same lobby, you can link the rainbow berries with their corresponding unlock cutscene triggers by giving them the same "Level Set" and "Maps" attributes.
Version 1.6.15
- Fix silver chapter panel that broke with Everest 3539
This Everest version allows for more reskinning of the chapter panel, which made a Collab Utils patch fail due to some changes in the code.
Version 1.6.14
- Allow GUI sprites to be lazily loaded as well
The lazy loading configuration at the root of the mod is now a YAML file, where you can include which files you do not want to be lazily loaded. The most common ones are already excluded by default though!