v2023.5 New Versioning, Features and fixes
With this release comes numerous features and fixes, along with a new versioning convention. We've decided to change to Year.Month.Patch versioning to more clearly define each release.
Breaking changes
Multiple method signatures have changed
- GetMods now returns a ResultAnd object instead of an Action<Result, ModPage>
- (For Nintendo Developers) There are now extra steps in the Nintendo README for setting up the plugin for Switch
- We've removed the ThirdParty/JsonNet dependency. Instead you can now add the Newtonsoft package directly from the Unity Registry in the package manager.
Changelog
- decoupled UnityWebRequest and now using base HttpWebRequests
- Added user ratings displayed in the UI
- Added more filter options in SearchFilter
- The Browser UI now supports the new Input System
- Added SSO with Epic Store
- Enable/Disable feature added to the UI
- Lots of other UI improvements and bug fixes
- Performance improvements