Releases: Valheim-Modding/Jotunn
Releases · Valheim-Modding/Jotunn
v2.15.2
Changes:
- Fixed ButtonConfigs with mouse keys were not correctly converted for the input changes in Valheim 0.217.38
v2.15.1
Changes:
- Fixed InputManager for Valheim 0.217.38
v2.15.0
Changes:
- Added OnSyncingConfiguration event to the SynchronizationManager that is called before configs are synced on the server/client (thx Searica)
- Added UpdatedPluginGUIDs to arguments of OnConfigurationSynchronized event (thx Searica)
- Added OnConfigurationWindowClosed event to the SynchronizationManager (thx Searica)
- Added more helper methods for GameObject, Transform and String (thx Searica)
- Changed SynchronizationManager OnConfigurationSynchronized event to trigger on both server and client (thx Searica)
- Fixed a build time warning in ScaleTexture that prevents Jotunn from loading in Unity 2022.3.12 projects
- Fixed a bug where the GUIManager could be initialized at shutdown with certain calls, resulting in an error
Note: This is a minor version update. This means that server and client need to run version 2.15.0.
v2.14.6
Changes:
- Added a soft dependency to the LocalizationCache mod so that it loads a bit earlier. This has no direct impact on Jötunn
- Changed prebuild references from the unstripped_corlib folder to the game assemblies as Valheim is no longer unstripped and the folder has been removed from the BepInEx package
- Fixed the debug mode Jötunn ASCII art
- Fixed AddComponentCopy was setting the name and tag of the Component's GameObject
- Fixed KeyHints for left hand items
- Fixed sprite rendering results in mostly empty sprites in Unity 2022, backwards compatible and an existing cached sprite will be recreated
v2.14.5
Changes:
- Fixed GUIManager assets not being properly initialized when later accessed, causing some elements to not show up
- Fixed an edge case where holding a reference to the ObjectDB causes it not to be destroyed correctly. This fixes some errors on logout with certain mods
v2.14.4
Changes:
- Fixed KeyHints display
- Fixed internal piece table list was not available if the PieceManager was initialised after ObjectDB.Awake
- Fixed internal piece table list was not fully updated if the game was reloaded without a restart
- Fixed an error when a development build of Valheim is used
v2.14.3
Changes:
- Compatible with Valheim version 0.217.22, not working with an older version
- Updated and compiled for BepInExPack 5.4.2200
v2.14.2
Changes:
- Fixed adding commands being aborted if a command tries to override an existing name
- Removed the console clear command to improve mod compatibility. With the recent changes, the command wasn't always added anyway
v2.14.1
Changes:
- Fixed some errors when a Jotunn dependent mod has no BepInEx dependency set and loads before Jotunn. A warning will be logged
- Fixed items were not added to the main menu ObjectDB if added in the OnVanillaPrefabsAvailable event and thus not visually shown on the player
- Fixed input block did not prevent mouse wheel character zoom
- Improved module initialisation logging by unifying messages
v2.14.0
Changes:
- Fixed the SynchronizationManager wasn't always initialised, resulting in no sync of admin configs
Note: This is a minor version update. This means that server and client need to run version 2.14.0.