Releases: CarterGames/The-Cart
Major update (0.9.0)
ℹ️ Major update with new modules & API.
🗓️ Release Date: 28th October 2024
Core
- V-sync framerate setup
- Data accessor now has a method for getting all assets
- Search provider setup added.
- Added [AddComponent] attribute to scripts.
- Additional extension methods & API.
Modules
- Added currency module.
- Added data values module.
- Added localization module.
- Updated notion data module to have feature parity with the standalone 0.3.0 update.
Fixes
- Some assembly fixes.
- Fixed module manager window not having a scroll rect.
- Fixed settings setup to all use the ISettingsProvider interface.
QOL & module setup refactor (0.8.0)
ℹ️ Major backend changes and some QOL updates..
🗓️ Release Date: 29th July 2024
Full change post here: https://carter.games/4007/the-cart-update-0-8-0-released
Minor fixes (0.7.2)
ℹ️ Further fixes to some odd bits.
🗓️ Release Date: 20th July 2024
🎨 Changes
- Added a remove method to the array extensions setup.
- Added the option to refresh the installed modules cache from its custom editor.
- Fixed further issues where the module system would throw errors on opening the module window editor.
- [Game Ticker Module]: Fixed the module failing to compile due to the meta data JSON file being named the same as a class in the module
- [Panels Module]: Updated the custom editors to apply to children of the panel base classes.
Module Management Hotfix (0.7.1)
ℹ️ A hotfix for some issues with the module manager when in a new project..
🗓️ Release Date: 18th July 2024
🎨 Changes
- Fixed module manager issues on initialization.
- Updated some old app domain calls to go through the assembly helper instead (I missed them in the last release).
- A few custom editor adjustments.
Under the hood improvements (0.7.0)
ℹ️ A lot of little updates to the library and module management flow.
🗓️ Release Date: 14th July 2024
🎨 Changes
- Logs system rework to have categories and better UX.
- Data module now in core library instead of a module.
- Updated the module management flow behind the scenes to be more reliable.
- Updated module manager GUI.
- Improved menu item structure.
- Added time formatting setup.
- Re-worked panel module setup to be cleaner and separate transitions out of the panel class for better modularity.
- Some minor backend bits to improve reliability of systems.
Further Notion Update (0.6.8)
ℹ️ Small fix for the notion data module.
🗓️ Release Date: 17th June 2024
🎨 Changes
- [Internal]: Further fix for an issue where the notion data asset creator would create a script with an error.
Notion data module update (0.6.7)
ℹ️ Added rollup support & fixed an issue with the template in the notion data module.
🗓️ Release Date: 14th June 2024
🎨 Changes
- Added support for rollup properties. So long as the data they show is a supported type it'll work. Ported from my persona side project.
- [Internal]: Fixed an issue where the notion data asset creator would create a script with an error.
Compatibility Fix (0.6.6)
ℹ️ Fixed some compatibility issues with this package & my LBM asset.
🗓️ Release Date: 11th June 2024
🎨 Changes
- [Internal]: Fixed some GUID issues between the cart & leaderboard manager due to shared scripts.
Data module update (0.6.5)
ℹ️ Updated the data module and added documentation.
🗓️ Release Date: 19th May 2024
🎨 Changes
- Updated docs for events a tad.
- Add docs for the data module.
- Fixed the data asset creator template.
- Updated module packages with docs edits.
- A few very minor bits.
Events system update (0.6.4)
ℹ️ Updated the events system and added documentation.
🗓️ Release Date: 17th May 2024
🎨 Changes
- Unified the event system classes, it was a mess before.
- Add docs for the system, probably will use as a template for future docs.
- Updated delayed events module to use the new base logic.