Skip to content

Releases: Valheim-Modding/Jotunn

v2.23.2

01 Feb 12:48
d83bea2
Compare
Choose a tag to compare

Changes:

  • Fixed CustomGUIFront and CustomGUIBack offset slightly to the left
  • Fixed Nuget package could not be installed due to changes in the build pipeline

v2.23.1

19 Jan 16:12
b7425de
Compare
Choose a tag to compare

Changes:

  • Fixed RPCs could be sent twice or to the wrong players if a specific target id is used

v2.23.0

28 Dec 22:46
798fbb7
Compare
Choose a tag to compare

Changes:

  • Added ConfigFile BindConfig and BindConfigInOrder extensions for convenience (thx Searica)
  • Fixed compatibility with shudnal's ConfigurationManager

v2.22.0

07 Dec 08:26
4e6d989
Compare
Choose a tag to compare

Changes:

v2.21.3

02 Nov 17:15
98e8a0a
Compare
Choose a tag to compare

Changes:

  • Fixed category tabs refreshed every frame, causing saplings to spin in the cultivator

v2.21.2

30 Oct 09:18
10e234d
Compare
Choose a tag to compare

Changes:

  • Fixed for Valheim 0.219.14 (Bog Witch), older Valheim versions are not compatible

v2.21.1

21 Oct 14:32
820241a
Compare
Choose a tag to compare

Changes:

  • Fixed changing config values in the main menu resulted in an error

v2.21.0

20 Oct 11:52
45d0795
Compare
Choose a tag to compare

Changes:

  • Added DungeonManager, CustomRoom and RoomConfig for custom dungeons (thx probablykory & warp)
  • Added GameVersions utility to check for specific game versions
  • Added ConfigManagerUtils for soft access to common ConfigurationManager functionality
  • Added PieceManager.AddPieceCategory(string name) + RemovePieceCategory
  • Deprecated PieceManager.AddPieceCategory(string table, string name) + RemovePieceCategory, use the new overloads
  • Changed the version check of Jotunn to require the exact same version, if installed on both server and client
  • Fixed AdminOnly configs were not locked if the server doesn't load Jotunn
  • Fixed SynchronizationManager.PlayerIsAdmin was always true if the server doesn't load Jotunn
  • Fixed parsing of mod version data for connection compatibility with only a major.minor part
  • Fixed excessive debug logging in the SynchronizationManager

Note: This update changes how Jotunn itself version checks in multiplayer. If installed on the server and client, both need to have the exact same version installed. If only the server or client have Jotunn installed, the version is not checked

v2.20.3

12 Aug 07:34
18a5df5
Compare
Choose a tag to compare

Changes:

  • Fixed explicit AdminOnly = false config entries being locked for editing. Introduced in 2.20.2, AdminOnly = true was not affected
  • Fixed performance when searching for config entries to sync in large config files

v2.20.2

02 Aug 08:08
8cbd60b
Compare
Choose a tag to compare

Changes:

  • Fixed adding admin-only configs between loading to the main menu and before loading the game being locked for local editing
  • Fixed network version in the disconnect window was always 27 duo to accessing a constant value
  • Fixed SimpleJson deserialization of non-primitive dictionaries (thx bid)
  • Fixed GUIManager asset loading to use the prefab cache and not hard crash on missing assets