Releases: cyn0x8/modlauncher
Releases · cyn0x8/modlauncher
v4.0.0
- Retroactively improved changelog.
- Improved documentation.
- Removed dependency
cynlib
.
- Added dependency
beast-engine
v1.x.
- Added an option to disable the injector.
- The menu desaturation shader is now appended to the shader list instead of overriding it.
v3.0.2
- Improved documentation and added it to the code.
- Replaced internal usages of
FlxTimer
with Sequence
.
v3.0.1
- Updated
cynlib
dependency to v2.x-3.x.
v3.0.0
- Changed to package-based modules/classes.
- Updated
cynlib
dependency to v2.x.
- Removed testing code (oops).
v2.0.0
- Added dependency
cynlib
v1.x.
- Fixed missing registry data in callbacks
onFocus
and onUnfocus
.
- Fixed unimplemented callback
onInit
.
- Fixed a few stability issues.
- Changed from snake case to camel case.
- Removed unnecessary code.