Skip to content

Releases: SpikeHimself/XStorage

XStorage v1.1.7

07 Nov 17:07
Compare
Choose a tag to compare

Changelog

  • Fix bug where UI panels would not open after latest game update

  • Update Jotunn v2.14.6

Debug

A debug release is also available for download. You don't need this file unless you want to provide additional debug information when you are submitting an issue. Don't worry about it if you aren't sure what to do - I will probably ask you for it first and explain the process, if/when it is necessary.

XStorage v1.1.6

14 Oct 11:21
Compare
Choose a tag to compare

Changelog

  • Fix chest name and weight not updating in the UI

  • Fix error spam in console when opening a chest

  • Update Jotunn v2.14.4, BepInEx v5.4.2200

Debug

A debug release is also available for download. You don't need this file unless you want to provide additional debug information when you are submitting an issue. Don't worry about it if you aren't sure what to do - I will probably ask you for it first and explain the process, if/when it is necessary.

XStorage v1.1.5

22 Sep 16:10
Compare
Choose a tag to compare

Changelog

  • Add config option PanelScale using which you can scale XStorage's panel

Debug

A debug release is also available for download. You don't need this file unless you want to provide additional debug information when you are submitting an issue. Don't worry about it if you aren't sure what to do - I will probably ask you for it first and explain the process, if/when it is necessary.

XStorage v1.1.4

26 Aug 12:15
Compare
Choose a tag to compare

Changelog

  • Add config option MaxOpenChests which limits the maximum amount of chests to be opened at once
  • Update Jotun v2.12.6, BepInEx v5.4.2105
  • Add world level to item reference

Debug

A debug release is also available for download. You don't need this file unless you want to provide additional debug information when you are submitting an issue. Don't worry about it if you aren't sure what to do - I will probably ask you for it first and explain the process, if/when it is necessary.

XStorage v1.1.3

10 Apr 13:59
Compare
Choose a tag to compare

Changelog

  • Don't open nearby containers when SkipMark is set (by other mods)

  • Clean up panel position values in config file

  • Dependency updates: BepInEx 5.4.2102, Jotunn 2.11.3

Debug

A debug release is also available for download. You don't need this file unless you want to provide additional debug information when you are submitting an issue. Don't worry about it if you aren't sure what to do - I will probably ask you for it first and explain the process, if/when it is necessary.

XStorage v1.1.2

14 Mar 23:41
Compare
Choose a tag to compare

Changelog

  • Dependency updates: BepInEx 5.4.21, Jotunn 2.11.0

  • Fix panel size calculation

  • Save panel positions as Vector2 instead of Vector3

Debug

A debug release is now also available for download. You don't need this file unless you want to provide additional debug information when you are submitting an issue. Don't worry about it if you aren't sure what to do - I will probably ask you for it first and explain the process, if/when it is necessary.

XStorage v1.1.1

13 Mar 19:57
Compare
Choose a tag to compare

Changelog

  • Fix mod breaking after logging out and then starting/joining another game

  • Store panel positions in config instead of hidden away in player preferences

  • Clamp panel to screen boundaries after restoring its position

  • Fix error that sometimes appears when logging out or quitting the game

  • Fix error that can occur when Ctrl+Click-ing an empty cell in one of the the inventory grids

  • Use the position of the chest you're opening, instead of the position of your character, when searching for nearby chests

  • Order chests by weight so empty ones show up last

  • Add config option NearbyChestRadius to set how far away to look for chests for

  • Fix a compatibility issue whereby the Take All button would stop working if another mod added more buttons to the container panel

Known issue

  • The panel will not grow higher than 1 row when you set MaxColumns to 1. I'll address this in the next release.

Debug

From this release onwards, a debug release will also be available. You don't need this file unless you want to provide additional debug information when you are submitting an issue. Don't worry about it if you aren't sure what to do - I will probably ask you for it first and explain the process, if/when it is necessary.

XStorage v1.1.0

11 Mar 12:07
Compare
Choose a tag to compare

XStorage v1.1.0

  • Fix error when placing a new chest

  • Fix a HarmonyX warning that occurs when loading XStorage; this was caused by a library I use locally to manage documentation, but XStorage does not ship with this library.

  • Fix being able to rename chests that are protected by a ward

  • UI overhaul:

    • You can now drag the XStorage panel

    • You can set the maximum panel size in XStorage's config file using MaxColumns and MaxRows. Default value is 2 columns by 3 rows. XStorage will still restrict the size by what fits on your screen.

    • XStorage will store the position of the panel per grid size when you close the panel, so that next time you open a panel of the same size, it will be restored to that position on the screen.

  • Many code improvements and optimisations

XStorage v1.0.2

02 Mar 17:55
Compare
Choose a tag to compare

XStorage v1.0.2

  • Fix tooltips not always being fully visible
  • Fix tooltips sometimes escaping the mouse pointer
  • Reworked a large portion of the containers panel UI

XStorage v1.0.1

28 Feb 16:30
Compare
Choose a tag to compare

XStorage v1.0.1

  • Remove "valheim.exe" check as it stops dedicated servers from loading the mod.