Skip to content

Commit

Permalink
Release v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHimself committed Mar 14, 2023
1 parent 9ff8442 commit 9fcb19e
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 16 deletions.
18 changes: 11 additions & 7 deletions Docs/Modules/50Changelogs.t4
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
<#= mf.Heading("Changelogs") #>

* **v1.1.2** (2023-03-15)

* Dependency updates: BepInEx 5.4.21, Jotunn 2.11.0

* Fix panel size calculation

* Save panel positions as Vector2 instead of Vector3

<details>
<summary>Click to view previous versions</summary>

* **v1.1.1** (2023-03-13)

* Fix mod breaking after logging out and then starting/joining another game
Expand All @@ -20,13 +31,6 @@

* 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.

<details>
<summary>Click to view previous versions</summary>

* **v1.1.0** (2023-03-11)

* Fix error when placing a new chest
Expand Down
18 changes: 11 additions & 7 deletions Docs/README.Thunderstore.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,17 @@ I very strongly recommend using a mod manager such as [Vortex](https://www.nexus

# Changelogs

* **v1.1.2** (2023-03-15)

* Dependency updates: BepInEx 5.4.21, Jotunn 2.11.0

* Fix panel size calculation

* Save panel positions as Vector2 instead of Vector3

<details>
<summary>Click to view previous versions</summary>

* **v1.1.1** (2023-03-13)

* Fix mod breaking after logging out and then starting/joining another game
Expand All @@ -71,13 +82,6 @@ I very strongly recommend using a mod manager such as [Vortex](https://www.nexus

* 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.

<details>
<summary>Click to view previous versions</summary>

* **v1.1.0** (2023-03-11)

* Fix error when placing a new chest
Expand Down
2 changes: 1 addition & 1 deletion Docs/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "XStorage",
"description": "Open multiple chests at once, rename them, and move items/stacks to the most suitable chest.",
"version_number": "1.1.1",
"version_number": "1.1.2",
"website_url": "https://github.com/SpikeHimself/XStorage",
"dependencies": [
"denikson-BepInExPack_Valheim-5.4.2100",
Expand Down
2 changes: 1 addition & 1 deletion XStorage/ModInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public static class Info
public const string Author = "SpikeHimself";
public const string Name = "XStorage";
public const string GitHubRepo = "SpikeHimself/XStorage";
public const string Version = "1.1.1";
public const string Version = "1.1.2";
public const string Description = "Open multiple chests at once, rename them, and move items/stacks to the most suitable chest.";
public const string WebsiteUrl = "https://github.com/" + GitHubRepo;
public const int NexusId = 2290;
Expand Down

0 comments on commit 9fcb19e

Please sign in to comment.