Releases: gompocp/ActionMenuApi
Releases · gompocp/ActionMenuApi
v0.3.3
v0.3.2
v0.3.1
THIS IS ONLY TO BE USED WITH VRCHAT BUILD 1116+ i.e. (u2019)
- Requires ML 0.4.3+ to use.
- Fixes compatibility issues with VRChat u2019 (UnityEngine.Input -> LegacyInputModule and inlined static getters)
- A bunch of other things I've long completely forgotten about probably (no new api changes tho)
- Introduced new integrity check to weed out shitty "clients" that serve no purpose other than to ruin the game for others. You can read more here as to why these mods are bad if you aren't convinced you monkey
v0.3.0
v0.2.3
v0.2.2
v0.2.1
v0.2.0
- Several under the hood changes 😉
- Added methods to hide, lock and update pedals at runtime along with a method to refresh the action menu to reflect new changes (#2 )
- Most of the api was rewritten and has been separated out into separate classes for ease of use and can be found under the api namespace (Don't worry! Mods that used v0.1.2 will still work with this version)
v0.1.2
v0.1.1
- Arrow on radial puppet will now be placed correctly when its opened
- Fixed patching issue
- Radial/Axis puppet will now be opened in the correct position
- AMAPI
- Added a method to place a submenu within a submenu
- Added a method to add to a shared dedicated mods section
- Restructured other methods
- Loads of refactoring
- Using a lot more reflection to hopefully make it decently future proofed