Skip to content

Commit

Permalink
v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sirskunkalot committed Apr 15, 2024
1 parent 592867a commit e583610
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Version 0.14.9
# Version 0.15.0
* Compatible with Valheim v0.217.46
* Fixed re-scan of piece tables (thx searica)
* Fixed Plan Shader
* Excluded thumbnails while getting the server BP list to preserve bandwidth
* Excluded thumbnails while moving blueprints to and from the server to preserve bandwidth

# Version 0.14.8
* Public API to re-scan pieces and create/update plans of the pieces, called via PlanBuildPlugin.UpdatescanPieces() (thx searica)
Expand Down
7 changes: 2 additions & 5 deletions PlanBuild/PlanBuildPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ internal class PlanBuildPlugin : BaseUnityPlugin
{
public const string PluginGUID = "marcopogo.PlanBuild";
public const string PluginName = "PlanBuild";
public const string PluginVersion = "0.14.9";
public const string PluginVersion = "0.15.0";

public static PlanBuildPlugin Instance;

Expand All @@ -52,10 +52,7 @@ public void Awake()
PlanHammerPrefab.Create(planbuildBundle);
planbuildBundle.Unload(false);
PlanManager.Init();

// Init Shader
//ShaderHelper.PlanShader = Shader.Find("Lux Lit Particles/ Bumped");


// Harmony patching
Patches.Apply();
}
Expand Down
6 changes: 3 additions & 3 deletions PlanBuild/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("PlanBuild")]
[assembly: AssemblyCopyright("Copyright © 2023")]
[assembly: AssemblyCopyright("Copyright © 2024")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -28,5 +28,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("0.14.9.0")]
[assembly: AssemblyFileVersion("0.14.9.0")]
[assembly: AssemblyVersion("0.15.0.0")]
[assembly: AssemblyFileVersion("0.15.0.0")]
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "PlanBuild",
"description": "PlanBuild enables you to plan, copy and share your building creations in Valheim with ease. Includes terrain tools and immersion items.",
"version_number": "0.14.9",
"version_number": "0.15.0",
"dependencies": [
"denikson-BepInExPack_Valheim-5.4.2202",
"ValheimModding-Jotunn-2.19.2",
Expand Down

0 comments on commit e583610

Please sign in to comment.