Releases: RyoTune/Pyloaded
Releases · RyoTune/Pyloaded
Release list
1.1.2
1.1.1
1.1.0
Changelog
1.1.0 - 2025-09-09
Commits
- Update icon.
3463ef1 - Wrap mod execution in try/catch to handle general Python exceptions.
a6c94b7 - Add support for marshalling hook args to specific types.
281d55c - Bump version to 1.1.0.
372a794 - Change C# aliases to be added as part of the mod's Py module, to simplify use in generics and typing.
f4a6bb1 - Add function for creating a Ptr<T> to PyloadedContext.cs.
21b4b2c
1.0.0
Changelog
1.0.0 - 2025-09-08
Commits
- Initial commit.
658f08f - Add nint codecs.
1446f3a - Add Pyloaded mod logger.
51f1337 - Add Pyloaded mod context.
d1c0d33 - Add Pyloaded mod instance.
ef25538 - Copy Python nuget package to build.
603b5ff - Update ModConfig.json.
85e6ebb - Update Mod.cs with mod implementation.
40816aa - Add ability to set log color.
f134ad6 - Extract scan functions to own type and add new functions which use the hook method name for the Scan ID.
649232b - Add Rx file watcher.
e52bc88 - Rework PyloadedScans.cs to be an implementation of IScans that swaps from the startup scanner to own scanner after game init.
b3f38eb - Adjust code to use any implementor of IScans.
cb4e0b9 - Update PyloadedContext.cs.
b2869d0 - Add hot reloading to PyloadedMod.cs.
3a52263 - Update Mod.cs and Pyloaded.Reloaded.csproj.
979d7fe - Add caching result of scans, from startup and own scanner.
e3f0301 - Add IHook encoder.
21677f4 - Adjust PyloadedHook.cs to expose delegates to IHook<T>'s Enable and Disable functions.
09c899f - Add ability to disable all existing hooks.
88e05ed - Add Hot Reload support.
51bf033 - Add Github updates.
7154320 - Add workflow.
0c24e10 - Fix workflow... please :c
869731d - ;-;
8b249c0